Hi,

I have a RSS feed with a media:content element for each node.
Something like:

Everything works fine except when I try to get the pdf file in a field of my node.

My parameters:
For this field, I use this xpath: media:content/@url (to get the url of the file)
In the filter area I have created a filter with the function: FeedImportFilter::saveFile

But I can't import anything.
Any idea why ?

Best regards

Comments

geraud’s picture

Title: Uploading file from media:content url rss feed » Oups

I forgot the code tag
Here is the line after "Something like:"
<media:content url="http://example.com/myfile.pdf" type="application/pdf" />

geraud’s picture

Title: Oups » Uploading file from media:content url rss feed
nickolas.wilson’s picture

Issue summary: View changes

Did you find solution to this? I've got the same problem.

nickolas.wilson’s picture

Don't worry, just sorted it.