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 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1632234373905.png

 

Hope this helps : )

 

kmedici
8 - Asteroid

Hi @MZ900605 

 

I've had a go at putting your use case into a workflow. Please have a look and let me know if it's what you were after! I've annotated the steps I took to achieve this results.

 

Thanks
Kris

MZ900605
8 - Asteroid

@atcodedog05 this method is producing like 10 million records don't know why... and am using 92% fuzzy accuracy.

atcodedog05
22 - Nova
22 - Nova

Hi @MZ900605 

 

The issue might be many to many joins on similar names. Can you tell me number of input rows. Can you click on make group tool and check how many rows you are getting.

atcodedog05_0-1632240986236.png

 

MZ900605
8 - Asteroid

@kmedici when am applying union the source column "master" is replaced by NULL but names are shown.

namescodesSourceL_codes
xzz324123NULL32sdasd
xzzz124123123NULLxyz

 

MZ900605
8 - Asteroid

@atcodedog05 this what am having in this method.

Screenshot (208)_LI.jpgScreenshot (207)_LI.jpg

MZ900605
8 - Asteroid

@atcodedog05 the number of records are less than 10,000 the result is giving whole millions.but fuzzy matching gave the exact number all is good

atcodedog05
22 - Nova
22 - Nova

Hi @MZ900605 

 

Can you enable connection progress and show me the record flow.

 

atcodedog05_0-1632243313568.png

 

 

MZ900605
8 - Asteroid
Labels