Node Connectivity

There are 5518 nodes that can be used as predessesor for a node with an input port of type Generic Port.

Column Merger StreamableModern UI

Merges two columns into one by choosing the cell that is non-missing.

Column Splitter StreamableModern UI

Splits the columns of the input table into two output tables.

Column Splitter StreamableDeprecated

Splits the columns of the input table into two output tables.

Column Appender StreamableModern UI

A fast way to reverse the operation of a splitter node.

Column to Grid Modern UI

Breaks a selected column (or set of columns) into new columns, such that they align in a grid.

Columns to Collection StreamableModern UI

Combines multiple columns into a new collection column.

Split Collection Column 

Splits a collection column into its sub components, adding one new column for each.

Create Byte Vector Modern UI

Creates a new Byte Vector column from some columns of ints.

Expand Byte Vector 

Expands the Byte Vector to individual integer columns.

Create Bit Vector 

Generates bit vectors either from multiple string or numerical columns, from a single string column containing the bit positions to set, […]