Hi, I've written a mapper for the feeds module which i believe might be helpful for anyone that happens to use the Feeds module [http://drupal.org/project/feeds]

This will expose any field that is made to be a form of content taxonomy available as a field that can be mapped to. I've tested this with both tags and normal terms vocabularies and it seems to work fine.

To include, you can just include this file somehow, or add the functions defined into the module. Let me know if you have any issues with this. It would be great to see this included with the module going forward.

Thanks.

CommentFileSizeAuthor
content_taxonomy.inc_.txt3.82 KBsocki

Comments

verta’s picture

Title: integration with feeds module » integration with feeds module (mapper code attached)
Issue tags: +Feeds

added tag

aiphes’s picture

Hi,

Importing Terms from other Drupal website with Feeds, fill the content taxonomy field but doesn't add record in taxonomy table, despite checking the " Enregistrer les valeurs en plus dans le système core de taxonomie (dans la table 'term_node')." (Save values additionally to the core taxonomy system) option.

Is it fixed ?