Hi,
I have about 10 cvs files that I need to combine into one file. The cvs files have comma as the delimiter. Now the way I have to combine them is to use the first file's first field as the search criteria. So I put the first line of the first file into the big cvs file and then any lines in the other files that contain the first column of the first line. Then the second line and so on.
Does anyone have any ides of how this could be done?