We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Fuzzy Match Workflow

nmotiani
6 - Meteoroid

I am trying to match org names to another list of org names.

 

Since the names from both datasets don't exactly match, which is why I cant use the join tool. How do I figure out the close matches? Can someone help me build a short workflow?

 

example:

 

Data Set 1

 

OrganizationID
Apple1
Orange2
Banana3
Kiwi4

 

Data Set 2

OrganizationID
Apple AssociationA
Orange CompanyB
Banana and brothersC
Kiwi and Co.D
3 REPLIES 3
jrlindem
11 - Bolide

Instead of Fuzzy Match, use the Find Replace tool!  See below.

 

jrlindem_1-1755102907512.png

 

 

jrlindem
11 - Bolide

Following up on this.  @nmotiani  did this solve your need?  If so, please mark the solution for other's benefit!  -Jay

mkeiffer
10 - Fireball
10 - Fireball

@nmotiani  My approach to this would be first do a Find and Replace on common business name terms (Company, Co., Association, etc.) and then from there, I would do a Fuzzy Match tool and try to find the matches in that manner.  If interested, I could build you a quick workflow with the data you provided to illustrate this. 

Labels
Top Solution Authors