Dynadot โ€” .com Transfer

SCV/XLS To MySQL Converter? I will pay 50 NP$

Spacemail by SpaceshipSpacemail by Spaceship
Watch
Impact
8
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!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
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!

If you have a CSV file, you can strightway, import them into database without any problem.
 
0
•••
I think you cannot find a script to export directly to mysql syntax... but you can export in text file and after that to import directly in mysql.

To export in text File use http://bioinformatics.uams.edu/microarray/tools/Excel2text/

If you want to import a csv to mysql try to use :
http://www.stadtaus.com/php_scripts/csv_to_mysql/ueber_das_csv_to_mysql_script.php

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'

Regards

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'

For that csv.file need to be on server.

Regards
 
0
•••
mysqlimport --fields-optionally-enclosed-by=""" --fields-terminated-by=, --lines-terminated-by="\r\n" --user=YOUR_USERNAME --password=YOUR_PASSWORD YOUR_DATABASE YOUR_TABLE.csv

Try that command.

or give this script a try: http://codewalkers.com/seecode/448.html
 
0
•••
Spaceship
Domain Recover
CatchDoms
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back