StringInList
Checks if a string is present in a list of strings.
Information noteNote: This feature is available only if you have installed the
R2022-12 Talend Studio
monthly update or a later one delivered by Talend. For
more information, check with your administrator.
If the string is present in the list, the StringInList function returns true. If the string is not present or if it is empty, the function returns false.
Arguments
Input Value | Specify the string to search for. |
Properties
List | Enter a comma-separated list of strings. This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored. |