Good evening I need some serious help I am trying to import a CSV file and I am getting error messages. I have attached a screen shot of the messages. Please Help.
Regards,
I need Serious Help
Hi @iamdropshadow,
As you can see in the error messages, It seems that the column for SKU is not defined.
Could you please attach the CSV to review?
Best regards.
Gabriel
Hello @iamdropshadow
If you still face this issue, here are a few things to do/check to solve it:
- make sure that you have unique values for SKU column and other required for Magento import fields. (By the way, you have posted in Magento 2 section, though as far as I know in Magento 2 DataFlow has been retired). So if you use Magento 1, here is the list of required import fields.
- file headers should be identical to database names
- re-save the file with UTF-8 encoding (w/o bom) using any spreadsheet program and try again.