I am attempting to generate an Excel file (CSV) of products for my online store that I can then upload to my existing SQL database. As a starter to try to get a feel for SQL, I exported my existing data base with the "EXPORT" tab in phpMyadmin to an Excel (CSV) file on my desktop. Then, without making any changes I used the "IMPORT" tab to restore the database. The import process generated the following error:
"ERROR"
"Invalid field count in CSV input on Line 1"
Obviously I am missing something. Is there a control record required as the first record in the Import????If so, what is the format?
Thank you,
Klaus Cook
Houston, Texas
"ERROR"
"Invalid field count in CSV input on Line 1"
Obviously I am missing something. Is there a control record required as the first record in the Import????If so, what is the format?
Thank you,
Klaus Cook
Houston, Texas
Comment