Skip to content

Report error csv doesn't work when trying to import a csv file with semicolon delimiter #5015

@agoeurysky

Description

@agoeurysky

Steps to reproduce (Magento 2.1-rc3)

  1. Try to import a catalog_product.csv file in admin interface which contains an error.
  2. Configure the semicolon ; for row delimiter.
  3. Click Check data button, the file is valid for import.
  4. Click Import button.

Expected result

  1. Import is stopped and all errors are printed.
  2. We can download the report error csv file.

Actual result

  1. Import is stopped but only General system exception happened is printed.
  2. We cannot download the report error csv file because the link doesn't appear.

Note

The same workflow works with a catalog_product.csv file with the , row delimiter, because this is the default Magento delimiter for a csv source.
See \Magento\ImportExport\Model\Report\Csv::createSourceCsvModel.

Metadata

Metadata

Assignees

Labels

Component: ImportExportFixed in 2.2.xThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.1.xThe issue has been reproduced on latest 2.1 releaseReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releasebug report

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions