Convert text to text-list
Description
Splits text inputs by separator to an output text-list
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Text value | text | link-manual | true | The text that will be converted |
| Separator | text | link-manual | true | The separator that will be used to split the text into a text-list |
Scenarios
- The user wants to convert a
text valueto atext-listusing,as a separator
Use case
Inputs
- Text value:
Jack Russel, Boer Boel, French Poodle - Separator:
,
Experienced tips
- The default separator is
, - If the
text valueis empty, the process will continue and provide you with an emptytext-list
Search Tags
convert text to text-list