Importing Contacts from Outlook Address Book

Hi,

Can any one guide me how to import the outlook contacts using rails.

Thanks,
Chandra.

You can export your contacts to CSV. Then using FasterCSV you can
parse it and insert it into your database.

Warren