Skip to main content

Table.split_to_rows

split_to_rowscolumndelimiter

Group: Conversions
Aliases: parse, tokenize

Documentation

Creates a new table by splitting the chosen column of text, by the specified delimiter into a set of new rows. The values of other columns are repeated for the new rows.

Returns - Returns a Table with the newly generated 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.