Alteryx Designer Desktop Discussions

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

Matching data between two files to identify any mismatch

Dheeru28
8 - Asteroid

Hi All,

I have data on an excel file which has to be matched with data on a text file. The text file can be converted to an excel file, so essentially we have two excel files.

 

The data in 1st file looks like below:

RecordABC
112abc294dMNX

 

Data in 2nd file looks like:

12abc294cMNX

 

Task is to pick one record (record 1 in the above example) from the first file and then match every column(A, B, C) values for that specific record with data in second file to check whether it's there or not.

In the above example, 294d from first record is not there in the second file.

 

In the main data, there are 100s of records and more than 40 columns in the first file. The validation of data points have to be done for all of the records for all the columns.

 

Can someone please help if there is a way to do it in Alteryx?

3 REPLIES 3
dwstada
10 - Fireball

hey @Dheeru28, this is very similar to a problem a few days ago - here is the workflow for that problem.

 

you should be able to easily modify it for your needs :)

Dheeru28
8 - Asteroid

Thanks @dwstada and @ChrisTX. I'll check and let you know if I'm able to solve my issue.

Labels