Closed (fixed)
Project:
Power Import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Nov 2010 at 12:47 UTC
Updated:
11 Jan 2011 at 10:56 UTC
Jump to comment: Most recent file
When using "System generated ID" option in the CCK match, pimport doesn't correctly find/use the node ID in the CSV.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | pimport-966588.patch | 2.1 KB | 345665436533456 |
Comments
Comment #1
345665436533456 commentedPatch which may help attached. But I've not tested it.
Patch includes comment:
what does it mean if you can't load a node by unique ID at this point - should it be an error?
Comment #2
marcus_clements commentedLooks good to me although I haven't tested it either. There is still work to be done on error handling but I'd say that it should throw an error. If we were matching against an arbitrary unique id there would be an argument for creating a new node at this point, but since we're checking against a nid then presumably this means something has gone wrong.
Comment #3
marcus_clements commentedI've taken your patch and reworked it slightly - comitted in the 6.x-1.x branch.
Comment #4
marcus_clements commented