String to List
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation converts a string composed of values separated by a specific separator into a list of comma-separated values (data type listString
).
These are the input/output expected data types for this operation:
- String of separated values to be transformed. You must enter the separator in the parameter below.
- Resulting values after transforming them into a list of comma-separated values.
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 strings representing values separated by /
into a list of comma-separated values:
In the Operation field, choose String to list.
Set Separator to /
.
Give your Output field a name and click Save. The values in your input field will be transformed into a comma-separated list. For example:
In your Pipeline, open the required configuration and select the input Field.