TokenizeList
Description
Tokenizes text returning a list of values or a specified element as a string. A new column is created for the results.
Entering a separator to tokenize the list is done as a regular expression. Ensure that regular expression syntax is followed. (E.g., When using the "|" character as a separator, the regex syntax is "\|")
Use
- Select an argument. (List)
- Enter an output field name.
- Enter the separator as a regular expression.
- Click OK.