Hi everyone,
I’m new to Alteryx and need some assistance with comparing two datasets that have the same headers. My goal is to identify changes between the datasets, specifically to highlight:
- Any new lines added in the "after" dataset
- Any lines removed from the "before" dataset
- Any changes in the existing lines
- Any lines that remain the same
The order of the rows is important, and there is no unique ID to use for comparison. I have attached sample datasets for "before" and "after" in separate tabs, as well as an "expected output" tab for reference.
Could someone please guide me on how to achieve this? Thank you so much!