I have an Alteryx application that is checking for duplicates and similarities between two txt files and outputting to excel in multiple different sheets based on similarities/differences.
I am having an issue with the join tool at the end of my workflow. Incoming from the left i have 369 Records and from the right 364.
The output from the Join tool only has 7 records from the left, 2 records from the right, and 362 from the inner join.
Is there a way to have all records that are duplicate output from the inner join? I have to do further filtration to the inner join data on fields I did not join the 2 instances with, so I need all 700+ records.
I have attached screenshots below of the workflow.
Thank you for any assistance!