Hi, I have more than 50 CSV files that have the same number of columns but the columns are scattered around differently in each file. I would like to merge them together with the correct data in the correct column.
Here is an example of my CSV file:
CSV File 1:
CSV File 2:
I would like to union and merge the data based on the data in the column A1, A2 and A3 respectively despite the column being scattered around.