-
- sstark

-
Total Posts: 25
Joined: 2008-01-11
|
Hello,
I have made a profile to export users and another to import. I am using a comma delimited excel csv file.
Exporting works great.... do I exported my 1 user and made an excel file from that with my other 203 users from zenCart. Done.
When I go to import this new customers .csv file, I get the following error on every line:
CustomerID and email didn’t match, skipping the record , line: 1
I have id names on my first row setup, and there is only an entity_id (auto increment), no CustomerID field. I tried adding one and setting the email addresses, no luck. I also tried overwriting the entity_id with email addresses, and no luck.
|