I’m just about positive several people look for this… If just one person is helped, cheers.
You can merge multiple csv or text files with a simple DOS command. Copy the code below into a text editor and save the file with a .bat extension. Save the file in the same folder as the csv files.
copy *.csv importfile.csv
Very Nice!