When importing with Magmi and set Attribute Set Importer on, it does not to set the corresponding product attribute on the product itself.
I've read many posts, but no one seems to have this problem. Any clue what I'm doing wrong?
Content of the import files:
Products file:
sku,attribute_set,name,type,configurable_attributes,mycolor,status,weight,price,simples_skus,super_attribute_pricing
01111,"testset","product1b","simple","mycolor","red",1,0,11,,
01211,"testset","product2b","simple","mycolor","blue",1,0,22,,
01422,"testset","product3b","simple","mycolor","orange",1,0,33,,
01311,"testset","productconfigurable","configurable","mycolor",,1,0,1,"01111,01211,01422","mycolor::red:11;blue:22;orange:33"
Attributes file:
"attribute_code","frontend_label","frontend_input","backend_type","is_user_defined","is_required"
"mycolor","mycolor","select","text",1,1
Attributes Set file:
attribute_set_name,sort_order,magmi:groups
"testset","0","General:0,Prices:1,Meta Information:3,Images:4,Recurring Profile:4,Design:5,Gift Options:5,mycolor:6"
Attributes Associations file:
attribute_set_name,atttribute_code,attribute_group_name
"testset","mycolor","General"
The solution was to set
in attributes file to
Event varchar didnt work.
There was no info about this, so maybe this answer is saving someone some time.