Alteryx Designer Desktop Discussions

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

Comparing two sets of data

alkafalhas
7 - Meteor

Hello

 

I'm working on with two sets of data. Example is as below:

 

Data set 1

#Name
1ANG CHEE KIANG
2ROSMALIZA BINTI MAZALAN
3ABDUL B SAID
4AMANDA LOH FOONG KIT (ABC)
5KUMAR A/L CHADRAN

 

Data set 2

#Name_2
2ROSMALIZA BINTI MAZALAN
4LOH FOONG KIT
5KUMAR CHADRAN
1ANG CHEE KIANG
3ABDUL BIN SAID (DEF)

 

I would like to determine if user 1 is the user 2. Kindly refer below for the expected results: I used join tool to solve for the first 2 scenarios. However, I'm trying to use fuzzy match tool for the rest of cases, but it did not capture all 3 users. Appreciate if someone can help me with this. Thank you

 

#NameName_2same user?Solution
1ANG CHEE KIANGANG CHEE KIANGYesJoin tool
2ROSMALIZA BINTI MAZALANROSMALIZA BINTI MAZALANYesJoin tool
3ABDUL B SAIDABDUL BIN SAID (DEF)Yes?
4AMANDA LOH FOONG KIT (ABC)LOH FOONG KITYes?
5KUMAR A/L CHADRANKUMAR CHADRANYes?
4 REPLIES 4
echuong1
Alteryx Alumni (Retired)

Try this:

 

echuong1_0-1617630592009.png

 

 

afv2688
16 - Nebula
16 - Nebula

Hello @alkafalhas ,

 

How about this?

 

Regards

alkafalhas
7 - Meteor

let's say in each data set contains 1 different data that couldn't match. Is there a way to see it from fuzzy match tools? or to display the unmatched data?

 

Example additional data in set 1

6) Muhammad Ali

 

Example additional data in set 2

7) Lebron James

 

echuong1
Alteryx Alumni (Retired)

Non-matches will come out of the L and R outputs of the join after the fuzzy match.

 

echuong1_0-1617633773002.png

 

Labels