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.
| Comment | File | Size | Author |
|---|---|---|---|
| content_taxonomy.inc_.txt | 3.82 KB | socki |
Comments
Comment #1
verta commentedadded tag
Comment #2
aiphesHi,
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 ?