Hi,

I have number of images and pdf files to import (one per node). Is it possible to upload image/pdf files, based on CSV file I would generate CSV that contains:

title,description,some_otherfields, path_to_file

I'm wondering is it possible to do with Feeds?

Thanks,

Comments

brettsh’s picture

I would also know how to upload the file description. I am successfully uploading multiple file references from a single Excel cell in this format:
britt-1.pdf|britt-2.pdf
I use feeds tamper to explode on '|' then prepend 'public://'

However, I cannot determine how to upload the description. I feel like I should be able to do something similar to this for a file
http://drupal.org/node/1080386

But my few attempts failed.

Any suggestions?

Thanks Brett S

suegmune’s picture

I too need the same thing Brett. I guess the file.inc could be edited to include files, not just images, but this should be fixed in the module.

tterranigma’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

All issues reported above work as expected with current versions of Feeds. To assign a file to a file field, simply map the file path (in the csv, rss, etc) to the file field's URI.