 |
Categories |
|
 |
 |
| Simple csv to MySQL tool
|
Hits: 547
|
|
Description: This code will take a csv file and create or, insert or update, the data into a MySQL database. It assumes the first line contains the field names and uses that to build the SQL query for the following data lines.
There's a download button for pulling in the csv file.
A CREATE button will create a simple database using VARCHAR() with all the fields length set to the longest length of any field.
The INSERT button will insert the data.
The BUILD FIELD LIST button does just that so you can select the field if you're doing an UPDATE operation. Index fields in the database are shown.
There are few checks to ensure that an operation will succeed. INSERT into a table that doesn't exist for example will error etc.
The code is heavily commented and should be ewasy to follow/amend.
|
| Resource Specification |
| Platform(s): |
linux, windows |
| Date Added: |
May 15, 2008 |
| Last Updated: |
May 15, 2008 |
| Author: |
Phillip Biggs |
| License Information |
|
License # 1: |
| |
License Type: |
Freeware
|
Price:
| Free |
Average Visitor Rating:
0.00 (out of 5)
Number of Ratings: Votes |
Average Member Rating:
Not yet reviewed by any member....
You can be the FIRST one to write a review for
Simple csv to MySQL tool.
|
|
|
|