List to String
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation converts a list of comma-separated values (data type listString
) into a string of values divided by a specific separator.
These are the input/output expected data types for this operation:
- List of comma-separated values.
- Resulting string of values divided by the given separator.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to convert a series of lists of comma-separated values into a single string representing those values separated by /
:
In the Operation field, choose List to string.
Set Separator to /
.
Give your Output field a name and click Save. The values in your input field will be transformed into a string with its values separated by the given character. For example:
In your Pipeline, open the required configuration and select the input Field.