Alteryx Designer Desktop Discussions

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

find matching names - Fuzzy Match

mp2624
6 - Meteoroid

Hello Alteryx community,

 

I am trying to understand if I can use Fuzzy Match to match the names of a number of entities coming from two different files. Let me explain. I have a file with the correct names of some entities, and I have another entity with a large amount of entity names that might not be written exactly as they should be. I would like to run a flow (fuzzy match?) that returns a column that shows the which "incorrect" name matches with the correct name. See below a table that tries to illustrate what I am trying to achieve:

 

Full NameWeird NameExpected return
GeorgeJingoGeorje
John EltonJon
Ringo ZiggyJingo
PaulElvisPol
 Georje 
 Jon 
 Jingo 
 Pol 

 

Any help is greatly appreciated 

 

 

1 REPLY 1
CharlieS
17 - Castor
17 - Castor

I've put together a workflow to get you started using the Fuzzy Match tool. I'm honestly not very familiar with the methodology nuances of different match styles, so someone else will have to help there.

 

In the attached example, I was only able to match "Georje", "Jon", and "Pol".

Labels