import CSV

  • Thread starter Thread starter shank
  • Start date Start date
S

shank

I have 100 CSV files with a couple lines of data each.
All CSV files have the same columns, etc.
I have to open all and cut-n-paste into one sheet.

What's the quickest way to get this done?

thanks
 
One way is to use the operating system to copy/concatenate them into a
single file and then load that. You will need to delete the extra 99
header rows after loading.
 
Back
Top