### Preconditions 1. Magento 2.1 2. Apache 2.4 3. PHP 5.6 ### Steps to reproduce 1. Take example product CSV from magento and change line endings to be MacOS format like attached [catalog_product.csv.zip](https://github.com/magento/magento2/files/444508/catalog_product.csv.zip) 2. Try to import with native magento imported ### Expected result 1. When end of row should act as end of product insert and move onto next row. ### Actual result 1. See last item of row and first item of next row is combined into one. 