Joiner two different Table With the Same Column

Hello everyone,

I’m new on KNIME and I’m facing a Problem , The idea is really simple. If I have two input tables with these datatablespecs,
Table 1:

RowID1 m1 m2
Row0 12 21
Row1 13 22

Table 2:

RowID2 m1 m2
Row0 14 24
Row1 15 25

I want to make final table look like this.

RowID m1 m2
Row0 12 21
Row1 13 22
Row2 14 24
Row3 15 25

Do you have a solution?

Thank you very much

I believe the concatenate node is what you are looking for.

2 Likes

that worked now , Thank you very much Aaron_Hart

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.