Hi everyone!
I am fairly new to KNIME, trying to do some simpler stuff...Nevertheless I have a problem with the JOINER node:
I have two .csv files with data (1 - main file, 2 - additional information I want to add to the first file in a new column). The two files share one column with the same kind of information that I would like to match (kind of like VLOOKUP in Excel...). The problem is the following: After I use the JOINER node to add the new column, the row number of the main file is incorrect (it should stay the same). I used the Left Outer Join and after the execution I have more rows than in the original file, it should be the same amount of rows though since I just want to add a new column with the additional information. Does anyone know what the problem here could be? Additional settings, see attached.
Thank you very much!!