Tried with both Common and SimplePie parsers... when I click elements available for mapping, I only get "map to body" "map to title" and "map to created" and "no mapping" as options.
None of my CCK fields show up.

Edit: OK, figured it out. I'm posting anyway because someone else is going to be wondering eventually.
Answer: you have to put your CCK fields in the feed_item content type (or whatever type you're using for the nodes your feeds create), NOT the feed content type. In the View I've built, the feed items simply display a couple of fields from the parent feed so I attempted to map to these. Doesn't work that way.

Comments

alex_b’s picture

Status: Active » Closed (fixed)

Great you could figure it out. Closing.

aharown07’s picture

Documentation would still be a great idea.

alex_b’s picture

aharown07: You're invited to contribute. It's Open Source :)

aharown07’s picture

Thanks. I was hoping someone who knows the module well would do it. But by the time after I get it all figured out, I can probably write some stuff up.