简体   繁体   中英

Magento CSV import , CSV file with full web address , Download the images

I am looking to download images from CSV , we have csv with full web address in that

example below Colmun

  1. www.xyz.com/abc.jpg
  2. www.xyz.com/abc1.jpg
  3. www.xyz.com/abc2.jpg

So it should download the above images to specific location on my computer or to FTP location

Once it is downloaded then it must strip the full URL and make it in following way

  1. /abc.jpg
  2. /abc1.jpg
  3. /abc2.jpg

I want to use this file with magento to import multiple images , with full URL but i know magento does not support multiple image or full URL

so i come up with above solution which can download full URL on computer and then i strip the URL and upload using magento import easily

Can any one has idea on this macro or script ?

You can use Imoroved Import extension for easy import products with multiple images directly from external URLs. This extension allow you just add new column for multiple product images and fill it with separated by , URLs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM