I have two scenarios:
- Two csv files with the same number of columns, but the column order differs. The first row of the csv is a header row and indicates correctly the column names
- Two csv files with some different columns, but actually most columns are present in both files. Again, the csv header row indicates column names that could be compared
In both of the above scenarios, BC3 fails to automatically match/change the column order automatically. This can be done manually via the Session Settings
menu, but is rather time consuming.
An Example of #2 from above
Note in the following screenshots, that the left file has a column called priority
which the right file does not have.
Before (default with columns matched by order):
Note that in the image below, that the left file's column 5 priority
is being compared with the right file's column 5 companyjob
. All of the following column comparisons are similarly mismatched.
After (With columns manually matched by name):
Is there an easy way to easily/automatically configure this compare as I've manually done in the second image?