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
Post a Comment