Is there any way to get the e-commerce address book system to work with user_import? I have a CSV of user details that I'm transferring from an old site and I don't want to have to import the addresses to profile fields and then monkey the data around into the address book.
Comments
Comment #1
davea commentedUnfortunately, not without coding something together. Re-open this if you need more help.
Thanks,
DaveA
Comment #2
robert castelo commentedUser Import module includes hooks to enable other modules to plug into the import process and fill their fields with the incoming data.
You would need to code an include file for User Import to deal with Address fields, but User Import is designed to facilitate it.