import CSV

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
 
B

Bob I

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top