I have two tables with same columns How to combine them
Table1
Table 2
Output expecting to be
I have two tables with same columns How to combine them
Table1
Table 2
Output expecting to be
You can use concatenate node.
This node concatenates two tables. The table at inport 0 is given as the first input table (top input port), the table at inport 1 is the second table, resp. Columns with equal names are concatenated (if the column types differ the column type is the common base type of both input column types).
— Robert