I have a CCK node reference field in on of my custom content types. If the reference only allows one value, then the Feeds importer lists it in the 'target' list for the Processor | Mappings.

However if I change the node reference to allow multiple values, Feeds no longer list the node reference in th target list. I'm guessing Feeds does not know how to handle one-to-many node references?

Comments

Anonymous’s picture

Status: Active » Closed (fixed)

My analysis was incorrect.

My CCK field type is User reference (not node reference). I cannot get a user reference CCK field to list at all in the Feeds target list.

It seems that Feeds does not yet have a mapper for user reference CCK field types.

Closing issue and raising a feature request to have a user reference mapper.