transform.split, Split a string by delimiter or extract keys from an object
Configuration
Configuration goes inside the step’swith: block.
string | record<string, unknown>
String or object to split
string
Template expression for source
string
default:","
Delimiter for string splitting
string
Alias for by
number
Max number of splits
array<string>
Keys to extract from object
Output
Returnsarray<string> | object. Split result - array or extracted/remaining object