How to join on unidentical strings in KNIME

Hi I am new to KNIME.

I have two tables and I need to join two columns however the text of the columns are exactly the same. Ex. Document list (API) vs Document List. How would I join their data? I have tried using Joiner, however it only joins on the names that are exactly the same.

Are there any other nodes I should be using?

Hi, you can try the String Matcher node,

There is also other node called String Similarity

Hope it helps

4 Likes

Hello @Biravien_Anan,

and welcome to KNIME Community!

This topic was discussed many times on forum. I suggest to give forum search a try to find the one where most similar (or even same) issue was discussed.

Good luck!

Br,
Ivan

1 Like

Hi @mauuuuu5,

Thank you so much I will give this a try!

Hi @ipazin,

Thank you I will go through those forums!

Best,
Biravien

Hi @Biravien_Anan , if you have python installed, and you know some basic sql, I have a component that might be of assistance. I wrote it for situations such as this.

2 Likes

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