synolia / Prestaneo

Prestaneo is a Prestashop import addon allowing to import catalogs and product data, from the Akeneo standard CSV files.
Other
14 stars 16 forks source link

Import of Categories not working #8

Open wucherpfennig opened 7 years ago

wucherpfennig commented 7 years ago

FATAL ERROR : Property Category->name is empty

image

code;label-en_US;label-de_DE;label-fr_FR;parent
design_touchpanel;"Design Touch Panel";"Design Touchpanel";"Écran tactile Design";XYZ
wucherpfennig commented 7 years ago

Anybody?

wucherpfennig commented 7 years ago

Well we found a solution for actually two issues (which are somehow related to this issue):

the importer expects, which somehow makes sense, that the main category has no "parent" since it is the root of all categories.

our use case is different by meaning that all online businesses are located in the main category "ecommerce" which leads to that all sub categories (= stores) have a parent called "ecommerce". in this case the import won't work.

notice: also make sure that your csv has no empty lines which leads to the error from above