Node Connectivity

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

Row Splitter (deprecated) StreamableDeprecated

Allows splitting of the input table by certain criteria, such as RowID, attribute value, and row number range.

Rule-based Row Filter Streamable

Filters the input table based on user-defined business rules

Rule-based Row Filter (Dictionary) StreamableModern UI

Filters the input table based on user-defined (in a table) business rules

Rule-based Row Splitter Streamable

Splits the input table based on user-defined business rules

Rule-based Row Splitter (Dictionary) StreamableModern UI

Splits the input table based on user-defined (in a table) business rules

Concatenate StreamableModern UI

Concatenates two or more tables row-wise.

Concatenate (Optional in) StreamableDeprecated

Concatenates tables row-wise, inputs are optional.

GroupBy 

Groups the table by the selected column(s) and aggregates the remaining columns using the selected aggregation method.

Ungroup StreamableModern UI

Creates for each list of collection values a list of rows with the values of the collection in one column and all other columns given from the original row.

Pivot 

Pivots and groups the input table by the selected columns for pivoting and grouping; enhanced by column aggregations.