Split String
Returns a table with the result of splitting a given string using a specified separator. The returned table contains one column, with a row for each resulting substring.
Arguments
The function has the following arguments:
String: Text string to be split.
Results Column Name: Text string that specifies the name of the returned column.
This function returns a table.