Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Fuzzy Match - Name Normalization

Hammad_Rashid
11 - Bolide

All,

 

Source data is in column "Company Name1". This includes list of similar names.

 

Requirement - Create a new column with clean names mapped against each source data entry.

 

How can we populate column "Company Name2" using Alteryx?

 

Some thoughts:

Firstly, we can find characters like "LLC, LLP, INC" and replace them with nothing.

Then, apply fuzzy match tool using some threshold. 

 

Could you guys please create a dynamic Alteryx workflow for this?

 

 

Capture.PNG

 

Thanks!

4 REPLIES 4
Hammad_Rashid
11 - Bolide
alexnajm
16 - Nebula
16 - Nebula

The Fuzzy Match tools has pre-processing built in to remove things like LLC, CO, etc. Here is a sample workflow that shows how I'd tackle this:

Hammad_Rashid
11 - Bolide

Thanks, @alexnajm 

 

Could you also please write some commentary for each step / tool?

 

I have always found fuzzy match confusing. Your explanation would be really helpful.

 

Thanks again.

 

Best,

Hammad

alexnajm
16 - Nebula
16 - Nebula

I don't necessarily want to just because it would take a while to type out but I think following along with the tools should indicate what the workflow is doing. More detail on the stages of Fuzzy Matching can be found here: Fuzzy Match Edit Match Options (alteryx.com)

 

There are also a lot of resources on the Community in this article: Tool Mastery | Fuzzy Match correspondance partielle fuzzyübereinstimmung (alteryx.com)

 

Thank you for marking the response as a solution, and good luck!

Labels