TrickyDik
05-11-2009, 04:12 PM
I have 2 .csv files. Each file contains the header of 'product_id' in cell A1.
Underneath the 'product_id' in each file is each of the Product I.D. numbers, however, they are not in numerical order (1,2,3,4...) and neither file contains the same Product I.D. number in the same cell (i.e. file1.csv has the I.D. number of '54' in cell A2 whereas file2.csv has '54' located in cell A182).
Unfortunately for me there are unique columns of data in both files that need to be displayed in one file. Now this would be simple if the Product I.D. was in numerical order in each file, or if both files contained the same Product I.D. in the same cell, but neither is the case in my scenario.
How do I go about merging the 2 files so that the unique columns of each file are merged into 1 single csv file?
This would be a life saver! Help is very much appreciated!
Underneath the 'product_id' in each file is each of the Product I.D. numbers, however, they are not in numerical order (1,2,3,4...) and neither file contains the same Product I.D. number in the same cell (i.e. file1.csv has the I.D. number of '54' in cell A2 whereas file2.csv has '54' located in cell A182).
Unfortunately for me there are unique columns of data in both files that need to be displayed in one file. Now this would be simple if the Product I.D. was in numerical order in each file, or if both files contained the same Product I.D. in the same cell, but neither is the case in my scenario.
How do I go about merging the 2 files so that the unique columns of each file are merged into 1 single csv file?
This would be a life saver! Help is very much appreciated!