Columns to Collection

This node collects multiple columns in a separate new column, whose type is a "collection type". The cells in the new column are typed collections of cells; that is, the content can be safely split into the original column content. The reverse operation is available in the "Split Collection Column" node.

Options

Collected columns
Select the columns to be collected into a new collection column.
Collection type
Sets the collection column type.
  • List: Creates a collection column of type List.
  • Set (remove duplicates): Creates a collection column of type Set, duplicate values are removed.
Skip missing values
If checked, missing values are skipped, i.e. not stored in collection cells.
Output column name
Specifies the name of the output column containing the collection cells.
Remove collected columns
If checked, collected columns are removed from output table.

Input Ports

Icon
Any input data.

Output Ports

Icon
The input data along with a newly appended collection column.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.