Column Appender

Column Appender takes two previously sorted tables with the same number of rows and quickly combines them. It performs a similar function to the Joiner but can be faster for large tables. The drawback is that the tables must have the same number of rows and these rows must already be in the correct order for appending.

If the input tables share some column names, the offending column names from the bottom table will be appended with "(#1)".

Hint: When in doubt, use the Joiner.

Ports

Input Ports
0 A sorted table with n rows.
1 Another sorted table with n rows.
Output Ports
0 A table with the columns from both Table 1 and Table 2
This node is contained in KNIME Base Nodes provided by KNIME GmbH, Konstanz, Germany.