Split

Split text into a list of text segments separated by a comma or another specified delimiter.

Input

Field Definition Type Required
text

Target string value that will be converted to a list.

For example: one,two,three

String TRUE
separator

Delimiter that determines where text will be split. This value can be any of the following:

  • A single character, such as a comma

  • A sequence of characters such as a comma followed by a space

  • A line break

String FALSE

Output

Field Definition Type
result list Converted list of string values. List of Text