Import multiple CSV files

P

PR

I need to import about 100 .csv files... I have imported 1 file and created a
spec file... does any one know a way of importing more than 1 file at a
time...

Regards
PR
 
F

first1downhill

I use a DOS command for such things.

Get to the DOS prompt and then type in the path to the folder containing the
100 csv files. Copy *.csv to Master.txt and then I renamge Master.txt to
Master.csv (otherwise the command tries to copy Master.csv into itself). Now
you have just one file, Master.csv, to import.
 

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