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

m4manas’s picture

I 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.

Robrecht Jacques’s picture

Status: Active » Postponed (maintainer needs more info)

Could 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!