You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2019. It is now read-only.
Magento version is 2.2.2 as specified in the title and I think is the only relevant info about the environment
PHP 7.0.25
MySQL Ver 15.1 Distrib 10.1.29-MariaDB
Cent OS 7 (Linux 3.10.0-693.11.1.el7.x86_64 # 1 SMP Mon Dec 4 23:52:40 UTC 2017 x86_64 GNU/Linux)
Steps to reproduce
Go to System > Data Transfer > Import
Select 'Products' for 'Entity type'
Select 'Add/Update' behavior and 'Skip error entries' for strategy
Select some arbitrary number for 'Allowed Errors Count' bigger than your actual error count from CSV file
Select a CSV file to import with few errors, but not more than the number specified in 'Allowed Errors Count'
Check the data
Expected result
Should let me import the CSV file ignoring the errors
Actual result
The checking data phase just fail and I can't continue to the actual import
I did some research on this problem and I've found that it was reported somehow in earlier versions (2.1.x), but the issues I've found on this bug didn't come to some solution. The first I've found is #5831, but it is closed because it's marked as a duplicate of this #5334, but this is closed too as it is not clear enough.
I want to know if is this is fixed in any 2.2.x > 2.2.2 version (just supposing, I think 2.2.2 is the last release) or if is anyone already working on it? If no one is working I could try to fix it as I am already looking at Magento/ImportExport/Model/Import because I think the problem is here, but I don't want to waste my time if there is already fixed in another version.