Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to get mismatch dataset in my sample data

abardaje
8 - Asteroid

Just wanted to ask again in a different scenario on how to identify the mismatch under Name column ( ie. case sensitive, double spacing, additional character)  only using joint tool  (if not, other tool/s that can identify the mismatch of the data) using my latest dataset?

2 REPLIES 2
DataNath
17 - Castor
17 - Castor

@abardaje something like this? I just conduct the join on record position and then you can use a Filter with the expression that one name Contains the other. The reason I use contains is because you can specify case sensitivity.

 

True anchor - identical matches:

 

DataNath_0-1663162915192.png

 

False - Any differences (see record 6 showing case sensitive matching):

 

DataNath_1-1663162944662.png

abardaje
8 - Asteroid

Thank you! :)

Labels
Top Solution Authors