Trying to understand what node I would need to use to append a table with different table than the initial table?
In the end the two tables are merged as one table and the new table columns are added…
I hope I’m making sense.
Jimbo
Trying to understand what node I would need to use to append a table with different table than the initial table?
In the end the two tables are merged as one table and the new table columns are added…
I hope I’m making sense.
Jimbo
Hi,
to append columns of a new table you can use the Column Appender Node, which has two input ports for both tables.
Cheers,
Moritz
Or depending on how you want to append, also Joiner or Cross Joiner nodes.
Steve