How to Add Users + Profiles2 using Feeds - Mapping - CSV Docs,
I have been racking my brain for weeks trying to solve this riddle.
Issue: To import a csv doc that creates users and also updates their profile2 fields.
steps
1) cloned/created a new importer using the Feeds Module
2) Set up the basics- easy to do.
3) MAPPING- Arg!!
- One can input the source(csv header name) but CANNOT map to any Profile2 fields.
Attempted Solution: Installed a Profiles2 plugin processor but ran into errors. Follow at
http://drupal.org/node/1228062
I thought Wusel and ellocin were on to a sweet little fix but I ran into errors.
What is a .inc file?
or better yet, When will the Feeds Module let me map to the Profiles2 fields?
CAN I UPLOAD A SEPERATE CSV TO PROFILES2 USING FEEDS?
Please help... I'm stuck!
Jon

We're using the migrate module to do this, with one source csv file and two "steps" in the code: step one loads the user data, and then step two loads the profile2 data (users must already be loaded before running step two). This seems to work smoothly, but did involve some tweaking of the migrate code -- a consultant handled this for us, since we're drupal newbies; but it sounds like this is fairly easy for migrate users to implement. Feeds apparently doesn't handle profile2 yet.