Hello All any one can help me with below problem
I have two Excel files containing multiple columns, with Account Number and FB ID being the same in both files.
- Sheet 1 of the output Excel should contain all the data from Excel 1.
- Sheet 2 should contain all the data from Excel 2.
- Sheet 3 should contain data from Excel 1. It should compare each FB ID with all FB IDs in Excel 2, and if a match is found, it should be marked as "Match" in a newly created column next to it.
- Similarly, Sheet 4 should contain data from Excel 2. It should compare each FB ID with all FB IDs in Excel 1, and if a match is found, it should be marked as "Match" in a newly created column next to it.
This seems like a very basic data prep task. What have you tried so far? Can you post a sample workflow? Or do you just not know where to start?
At the top of this page, have you looked at the basic training under Learn > Academy > Learning Paths and Interactive Lessons?
To accomplish the table vs table check, you want to do a couple joins on the FB ID field. My attached example shows how you would do this with generated data matching your description.
Another thing you might be asking about is how to write the various outputs to Excel spreadsheets in the same workbook. You can just add several Data Output tools after the joins, but this can present some challenges, as if you reach another output before the file is closed on the backend, you can experience errors. Still, there's a few solutions....
Hope this helps. Cheers!
I really like the solution. It is possible to get the Exception report as where is the Null Value.