Split to Fields
Splits a string into fields
Processing
The step splits a string using a separator. The split parts of the string are avaialable as step results, and can be placed into output fields.
Settings
Name | Type | Description |
---|---|---|
Subject |
string |
The subject string to split Evaluated for each input row |
Separator |
string |
The separator to use Evaluated for each input row |
Split by Regex |
boolean |
If Evaluated for each input row |
Limit |
long |
The limit setting controls how many parts to produce, and how to handle trailing empty strings:
Evaluated for each input row |
Results
Name | Type | Description |
---|---|---|
parts |
list | All split values as a list of strings. |