Jump to content

upload to PHPmyAdmin with CSV


ohdang888

Recommended Posts

i have a file called list.csv (below), and i am uploading it into a table with this structure:

 

id, fn, ln, user_id, updated

 

when i try to upload my .scv file through php my admin, i upload it, click "CSV" and for column names put "fn, user_id" and click upload. And its returning the following error:

Invalid field count in CSV input on line 1.

 

Whats wrong?

 

Thanks!

list.csv:

Bob, 345275
Tim, 2547354
Test, 5763

Link to comment
https://forums.phpfreaks.com/topic/152685-upload-to-phpmyadmin-with-csv/
Share on other sites

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.