Skip to main content
transform.split, Split a string by delimiter or extract keys from an object

Configuration

Configuration goes inside the step’s with: block.
input
string | record<string, unknown>
String or object to split
source
string
Template expression for source
by
string
default:","
Delimiter for string splitting
delimiter
string
Alias for by
limit
number
Max number of splits
keys
array<string>
Keys to extract from object

Output

Returns array<string> | object. Split result - array or extracted/remaining object