Hi,
I have a nicely build rss feed with more than one category in the category tag:

<item>
      <category>Belgium, travel, ardennen</category>
      <pubDate>Tue, 22 Sep 2009 18:44:01 GMT</pubDate>
</item>

How can I map these 3 categories to different terms. And would it maybe be possible to say the first goes in this vocabulary, the second it another...

I tried making the vocabulary itself having the option tags for a comma seperated list, but that doesn't work.
Thanks a lot in advance for your reply!

Greetings,
Martijn

Comments

lindsayo’s picture

Looks like this was never answered.

I have a similar issue. I have a Calendar which is color-coding events based on taxonomy term using the Legend setting in the Calendar View. I have the Google Calendar Location field mapped to this Vocabulary (Spaces) so that the Google Calendar editor can specify the room in which the event will take place. The problem is that sometimes an event uses more than one room, and so the editor needs to enter a comma separated list of the rooms.

In Drupal, this would translate as 'free-tagging', but during mapping, the comma separated list gets mapped as a single term. So 'Grand Ballroom, Commercial Kitchen' gets mapped as a single term to the Spaces Vocabulary, rather than being seen as two separate tags/terms.

-L