Closed (duplicate)
Project:
Node import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2009 at 17:41 UTC
Updated:
13 Nov 2009 at 01:17 UTC
Jump to comment: Most recent
Comments
Comment #1
newmediaist commentedpasted two bug reports in one msg by mistake - here is what the above msg should have said:
When trying to import into a nodereference field which is set as a text (auto-complete) widget, node-import throws an errors. Change the nodereference field widget into a select box, and node-import is able to import into the field fine.
Comment #2
aren cambre commentedsubscribe. This is eerily similar to #374346: Can't import date values into Date module fields where the solution is the same: use select list.
Comment #3
Junro commentedsame problem, subscribe :)
Comment #4
wilgrace commentedIs this true? To import into nodereference the widget has to be a select box? I don't think that's working for me
Or does the entry in the CSV file have to reference the node ID, not the name?
Comment #5
Junro commentedYep, it's true...
You have to use the reference name... it doesn't work with the ID.
and what about nodes with same name? Don't ask... lol I should experiment this soon..
Comment #6
wilgrace commentedHm, I can't get this to work - I'm using a Select Box widget for the CCK nodereference field, and then in the CSV import I have the full name of the node to be referenced. Not working at all.
I've also tried this solution: http://drupal.org/node/288185
but that's not working either, as per the last comment.
Would be great to get nodereference working... Any other ideas?
Comment #7
vamosamorir2 commentedsame problem same solution . It's great ¡
Comment #8
wilgrace commentedYou got this working using the Select Box and reference name? Hm, maybe a problem in my CSV file if it's working for others...
Comment #9
drubytue commentedNeither select nor autocomplete works for me. Importing records with node reference fields is critical for my application. Is there any progress on this?
Comment #10
Anonymous (not verified) commentedSetting node ref to select box, instead of autocomplete, fixed my problem -- using the latest dev version.
Comment #11
drubytue commentedThe select box solution now works for me, too. Still hoping RC5 will support autocomplete.
Comment #12
David Lesieur commentedDuplicate of #403140: Error on autocomplete node reference field: found no valid post with that title..