Hello Community,
I am fairly new to Alteryx and am having a hard time figuring out a problem.
I have 2 files (csv):
Total File sample (File A)- This file has all the items in a system (a superset if you will) (100M rows)
Failed items (File
- This file has all the failed items which did not enter the system (300,000 rows)
Now, I want to get the passed items, which are the ones which are not in File B, but in File A (essentially A-B).
Also, I want to add a column which says if the item Passed/Failed to ultimately calculate the pass %.
How would I get one file with all the items and a column which mentions if an item passed/failed on a particular date?
Any help is much appreciated.
I have attached the 2 sample files