Closed (fixed)
Project:
Node Import Update
Version:
6.x-0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2010 at 16:54 UTC
Updated:
30 Aug 2011 at 16:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
jimmi61 commentedI spent sometime in testing this nice addition and, compared with my expectation, I had the following problems:
- I did several tests, changing the hard coded settings and name of fields, but I was not able to use a CCK field as unique identifier.
- It is not working with Node Import via cron. The patch #422282-13: Update existing nodes on import does it and, moreover, allows to choose the unique identifier in a list, working also with CCK fields. Perhaps merging the two codes would be an improvement.
- One feature I really need is to update only the fields that have a value, leaving empty fields untouched, but it seems not to be an easy task.
I ought to help you guys in developing these nice things, but my skill is still not that good. I will try looking into the code and see if I understand anything.
Thanks for now
Jimmi
Comment #2
Krotty commentedFix for "CCK field as unique identifier"
Comment #3
oliveyrc commentedThis worked like a charm for me.
Rich
Comment #4
Coupon Code Swap commentedWorked for me, thanks!
Comment #5
coolestdude1 commentedCan some one push a patch and release?
Comment #6
jmrivero commentedAdded this fix to a patch and made a settings form for this module to avoid touching the code.
Comment #7
welly commentedThanks for the patch. Works great! Although I had to manually apply the patch changes as it looks to be a Netbeans specific patch?
Comment #8
welly commentedComment #9
jmrivero commentedYes, it was generated with Netbeans but it should work with any Diff tool thought.
Comment #10
coolestdude1 commentedSettings page added as per patch committed to master branch