magmi-git icon indicating copy to clipboard operation
magmi-git copied to clipboard

Duplicate Manufacturer Values (drop down attribute)

Open ghost opened this issue 11 years ago • 2 comments

Seems lately Magmi (v0.7.18) creates a duplicate entry in eav_attribute_option_value when the manufacturer name already exists. (manufacturer is drop down attribute)

csv file only has 2 columns (sku, manufacturer) - manufacturer is manufacturer name (ie Apple) - tried manufacturer_value but no update occurred... if 'Apple' is already in eav_attribute_option_value, it creates an additional entry with same value and a new option_id (store_id is zero in both instances) .. Magmi Optimizer v1.0.5 is the only plugin selected when importing.

Seems like it's not checking the option value before inserting a new record ???

Thanks!!

ghost avatar Jun 09 '14 23:06 ghost

It does, but be careful with whitespaces & case. whitespaces can be handled with "value trimmer for select/multiselect" plugin.

2014-06-10 1:49 GMT+02:00 pkoutrakis [email protected]:

Seems lately Magmi (v0.7.18) creates a duplicate entry in eav_attribute_option_value when the manufacturer name already exists. (manufacturer is drop down attribute)

csv file only has 2 columns (sku, manufacturer) - manufacturer is manufacturer name (ie Apple) - tried manufacturer_value but no update occurred... if 'Apple' is already in eav_attribute_option_value, it creates an additional entry with same value and a new option_id (store_id is zero in both instances) .. Magmi Optimizer v1.0.5 is the only plugin selected when importing.

Seems like it's not checking the option value before inserting a new record ???

Thanks!!

— Reply to this email directly or view it on GitHub https://github.com/dweeves/magmi-git/issues/51.

dweeves avatar Jun 10 '14 00:06 dweeves

Hi, we have the same problem that attributes at the Layered Navigation are listing with and without a whitespace at the beginning. The plugin "value trimmer for select/multiselect is active.

hobodi avatar Sep 06 '21 08:09 hobodi