How would I go about importing several CSV files into a single table? Any advice is greatly appreciated!
Have you managed to resolve this issue yet of importing several csv files into a database table?There is an example here (although its not mySQL, so not sure what its capabilities are) - it uses a DTS package (to insert the data) and a batch file to list all the csv files.Article by Muthusamy Anantha Kumar. http://www.databasejournal.com/featu...-Using-DTS.htm