Skip to content

Fixed "additional_images" column validation for product import - #1

Open
Yonn-Trimoreau wants to merge 1 commit into
pepe1518:masterfrom
Yonn-Trimoreau:patch-1
Open

Fixed "additional_images" column validation for product import#1
Yonn-Trimoreau wants to merge 1 commit into
pepe1518:masterfrom
Yonn-Trimoreau:patch-1

Conversation

@Yonn-Trimoreau

Copy link
Copy Markdown

When importing (for real), the character used to explode "additional_images" column is not the same as in validation.
Instead, the multiple value separator is used.

Here you can find the corresponding line for real import :

explode($this->getMultipleValueSeparator(), $rowData[$column])

When importing (for real), the character used to explode "additional_images" column is not the same as in validation.
Instead, the multiple value separator is used.

Here you can find the corresponding line for real import :
https://github.com/pepe1518/magento2/blob/2ee22c350530e97caf33a079bcad86cfe8b7da40/vendor/magento/module-catalog-import-export/Model/Import/Product.php#L1330
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant