Skip to content

Commit 5ca9491

Browse files
committed
ACP2E-2261: [Cloud] Product import fails with custom separator value
1 parent a394ae1 commit 5ca9491

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+3
-0
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2962,6 +2962,9 @@ private function parseAttributesWithWrappedValues($attributesData)
29622962
public function parseMultiselectValues($values, $delimiter = '')
29632963
{
29642964
if (empty($this->_parameters[Import::FIELDS_ENCLOSURE])) {
2965+
if (is_array($values)) {
2966+
return $values;
2967+
}
29652968
if (!$delimiter) {
29662969
$delimiter = $this->getMultipleValueSeparator();
29672970
}

0 commit comments

Comments
 (0)