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

Description
While importing new simple products with a capital alpha character postfix, existing simple product will not get replaced because of the strtolower($sku) function when fetching SKU's from the database.
Preconditions
- Magento version 2.2.3
Steps to reproduce
- import product with sku 11111M
- run import again with sku 11111M
Expected result
View catalog_product_entity table and you will find the sku 11111M product being copied instead of being replaced.
Function of the strtolower on SKU
\Magento\CatalogImportExport\Model\Import\Product\SkuProcessor::getNewSku line 144