Hello Community,
I am trying to build a workflow which could compare files with different column schemas, which means that we have file A, file B, file C... and each file has version 1 and version 2. I would like to create comparison reports for each file (A, B, C...) which illustrate the difference between version 1 and version2.
I want to achieve this by using batch macro. But during comparison (I used join for comparison), since each file has different column schemas, I am not able to choose the correct columns for comparison.
Any help will be appreciated!
Thank you very much in advance!