Split Text Step
Brief description
This step creates an array of substrings by splitting the input string based on one or more delimiters (examples of use)
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
- Source text variable (Required)– existing variable name of string data type that contains the input text value
- Delimiter (Required) – existing variable name or value that contains the characters intended to be found in “Source text variable” and based on positions found, the input string should be separated
Output parameters
- Element count destination variable (Required) – existing or new variable name of numeric data type that contains the count of resulting string array items
- Destination string array variable (Required)– existing or new variable name of array of strings data type that contains the resulting value