|
CSV2MySQL
1) Description
2) Features
3) Requirements
1) Description [top]
This script can be used to import/export csv
files into a MySQL database. After uploading the the csv file
you are presented with a form to compare the database-column-titles
with the titlerow of the csv file.
After this comparison the csv file will be actually imported.
This script is not a stand-alone, but is intended to be used
as a addon to other scripts. Some knowledge of php and MySQL
is therefore required.
2) Features [top]
- Importing a csv file with titlerow into
a MySQL database.
- Exporting the MySQL database table to a csv file
- Deleting all the MySQL database table entry's
- Temporary directory cleaning to prevent data cluther
3) Requirements
[top]
- Server with PHP support
- MySQL
|