How to combine columns of two different csv files

Hi
I have two different csv files. and I want to combine columns of two different csv files.


I want to combine the two csvs like this to make one.
Which method should I use?
thank you.

Hello,

You can use the “Joiner” node to connect two tables through their IDs.

The prerequisite is to first use the “CSV Reader” node to read two tables separately, and then use the “Joiner” node to connect them.

4 Likes

Hi @huijeong and welcome to the community,

it looks from the scribbles you provided that both tables / csv’s have a unique identifier (the first column).

As @tomljh rightfully said: the Joiner Node is your friend here.

In addition, if you only want to add columns WITHOUT a unique identifier, you could also do a Column Appender Node. This is a very simple node which simply appends columns to the right without the need to deal with Join settings (although they are really easy in KNIME).

4 Likes

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