Hi there,
I’m a beginner with Knime and I tried several things to find a solution for the following problem:
I have two tables (read by csv for example). One contains let’s say the following columns:
x-Pos, yPos, description
1, 1, "place1"
1, 2, "place2"
1, 3, "place3"
2, 1, “another place”
…
(x-Pos and y-Pos are unique in combination for each row)
the other table contains the following columns:
x-Pos, yPos, value
1, 1, 15.5
1, 1, 6.5
2, 1, 8.6
…
now, I’d like to append the description according to x-/y-position to the second table.
Can anybody help me with which node and which settings I can solve this?
Ciao,
Antje