aimeos / ai-controller-jobs

Aimeos e-commerce job controllers
https://aimeos.org
GNU Lesser General Public License v3.0
28 stars 17 forks source link

Trying to import "selection" type products, but it doesn't work #39

Closed Ameeko closed 2 years ago

Ameeko commented 2 years ago

Hello Aimeos! I'm trying to import "selection" type products, but it doesn't work for me at all.

Mapping:

'item' => array( 0 => 'product.code', 1 => 'product.label', 2 => 'product.type', 3 => 'product.status', ), ... ... 'product' => array( 15 => 'product.code', ),

CSV: subproderror

For the "selection" product, the "subproductcode" column contains the following content: YRBQ1I43CM YRBQ1I48CM YRBQ1I53CM

Can you help me?

aimeos commented 2 years ago

Are there any errors in the Log panel of the admin backend? Can you post the four lines of your CSV completely?

Ameeko commented 2 years ago

Thanks for the reply. Unfortunately, there is no error message in the log panel. I attached the CSV and mapping. Status after import: aimeos-import-error

test-aimeos.csv mapping-aimeos.txt

aimeos commented 2 years ago

The type code of selection products is select, not selection

Ameeko commented 2 years ago

It works. Thank you very much.