Even w/ unique term names and "Update existing terms" selected, I still get duplicate terms.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | term_guid_980212_8.patch | 11.53 KB | David Goode |
| #7 | term_guid_980212_7.patch | 11.3 KB | joshuajabbour |
| #6 | term_guid_980212_6.patch | 11.47 KB | joshuajabbour |
| #4 | feeds-980212.patch | 11.74 KB | joshuajabbour |
| #1 | feeds-980212.patch | 11.74 KB | joshuajabbour |
Comments
Comment #1
joshuajabbour commentedIn tracking down this bug, I decided it would be nice if FeedsTermProcessor supported mapping guids and urls. So I implemented that.
Comment #2
joshuajabbour commentedComment #3
jsobiecki commentedHi,
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.
Comment #4
joshuajabbour commentedfix grammatical error
Comment #5
joshuajabbour commentedAnyone 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).
Comment #6
joshuajabbour commentedjust a slight coding standard formatting fix
Comment #7
joshuajabbour commentedremove a duplicate line of code
Comment #8
David Goode commentedAppears 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).
Comment #9
tobby commentedThanks for the patch. This has been committed in http://drupal.org/commitlog/commit/11690/46317b59420738bc4fe1f37a17908ac...