Feeds Tamper Taxonomy Hierarchy

Component ID

2920905

Component name

Feeds Tamper Taxonomy Hierarchy

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module adds a Feeds Tamper plugin that allows the import of hierarchical taxonomy fields within a node importer. Taxonomy hierarchies can be generated dynamically when importing content, rather than requiring creation ahead of time. Non-existent terms will be auto-created or skipped depending on the mapping settings.

When auto-creation is enabled, a field with the value "Term1>>Term2>>Term3" will generate a taxonomy structure of:

  • Term1
    • Term2
      • Term3

When used with the explode and filter empty items plugins, multiple branches can be created at once. A field with the value:

"Term1>>Term2>>Term3,Term1>>Term4>>Term5,Term6,Term7,Term1>>Term4>>Term8,Term1>>Term4>>Term9,Term7>>Term10"

will generate a taxonomy structure of:

  • Term1
    • Term2
      • Term3
    • Term4
      • Term5
      • Term8
      • Term9
  • Term6
  • Term7
    • Term10