boboldehampsink / import

DEPRECATED - Import plugin for Craft CMS
MIT License
177 stars 28 forks source link

Importing an Image? #172

Open jamonmetz opened 6 years ago

jamonmetz commented 6 years ago

Is it possible with this plugin to import an image? I have an apparel category group with three field types 1) Color Name 2) Color Hex Value and 3) Color Swatch. The color swatch is mapped to an asset type that references a file path on the server i.e. img/color-swatches. I have uploaded a swatch image (heather.png) in this directory and added the color swatch name to the CSV file that I'm trying to import. I can import the name and hex values correctly, but I cannot get it to show an imported image? Any help would be appreciated since I have thousands of color-swatch image I need to import.

Cheers