-
Notifications
You must be signed in to change notification settings - Fork 29
Magento 2.2.2-dev - CSV Import, skip errors not working #75
Comments
From @PieterCappelle on December 21, 2017 21:43 Issue is not fixed in 2.2-develop and 2.3-develop. So yes, its an issue. Will you fix this with PR? |
From @JustBeYou on December 22, 2017 13:53 OK then. I am going to make a fork and try to get a fix. I will create a pull request when I'm done. |
From @PieterCappelle on December 22, 2017 14:46 Let me know if I can help you @JustBeYou :) |
From @magento-engcom-team on December 22, 2017 15:30 @JustBeYou, thank you for your report. |
From @JustBeYou on December 23, 2017 15:26 Fixed in #12867. I am waiting for a review. |
From @PieterCappelle on December 23, 2017 18:54 Nice @JustBeYou! If accepted please create backport to 2.2 too :-) #thanks! |
From @JustBeYou on December 23, 2017 20:51 @PieterCappelle I developed the bug-fix on 2.2. Should I create a pull request for 2.1 and 2.3 too? |
From @PieterCappelle on December 24, 2017 8:48 Sorry. Yes, if accepted, please create backport for 2.1 & 2.3. Currently we are setting up a team from developers to fix issues and refactor the current import of Magento2. You can always join our channel on slack #import-export. We also have custom repository > https://github.com/magento-engcom/import-export-improvements/projects Have a nice day today! 24th :) |
At the moment the class The
This means we will check for critical errors and also if the validation strategy is Stop on Error. |
From @JustBeYou on December 19, 2017 14:36
Preconditions
Steps to reproduce
Expected result
Actual result
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.
Have a nice day!
Copied from original issue: magento/magento2#12808
The text was updated successfully, but these errors were encountered: