Closed
Description
I try to import product by magento2 import product option by CSV. I have all product image same name. I create folder for every product image and I upload it media/import directory and try to import my product but magento use only 1st image for all other product. It does not upload my other same name images.
Preconditions
Magento 2.1.0
PHP-7.0.12
Server: NGINX
Ubuntu 16.4
MYSQL -5.6
Steps to reproduce:
- Create A CSV File for import by same name image within multi directory
- Upload file in pub/media/import directory with directory
- Login Backend
- Got to setting >> import
- Select "Entity Type" Product
- Select "Import Behavior" Add/Update
- Upload CSV File
- Click Button "Check Data "
- Click "Import"
- Import will be successful but it will be upload only first image and skip all other same name image
Expected result
Actual result
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release