Magento Skipping import row, required field “sku” is not defined.
If you get this error when you try to import products in Magento, you must check the following:
- The sku column really exists in you CSV file
- The CSV file is in UTF-8 encoding
- Check if the columns delimiter( “;” or “,” ) is the same in CSV file and in Import Profile. Most probably is “;” in Import Profile, and “,” in the CSV file, or invers. Usually this is the problem.
Leave a Reply