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

Magento 2.2.2-dev - CSV Import, skip errors not working #75

Open
@piotrekkaminski

Description

@piotrekkaminski

From @JustBeYou on December 19, 2017 14:36

Preconditions

  1. Magento version is 2.2.2 as specified in the title and I think is the only relevant info about the environment
  2. PHP 7.0.25
  3. MySQL Ver 15.1 Distrib 10.1.29-MariaDB
  4. 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

  1. Go to System > Data Transfer > Import
  2. Select 'Products' for 'Entity type'
  3. Select 'Add/Update' behavior and 'Skip error entries' for strategy
  4. Select some arbitrary number for 'Allowed Errors Count' bigger than your actual error count from CSV file
  5. Select a CSV file to import with few errors, but not more than the number specified in 'Allowed Errors Count'
  6. Check the data

Expected result

  1. Should let me import the CSV file ignoring the errors

Actual result

  1. The checking data phase just fail and I can't continue to the actual import
    screenshot_20171219_155548
    screenshot_20171219_155627

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions