Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Compare Data Set

vdataqlalt
6 - Meteoroid

Hi,

 

My first data source is 

EMP_IDNameDEPT
1JoseIT
2AnnaIT

 

My second data source is 

EMP_IDNameDEPT
1JoseBI
4SteveIT

 

Now I need to compare Source 1 against Source 2 with the primary key(EMP_ID) and ensure that employee data is in sync.so the report should be similar like below.

Is it possible?

 

Match_StatusA.EMPI_DB.EMP_IDEMP_ID.MatchA.NameB.NameName.MatchA.DEPTB.DEPTDEPT.Match
In Both11MatchJoseJoseMatchITBIMismatch
In A Not B2nullMismatchAnnanullMismatchITnullMismatch
In B Not Anull4MismatchnullSteveMismatchnullITMismatch
1 REPLY 1
messi007
15 - Aurora
15 - Aurora

@vdataqlalt,

 

Please see below:

 

messi007_0-1613033775782.png

Attached the workflow.

 

Hope this helps!

Regards

Labels
Top Solution Authors