For Taxonomy term processor there are mappers for parent term (to build hierarchy), but currently only for GUID and term name. Could you add mapper for parent's term ID? Or ideally to allow find parent term by any property or field.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Bobík created an issue. See original summary.

MegaChriz’s picture

Adding a mapper for the parent's term ID is a good idea.

Finding a parent term by any property is already possible with the "Entity Field Query finder" plugin from Feeds Tamper.

JMTorres’s picture

Status: Active » Needs review
FileSize
1.03 KB

Added Parent: Term ID target.

Status: Needs review » Needs work

The last submitted patch, 3: feeds-term-parenttid-mapper-2641622-3-D7.patch, failed testing.

emerham’s picture

emerham’s picture

Status: Needs work » Needs review

Ok Looking over the tests, Php 5.6, and 7.0 pass, 7.1 has a bunch of warnings but no errors.

I'm currently using this updated version now and everything is working.