How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

BloomIdea: When two terms called Food are not the same term

calendar_today August 1, 2026 domain drupal

You have a supplier spreadsheet with a category column that reads Animals > Dogs > Food , and you want Drupal to end up with a real taxonomy tree: Animals , with a child Dogs , with a child Food , each level created only if it does not exist yet, and every product referencing the leaf of its own path. Neither Drupal core nor Feeds does that on its own. Feeds Tamper Term Hierarchy does: it reads the path out of the column, creates the taxonomy terms that do not already exist, and respects the hierarchy between them.

open_in_new Read original post