Splits the content of a selected column into several separate new columns. The data is always split at the same position(s) specified in the node's dialog. It appends a fixed number of columns to the input table, each carrying one part of the original column. The number of appended columns equals the number of specified split points plus one.
If the data in the selected column is shorter than the specified split point, the corresponding result column contains an empty string. Also missing values in the selected column will create empty strings in the result columns.
- Type: TableInputDataTable with column to split