This:
categories
Brand,Model,Info1,09/94-01/97,
Doesn't work to create categorie, subcat1, subcat2 respectively.
What am I doing wrong?
This:
categories,categories_image
"Brand,Model,Info1,09/94-01/97",
Throws me: Invalid Products: 1.
Is there even a way to do a categorie only import?
Edit: Got it to import.
The current categorie tree-structure is:
On Use > Type > Brand > Subcats I need to import
product_code,parent_category,categories
,"On use","Type,Brand,Model,Subcat2,Year",
However, this imports the categorie within On Use. So On Use contains Brand, Model, Subcat 2, and Year.
I need to import it like On Use > Brand > Model > Subcat 2 > Year, each within the previous categorie.
Any hints will be very welcome!