I've recently taken up a project for my internship that I thought would be fairly simple. Basically I have a list of companies with email addresses and another list without. I want to match the companies with email addresses with the companies without based on their name, then combine the data. I then realized that some company names were written differently. Heres an example
List A | List B
Company abc | XyZ co.
Company xyz | RJS and Company
RJS & Co. | ABC company
What would be the best approach to solving this? I was thinking something that would match words then spit out a match percentage then anything about a certain percentage would count as a match.
Thanks!
List A | List B
Company abc | XyZ co.
Company xyz | RJS and Company
RJS & Co. | ABC company
What would be the best approach to solving this? I was thinking something that would match words then spit out a match percentage then anything about a certain percentage would count as a match.
Thanks!