I keep getting the following error when I attempt to import 2 new records for the table products_description: "Invalid field count in CSV input on line 1"
Here's a summary of my phpMyAdmin import settings:
In phpMyAdmin on my hosts server (cpanel),
- File to import (I browse to Products_updates.csv)
- Character set - utf8 (default no idea what this means)
Partial import
Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.
Number of records(queries) to skip from start = 0
Format of imported file = csv
Ok, so i checked to make sure I have the same number of columns on my csv file as the database table. I am confident that I have the right format because I exported the only 2 records I set up through Zen cart admin and replaced with 2 new ones. Then again, if someone wants to look at my csv file to check, let me know. I wasn't sure wether or not to include the headings so I tried with and without and got the same error.
I've been testing Zen cart and this is the deal-maker or deal-breaker for me at this point. Please help me become a Zen cart guru and lover like you all!



