I'm trying to process a Blip.tv MediaRSS feed. Most of it is pretty straightforward, but I am not able to insert proper terms into the associated free tagging vocabulary.

Data looks like this::

<media:keywords>
buford high school, buford lady wolves, andraya carter, kaela davis, greater atlanta christian
</media:keywords>

Using media:keywords as the Xpath query seems to correctly extract the value. When I manually run the importer with debugging I get the following:

xpathparser:3 :
<media:keywords>buford high school, buford lady wolves, andraya carter, kaela davis, greater atlanta christian</media:keywords>

... but the commas apparently are discarded when the data is saved:
buford high school buford lady wolves andraya carter kaela davis greater atlanta christian
... concatenating all the keywords into one big useless taxonomy term.

I tried using Feeds Tamper and adding an "Explode" processor to change the comma-separated list into an array, but that merely caused Feeds to discard the data. No terms were saved.

Is there a right way of doing this?

Comments

msg’s picture

Same problem here. Subcribing.

twistor’s picture

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

You can use the feeds_tamper explode plugin.

Closing out old issues. If you're still having this problem, feel free to re-open it.