Agence-DnD / PIMGento-2

PimGento2 is a Magento 2 extension that allows you to import your catalog from Akeneo CSV files into Magento 2.
Open Software License 3.0
65 stars 59 forks source link

Duplicate skus from akeneo unhandled #140

Open QwertyZW opened 7 years ago

QwertyZW commented 7 years ago
[19:03:33] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1090' for key 'UNIQUE_ENTITY_ID', query was: 
            UPDATE `tmp_pimgento_entities_product` t
            SET `_entity_id` = (
                SELECT `entity_id` FROM `pimgento_entities` c
                WHERE t.`sku` = c.`code`
                    AND c.`import` = "product"
            )

See https://github.com/akeneo/pim-community-dev/issues/6582

akosglue commented 6 years ago

Hello,

Any updates about this?

gconstable commented 5 years ago

I have the same issue as well. Is there an update?

franckcharpentier commented 5 years ago

Exactly the same for us.