Column Appender

The Column Appender takes two or more tables and quickly combines them by appending their columns according to the order of the tables at the input ports. It simply appends columns from the second input table to the first input table and does the same for any subsequent table if additional (dynamic) ports were added. The node performs a simple and straight forward join operation but can be faster if certain preconditions are met. For more details please read the description of the "Identical RowIDs and table lengths"-option below. When in doubt, use the Joiner.
If the input tables share some column names, the offending column names from the bottom tables will be appended with "(#1), (#2) and so on".

Options

Identical RowIDs and table lengths
If the RowIDs in both input tables exactly match (i.e. the RowID names, their order, and their number have to match) this option can be checked in order to allow a faster execution with less memory consumption. If the RowIDs (names, order, number) don't match exactly the node execution will fail.

If this option is NOT checked the result table is newly created. This might result in a longer processing time. However, in this case the number of rows in the input tables can differ and missing values are added accordingly. The RowIDs are either generated new or taken from one of the input tables (see options below).
Generate new RowIDs
RowIDs are newly generated. If one of the input table is longer than the other, missing values are inserted accordingly.
Use RowIDs from the selected input table
The RowIDs of the table at the selected input port number are used. Tables with fewer rows will be filled with missing values accordingly. And tables with more rows will be truncated.
RowID table number
Select the table whose RowIDs should be used for the output table. This option is only available if "Use RowIDs from the selected input table" was selected above.

Input Ports

Icon
If the option "Identical RowIDs and table lengths" is checked: a sorted table with n rows. Otherwise a table without restrictions.
Icon
If the option "Identical RowIDs and table lengths" is checked: Another sorted table with n rows. Otherwise a table without restrictions.
Icon
Table contributing subsequent columns.

Output Ports

Icon
A table with the columns from all input tables (Table 1, Table 2, Table ...)

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.