The following node is available in the Open Source KNIME predictive analytics and data mining platform version 2.7.1. Discover over 1000 other nodes, as well as enterprise functionality at http://knime.com.
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.
0 | DataTable with column to split |
0 | DataTable with additional columns carrying the split input column |