Postponed (maintainer needs more info)
Project:
Node import
Version:
5.x-1.6
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2008 at 05:34 UTC
Updated:
29 Oct 2008 at 21:18 UTC
I've created a nodeprofile content type using CCK_address and CCK_fullname and I am unable to import data reliably into fields in my custom content type that uses fields based on these to fieldgroups. I suspect this isn't necessarily a fault with node_import but a fundamental difference in the way these custom CCK fieldgroups handle data.
Comments
Comment #1
m4manas commentedI believe node import is not supporting such fields as yet. It only supports the basic fields. The 5-1.6x version not supports simple select list. You have to apply a patch to get it done.
Comment #2
Robrecht Jacques commentedCould you try node_import 5.x-1.8 (released within the hour) and tell me whether cck_address and cck_fullname work? If not, attach a small CSV file you are trying to import. Thanks!