Hi, i'm new to KNIME. I have two tables, and i want to create another table that contains all the different rows between the first two tables. Can you help me please?
Hi, i'm new to KNIME. I have two tables, and i want to create another table that contains all the different rows between the first two tables. Can you help me please?
How are you checking if a row is equal? Every column must be equal?
the first field is a code, that's the checking field
I don't know if this is the best way but you could do:
A reference ow filter excluding table 2 from table 1.
A second reference row filter excluding table 1 from table 2.
Concatenate the output from the two reference row filters. This will give you a new table where the rows with common code's between the two tables are removed.