You can use the split column command to split a string value or a list of string values into a table.
You need to specify a delimiter to split the value on.
In the resulting table the elements are stored in columns.
By default the columns have the name column<index> where index is the number of the column starting with 0.
It is possible to define your own column names by specifying their names as parameters for the split column command.
This way the resulting table will have more meaningful names.