SPLIT
- Last UpdatedDec 19, 2022
- 1 minute read
For a given string, the function separates the values in the string (s) based on a delimiter and returns them in a table with a single column. The default delimiter is a comma, or you can specify a delimiter (d).
Syntax
SPLIT(s String)
SPLIT(s String, d String)
Arguments
-
s
Must be a character string or an expression resulting in a character string.
-
d
Must be a character string or an expression resulting in a character string.