This node concatenates two or more tables. The table at inport 0 is the first input table (top input port), and the tables at subsequent inports are the additional input tables. Columns with the same names are concatenated (if the column types differ, the resulting column type will be the common base type of the input column types). If one input table contains column names that the other tables do not, the columns can either be filled with missing values or filtered out, meaning they will not appear in the output table. The dialog allows setting the following parameters:
- Type: TableFirst table to concatenateTable contributing the rows of the first part of the output table.
- Type: TableSecond table to concatenateTable contributing the rows of the second part of the output table.