Read 2 Excel files, then compare one col in Excel file A to another col in excel file B. ( One Column has more records compared to the other, hence the need to find the variance)
The task is actually to find the duplicate records in one sheet that makes the count of that col higher than the other, then write those duplicates to another Excel file.
I know there are duplicates in one of the files ( see dups.txt) in the project but automation cannot find them.
I have used two approaches ( Main.xaml uses “join Data table” ) while the ("AsenumarbleApproach.xaml) uses a different logic.
Attached is my workflow, I need help figuring out what I was doing wrong because the two approaches are not identifying the duplicate entries.
@Yoichi
The last solution sequence.xaml needs a few tweak as shown below. for each duplicate, we only want to write out one entry as shown in the screenshot below.
thanks
@sudster
Thanks, lots of unknows -what is the “Build Data Table” used for ?
I’m also assuming the read range is reading the Excel file that has the dups