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
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 :)

Link to comment
Share on other sites

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]

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.