Magento – DataFlow Export Duplicate SKUs in SKU Field

ce-1.9.2.0databasedataflowmagento-1.9upgrade

I use the DataFlow Import/Export on a daily basis for updating product information. Last week we upgraded to the new 1.9.2 from 1.9.1 and besides the many other issues this upgrade has caused, now I am getting duplicates SKUs exporting and when I try to import to update pricing, the import freezes. I've attached an image!

"Export"

Best Answer

When you update to Magento 1.9.2.X you will have this problem. If u use the app/code/core/Mage/Catalog/Model/Convert/Parser/Products.php from a older version of magento it will fix your problem.

You can try using this link, its a temporary fix that uses a older Products.php file:

https://github.com/baconl/Magento-1.9.2.1-duplicate-sku-fix

Keep in mind, this is a temporary fix until the magento core team fixes it in the next version of Magento.