1

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

modified csv

Thanks in advance

asked Sep 9, 2014 at 5:56

1 Answer 1

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.

answered Sep 9, 2014 at 6:20
3
  • Thanks For Reply...@TBI infotech you should look at both csv what i am trying to say. Commented 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. Commented Sep 9, 2014 at 7:06
  • @TBIInfotech , I could not find out these coloumns. Thanks. Commented Apr 27, 2017 at 0:52

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.