import - Error while importing products in magento -


i trying import products in magento (csv import), gives me following error

skip import row, value "default" invalid field "attribute_set" 

i have saved file utf-8 format, tried renaming "attribute_set" column "_attribute_set" nothing works.

please me if have idea.

check following:

  • each product should in separate row
  • it may complain on 1 field, problem might in other, make sure other required fields filled , correctly named, magento requires
  • make sure have used correct delimiter symbol separate data
  • re-save file utf-8 without bom encoding (this important, may use notepad++)

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -