I'm importing multiple articles from another site which contain images. I'd like the featured images in these articles to be the featured images on my Drupal site. In order to do this, I've downloaded all the images from that site and uplaoded them into my Drupal image directory at /public_html/sites/default/files/field/image.
I'm importing a CSV full of data from the other site, and in my field_image URL column, I've formatted it as "field/image/imagename.jpg". It's the correct name, but it's not being imported. I'm wondering:
- if I'm using the right path.
- if I'm using the appropriate assignment to the correct field.
- if it's possible to import the URL in the way I'm doing it.
I've tried assigning it to other fields, adjusting the URL, seeing if there's more information I need to add to the image by looking at the file I upload manually, but haven't found the answer.
I've looked around for an answer but couldn't find one. I'd appreciate any help you could give.
Thanks! Brendan