Alteryx Designer Desktop Discussions

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

Fuzzy match but only keep 1 source

MZ900605
8 - Asteroid

Hi Team am having a bit of trouble using Fuzzy matching, The first table is Master source contain clean data and way more records than i need.

The second table contain the names but some of them are written with mistakes, I need to match them and add the Lcodes to the second table but only the rows that is in user table. I tried ended up filling user table with all Master records. Any help guys?

 

ID MASTERNamesL_codes
6ySam leo324532453
7yMonica freddy657568342
8yJaye kkk

978686757

9yLuke QQQ211324345

 

 

 

ID USERNamesCodes
16Sam LoeAUS22
17Monica fredyAUH00
18Lukee QQQAOK33
16 REPLIES 16
atcodedog05
22 - Nova
22 - Nova

Hi @MZ900605 

 

Seems like there are duplicate names in both data source. You need to make names unique in atleast one of the data source to prevent many to many joining.

MZ900605
8 - Asteroid

@atcodedog05  Most of the group fields are null 

atcodedog05
22 - Nova
22 - Nova

Hi @MZ900605 

 

That explains please add is not null() like below.

 

atcodedog05_0-1632244285926.png

 

Hope this helps : )

MZ900605
8 - Asteroid

group fields mostly null @atcodedog05 

Screenshot (210).pngScreenshot (211).png

 

atcodedog05
22 - Nova
22 - Nova

Hi @MZ900605 

 

Can you reduce the Fuzzy match accuracy to 80%. The Null are the ones which didnt get matched.

MZ900605
8 - Asteroid

@atcodedog05  yeah this works many thanks but am wondering can I have 2 outputs the one that matched Master and the "user" records that did not match?

atcodedog05
22 - Nova
22 - Nova

Hi @MZ900605 

 

You will be able to get that data in L and R anchor.

 

Workflow:

atcodedog05_0-1632245367860.png

 

Hope this helps : )

Labels