I have two similar term importers set up. They import to two different vocabularies and both are using GUID as unique identifier.
Problem is that the TermProcessor is not checking the GUID corrctly. The function existingEntityId(FeedsSource $source, FeedsParserResult $result) only checks on feeds_item.entity_type='taxonomy_term'.
It should also check on feeds_item.id='[importer ID]'.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stefan.norman’s picture

Status: Active » Needs review
FileSize
676 bytes

Here's a patch that solves my problem.

twistor’s picture

Version: 7.x-2.0-alpha5 » 7.x-2.x-dev
Component: Feeds Import » Code

Hrm... This is odd. The guid is checked correctly in FeedsProcessor, it should not get checked again. I have to do some research to see why this code is here.

twistor’s picture

twistor’s picture

Assigned: stefan.norman » Unassigned
Status: Needs review » Fixed
stefan.norman’s picture

Thanks twistor, I've tested it at my end and works perfectly in my setup.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.