TLDR: I can’t find a way to import a product template with more than one variant attribute e.g. Size, Color
Hi there,
I am trying to import a template for a product using a CSV file:
item_code,item_name,item_group,stock_uom,is_stock_item,has_variants,attributes.attribute,variant_based_on
SHIRT-SLOW,Shirt slow,Clothes,Szt.,0,1,"Color, Size",Item Attribute
But I can’t get through with the import because I need multiple variant attributes to be assigned to the template, which I can’t figure out how to do.
I have tried many ways:
- Importing in one cell using: "Rozmiar, Kolor” (as in the example), Rozmiar|Kolor, Rozmiar;Kolor
- Importing using column separation, this means using attributes.attribute and attributes.attribute.1 for the two variant attributes
- Also I tried just a second row with only the attributes.attribute and variant_based_on filled in, which of course failed because I had to provide an item_code
- And lastly, of course I tried to import the template in two rows with the attributes values being different.
And nothing I tried worked. I might just try to find the feature inside of the source code and try to get it from the very source, but come on, haven’t anybody figured that out yet?
Your help and replies are highly appreciated in advance.