Closed
Description
Preconditions
- Mage 2.1.8 and earlier
- PHP7
Steps to reproduce
- Generate CSV file for product images import with fields:
sku
,additional_images
etc. - Use different multiple values separator ie ;
- Add some images to
additional_images
row.
Expected result
- Product images imports successfuly.
Actual result
- Get an error during importing process:
Wrong URL/path used for attribute additional_images in row(s)...
- If you use default multiple value separator , (comma), import goes well. It throws an error when something different than comma is used to separate image files. It only happens with
additional_images
column!