How can I upload and parse a vcard using ruby on rails?
Posted
by Angela
on Stack Overflow
See other posts from Stack Overflow
or by Angela
Published on 2010-05-18T17:28:10Z
Indexed on
2010/05/18
17:30 UTC
Read the original article
Hit count: 216
vcard
I would like to be able to upload a vcard and have it parsed into my application's Model.
I am thinking that Paperclip would be a way to upload, but I have no idea how to do the parse.
I did a search on google, the only library that seems related is vpim, with mixed commentary.
Wanted to see what brilliant ideas might be out there to solve this...thanks.
© Stack Overflow or respective owner