Hi all,
I am using https://www.youtube.com/watch?v=JlZiM2YSCCY as a guide to fuzzy match two source of company names. However, I am getting non-ideal outputs that I can use the community's help on to set me straight.
Attached is the self-contained flow in version 9 to illustrate. If you could make the change compatible in version 9 instead of 10, it would be great.
Obejctive is to match company names against each other. Master would have formal name like "Apple Inc."; new would have shortened name like Apple. I need the fuzzy match the two.
Master has:
Apple Inc.
Cisco Systems, Inc.
Microsoft Corporation
Oracle Corporation
New has:
Apple
Cisco
Microsoft
Oracle
After running the merger algorithm through with pre-defined "Company" matching. I only get 1 match instead of 4. Only Apple is being matched with Apple Inc.
Can you help me understand how to get to matching all 4 company between the 2?
Best,
Tom