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.
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.
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.