HI,
I need to merge two csv files in a new csv file through batch script, without last column.
total no of columns is 56.Please help me
Well, um, you can stick the two files together, then trim colums after #56 but I have a feeling that might not be what you want. A sample line, or lines, from both files, and what you want removed, would be really helpful. Also, if you want to use batch, please inform of hazardous characters, esp: >, <, &
Do you really mean Merge or simply concatenate? A good old fashioned merge is when the output file consists of line 1 of file 1 followed by line 1 of file 2, line 2 of file 1 followed by line 2 of file 2 etc. Lots more info required such as are header lines used? Do both files contain the same number of lines? Also the info requested by NBrane.
Please come back & tell us if your problem is resolved.
