Jump to content

csv to mysql conversion script


eludlow

Recommended Posts

As part of a website I'm developing, the website owner will need to put csv files on the web. It would be much easier if I could firstly convert these files into mySQL.

 

However, I'd like to make this as user friendly as possibly, so that they simply submit the csv file and it converts it to mySQL.

 

Is there a script anyone knows of that does this? I COULD give the users access to phpMyAdmin, but fear this could be a bit dangerous!

 

Thanks,

Ed Ludlow

Link to comment
https://forums.phpfreaks.com/topic/2538-csv-to-mysql-conversion-script/
Share on other sites

As part of a website I'm developing, the website owner will need to put csv files on the web.  It would be much easier if I could firstly convert these files into mySQL.

 

However, I'd like to make this as user friendly as possibly, so that they simply submit the csv file and it converts it to mySQL.

 

Is there a script anyone knows of that does this?  I COULD give the users access to phpMyAdmin, but fear this could be a bit dangerous!

 

Thanks,

Ed Ludlow

297238[/snapback]

 

 

Found one :)

Well, I guess you'd have to write a PHP script that puts the cvs into an array, then feed the array into the query... but they would have to always use the exact same format for the cvs...

 

You can also give them access so they can only import to the table of your choice, and tell them not to screw it up...LOL

(Sorry)

 

As part of a website I'm developing, the website owner will need to put csv files on the web.  It would be much easier if I could firstly convert these files into mySQL.

 

However, I'd like to make this as user friendly as possibly, so that they simply submit the csv file and it converts it to mySQL.

 

Is there a script anyone knows of that does this?  I COULD give the users access to phpMyAdmin, but fear this could be a bit dangerous!

 

Thanks,

Ed Ludlow

297238[/snapback]

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.