This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Description
From @adamlavery on October 18, 2017 9:51
When importing grouped products, the simple products are imported but not associated with the group product.
Magento OS v2.2.0
Steps to reproduce:
- Setup and export grouped product, including simple associated products.
- Delete grouped product and simple products.
- Wait for re-index. (+1 to restore re-index option from admin).
- Import using the unmodified export file generated.
Expected result:
- Grouped/simple products should be recreated as originally exported, with simple associated with group.
Actual result:
- Group product and simple products are created, but simple are not associated with the grouped.
Have tried to import simple products only, wait for re-index then import grouped; still no association. Export CSV contains entry for associated_skus set to "SKU1=1.0000,SKU2=1.0000", same as was exported.
Copied from original issue: magento/magento2#11535