Even w/ unique term names and "Update existing terms" selected, I still get duplicate terms.

Comments

joshuajabbour’s picture

Title: Duplicate terms created even w/ "Update existing terms" selected » Support guid/url for taxonomy term importer
StatusFileSize
new11.74 KB

In tracking down this bug, I decided it would be nice if FeedsTermProcessor supported mapping guids and urls. So I implemented that.

joshuajabbour’s picture

Status: Active » Needs review
jsobiecki’s picture

Hi,

I applied this patch to feeds module. It seems this work like charm :)
I tested only unique GUID mapping, so i cannot confirm (or deny) that url mapping work ok.

joshuajabbour’s picture

StatusFileSize
new11.74 KB

fix grammatical error

joshuajabbour’s picture

Anyone else want to review? This is working perfectly for me, and is very handy for matching unique terms (esp since terms can share the same name).

joshuajabbour’s picture

StatusFileSize
new11.47 KB

just a slight coding standard formatting fix

joshuajabbour’s picture

StatusFileSize
new11.3 KB

remove a duplicate line of code

David Goode’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new11.53 KB

Appears to work well in update case, does mapping properly. Changed so that indices match the feeds_node_item table exactly (got rid of feed_id index).

tobby’s picture

Status: Reviewed & tested by the community » Closed (fixed)