Community

Feeds Tamper: how do I create taxonomy terms from an exploded list?

I have followed the procedure outlined here: How to add multiple terms to a taxonomy reference field via feeds?

However, I'm unsure of what else to do in order to create Taxonomy terms from a set of words imported via Feeds.

How should my Content Type be set up? I currently have the field set up as 'term reference' and have tried 'select list' and 'autocomplete' as widget type - neither displays any of the field data as a Taxonomy term.

Comments

Make sure you have set up

Make sure you have set up your vocabulary via: admin/structure/taxonomy

Assuming you have setup your content type, then set up your feeds importer with fields you want to load.

If feeds tamper is installed, you should see a tab for it for the various fields. You can then add feeds tamper for the field you are interested in exploding. See its documentation.

If you have a hierarchy of terms, you can use the custom_feeds_tamper_term_hierarchy module which works with feeds_tamper - get it from here: http://drupal.org/node/1319278
see #25