DB_Table.split_to_rows
split_to_rowscolumndelimiter
Group: Conversions
Documentation
Splits a column of text into a set of new rows. The values of other columns are repeated for the new rows.
Arguments
column
: The name or index of the column to split the text of.delimiter
: The term or terms used to split the text.