CSV-to-SQL?

2005-04-09 Thread Richard Miller
inas-Holz) for the free CSV-to-SQL utility! Richard Begin forwarded message: From: Richard Miller <[EMAIL PROTECTED]> Date: April 5, 2005 6:17:34 PM MDT To: Mysql Subject: CSV-to-SQL? I have a dozen, very large CSV files that I would like to put into a MySQL database, with 1 table per file.

Re: CSV-to-SQL?

2005-04-08 Thread Richard Miller
7:47 PM, Renato Golin wrote: You could use the CSV table type: http://dev.mysql.com/doc/mysql/en/csv-storage-engine.html Or use the LOAD DATA INFILE to import all data: http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html --rengolin --- Richard Miller <[EMAIL PROTECTED]> wrote: I have a dozen, very

CSV-to-SQL?

2005-04-05 Thread Richard Miller
, it could import the file afterwards!) I'm not picky about data types here; I'd simply like to get this data into tables so I can work with it more easily. Thanks, Richard Miller -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists