Importing delimited text files

2003-07-21 Thread Jim McAtee
What tools are available for importing delimted text files into MySQL tables? I've got several very large, but simple (just seven columns of integer and varchar) text files to import into a table. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: Importing delimited text files

2003-07-21 Thread Paul DuBois
At 21:04 -0600 7/21/03, Jim McAtee wrote: What tools are available for importing delimted text files into MySQL tables? I've got several very large, but simple (just seven columns of integer and varchar) text files to import into a table. Use the LOAD DATA statement or the mysqlimport command-line