split¶
Description¶
Splits the string into an array, based on the separator.
Return type¶
array
Domain¶
This is a scalar function (calculates a single output value for a single input row.)
Categories¶
Usage¶
split( value, separator )
Argument |
Type |
Required |
Multiple |
Constant |
---|---|---|---|---|
value |
string |
Required |
Only one |
Variable |
separator |
string |
Required |
Only one |
Constant |