

shreder said:Does anyone have a tool/script that converts Excel files or SCV files to MySQL?
I will pay 50NP$ to whoever gives me a script or a link to a free script.
Thank you!
sacx13 said:Also is very easy to import a csv in mysql diretcly from mysql command line or froma a query shell:
LOAD DATA LOCAL INFILE '/tmp/csv.file' INTO TABLE `table` FIELDS TERMINATED BY ',' ESCAPED BY '\\' LINES TERMINATED BY '\r\n'
