So I have a file with around 90 columns which i received from a vendor. A week later the vendor revised the file and send me a new one. The vendor called out what the changes were but i want to make sure those are the only changes in the file.
I know the long way to do this is by putting these files in Alteryx, doing a Join with the common identifier, selecting columns which i want to compare and applying a formula function to see if all the data in the column is the same. However i have 90 columns and this will take forever so I'm wondering if someone has a better solution where i can compare all columns quickly and get a result in which fields there are differences?