Invalid field count in csv input on line 1
When importing CSV data into my MySQL database using PHPMyAdmin, I found following error: Invalid field count in csv input on line 1.
It’s odd since I’ve manually count field numbers and compared with column on my CSV files, they’re exactly match.
Then I found something strange. PHPMyAdmin is automatically use semicolon ( ; ) as field delimiter instead of comma ( , ). Quick fix for this problem is to change the delimiter symbol manually.
In the picture above, I replaced semicolon (rounded with blue circle) with comma and everything is alright.





it’s not a bug, it follow old excel csv pattern
Thanks! This really helped alot. Spent a good while trying to find problem, and its something as small as this.
Thanks again
ndal….kowe kie mbahas opo tho?
@mh
Thanks for your acknowledgement
@jport
nice to hear that
WOW thanks for the info, i uploaded a csv files successfully because of your advise. Great job!
sopo yo.admine..salam kenal..
sopo = siapa
admine = administratornya
ember jeng
you’ve got no idea how much you just helped me out right here!
Thanks a million!
hehehe, biasanya itu dari mysql lama ke mysql baru.
Nice post, it is working fine.
Thank you, thank you, thank you!
I’d been pulling out my hair for two hours until I stumbled upon your site.
Comma vs. semicolon… phew – I didn’t spot that. Amazing what grief one pixel’s difference can cause.
phpMyAdmin can go stuff its semicolon right up its last two syllables of the aforementioned punctuation mark.
Terima kasih banyak
Thank you. I have been looking all day on the web trying to get an answer. My upload worked fine.
Cheers,
Alan
thank you so much ,helped me a lot . .
Thanks, This had been driving me mad for some time!
Wow to think PHP used to not do this and does now.
This is stupid and the sheer number of posts i have seen of users with this problem i can’t believe they did soemthing so stupid just to maintain the old excel standard, clearly CSV stands for COMMA separated value.
this just saved me a whole bunch of time
thanks, it saved my time.
Sunny.
SESAT LOhh
In my CSV file the fields were surrounded by ” (double quotes).
Please be sure there are no double quotes INSIDE THE FIELDS. Open your CSV file in Excel or scalc (openoffice suite):
- In scalc go to Edit > Find /Replace
- In Excel follow this steps: http://support.microsoft.com/kb/288291
Replace all the ” (double quotes) with ‘ (single quotes).
Another problem was with the DATETIME fields in MYSQL. In scalc select them all and right-click on them > Format Cells > and put “JJ-MM-DD UU:MM:SS” in the Format code box.
I’m only allowed to have in MYSQL first the year, then the month and then the day. For example “2009-12-29″.
After following these steps it worked for me.
And BTW, if there are still problems, open your CSV with Notepad or another text editor and check if every line has the right count of fields.
Thanks a lot, saved a lot of time
Wow, thanks for this… I was going insane
x