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. (String)
  • Enter the separator as a regular expression.
  • Enter an output field name. (List)
  • Click OK.

Hero Platform_ Example

An example of this function can be found in Hero Platform_'s library of examples.

Download the example titled "function_TokenizeList" to see an example of this function. 

Type

Formulas