Closed
Description
Preconditions (*)
Magento 2.4-develop
Steps to reproduce (*)
- Create a custom product attribute with type multi_select.
- Create a catalog_product.csv that contains product data and at least 1 multiselect attribute with 2 options or set two option values to the product, save and make export
- Separate options with custom separator, for example, |||
- Go to the Magento admin panel ->
System
->Import
- Set
Multiple value separator
to |||
- Choose your file and click the
Check Data
button
Expected result (*)
- Validation should pass without problems
Actual result (*)
Fails to get the configured multiple value separator and pass it on in function $this->context->parseMultiselectValues.
NB I've actually imported the CSV programmaticaly and set parameter '_import_multiple_value_separator' as data in Magento\ImportExport\Model\ImportFactory->create().
Related tickets:
- CatalogImportExport multiselect values will fail validation with custom multiValueSeperator CatalogImportExport multiselect values will fail validation with custom multiValueSeperator #6984
- Importing: non-default multiple value separator can't be used in additional_images column Importing: non-default multiple value separator can't be used in additional_images column #11026
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedA defect with this priority could have functionality issues which are not to expectations.The issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.
Type
Projects
Status
Done