Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Near/Partial match of two columns from different files

harish_alt
6 - Meteoroid

Hello Alteryx community,

 

I am trying to achieve Near/Partial match of two columns from different files as shown below

 

File 1 :

Name
ABC
ABC ccd

xyz abc

abc, new

 

File 2:

Name
abc
xyz
abc, newly

 

Output (Insert a new column in File2) :

NameSuggestedName(from file1)
abcABC
xyzxyz abc
abc, newlyabc, new

 

Please guide me to achieve this Partial match/ Near match/Best match.

 

Thanks in advance

2 REPLIES 2
messi007
15 - Aurora
15 - Aurora

@harish_alt,

 

I'm not expert on the fuzzy match tool but hope this will give you some ideas.

I used Append fields in order to make both columns one beside one and used a fuzzy match to check the names for between both.

 

messi007_0-1619765735116.png

Attached the workflow,

Hope this helps!

Regards

harish_alt
6 - Meteoroid

Hi @messi007,

 

Thanks for the quick response.

This workflow is not giving the 'Best Match'.

 

For example:

for 'ABC', we need to get 'abc' as the suggested name. But it is giving 'ABC ccd'/'ABC new'(as matching score is 100) which is not the nearest match.

 

Thanks

Labels
Top Solution Authors