I have created a custom node type. The node has about 20 cck fields. All of the fields are just text. I set up the mapper to map from the feed elements to the cck fields. For the first 7 mappings, everything is fine. The feed items fields appear in the node for the feed item. For all of the rest of the mappings though, they don't work. The data is not mapped. I might as well have the mappings set to "No mapping".

There is no error or warning message. What could be causing this? I tried looking through the code to see how the mapping works, but I'm a little lost in it. I'm stuck on this issue. Any help would be most appreciated.

Comments

dragor42’s picture

Status: Active » Closed (fixed)

I found what the problem was. The cck fields did not have permissions set. So the mapper was working ok. The fields were just not being shown.