Hello I am trying to upload product attribute value for french store. but some of csv row not able to execute and giving Error "Skipping import row, required field "sku" is not defined.".
For getting solution of this problem i export particular one product and just change data below header row.
Even if they are giving me same error and any body have any idea ? i am using open office.
both csv placed here origanal csv and
Thanks in advance
1 Answer 1
Try:
convert to utf8
remove empty "sku" column
rename "artnr" to "sku"
set column "type" to "simple" for all rows
clear column "image" and "small_image": "?" => ""
This LINK can be a help.
-
Thanks For Reply...@TBI infotech you should look at both csv what i am trying to say.Mage2 Developer– Mage2 Developer2014年09月09日 06:31:35 +00:00Commented Sep 9, 2014 at 6:31
-
I see there are special characters in your file. Open file in editor may be notepad ++, then from encoding first select "Convert to UTF-8 without BOM", and then select "Encode in UTF-8 without BOM". Then save file and without opening it open import it and check.TBI Infotech– TBI Infotech2014年09月09日 07:06:56 +00:00Commented Sep 9, 2014 at 7:06
-
@TBIInfotech , I could not find out these coloumns. Thanks.abu abu– abu abu2017年04月27日 00:52:14 +00:00Commented Apr 27, 2017 at 0:52