Hi Team,
Have a scenario where I have 2 files as input. Need to do file to file recon. Both the files have columns with Emp iD, Amount , Bank no. and Account no. Now I have to perform a recon to verify if there is a change in Bank no. or Account no when previous month file is compared with current month file. Now the issue is I cannot have a unique key hear to perform a join. There will be multiple entries for an employee in both the files and when I take Emp ID as key when joining I get duplicates which is natural. I cannot use Bank no. & Account no combined with EMP ID since Bank no. & Account no is something I'm validating.
So appreciate if any suggestion around it. How to eliminate duplicate entries from the output. If not eliminate what would be the best way to represent the data. Attaching a sample workflow for your reference.