This script imports the csv data to the mysql database.
Logic
The new table is created.
Then heading of the csv file is taken as column name and then the csv rows are inserted into the mysql table.
Support
Feel free to contact me to modify the script according to your needs
Very simple steps to install on your server
Demo
username: admin password: admin
Change Log
Version 1.2
- for those whose first column has no heading (adding random column generation ) - getting first row for ';' fixed
Version 1.1
- Added Separator with the file import
Version 1.0
- Initial release