I'm trying to import a csv file to Magento, but it always give me an error saying that the sku field is not defined, but it is.
I tried changing the encoding to UTF-8 and ANSI, still didnt work.
I've mapped this native fields from the database, excluding custom attributes: "store","websites","visibility","is_in_stock","name","qty","price","sku","description","short_description","type","attribute_set" and "weight".
Am I missing some mandatory field?
I also have two columns (custom attributes) which are empty. Could this be the cause of the error? Please HELP ME! It's a list of +3000 products, and i cant add them one by one.
Thanks in advance, any question ask me.
UPDATE
is there any order for the csv fields? i've followed the order i've mapped in magento, and most of the native fields are in the end.
The error message when i try to check the data in System > Import/Export > Import is: Can not find required columns: sku