- This topic has 1 reply, 2 voices, and was last updated 12 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Shopping cart mass upload errors
Tagged: .csv files.Mass uploads, product cost, product names
Hi, I tried to use PHP my admin to upload my Products.csv file; after uploading, I received an error code: Invalid column count in CSV input on line 1. I only have 2 columns filled-product name and price. I would greatly appreciate any help.
Thank you in advance
Hi,
When importing records to any DB table it is important that your CSV file exactly reflects the number of columns and column names of the table which you are trying to import into.
See this tutorial which will help you with using PHPMyAdmin: