Can it support reading from csv and creating vcard?

26 views
Skip to first unread message

Sachin Gupta

unread,
Jan 22, 2014, 1:18:01 PM1/22/14
to ez-vcard...@googlegroups.com
Hi,

Can this Java library be modified in such a way to parse a csv file and create vcards either in 2.1 or 3.0?

regards
Sachin

Michael Angstadt

unread,
Feb 11, 2014, 6:16:07 PM2/11/14
to ez-vcard...@googlegroups.com
Sorry for the late response.  Modifying the library to parse a CSV file would be out of scope I think. :(


Sachin

--
You received this message because you are subscribed to the Google Groups "ez-vcard-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ez-vcard-discu...@googlegroups.com.
To post to this group, send email to ez-vcard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ez-vcard-discuss/3fc70d58-a07a-4e3a-b6e6-dcdf7781fa41%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Sachin Gupta

unread,
Feb 12, 2014, 4:21:07 AM2/12/14
to ez-vcard...@googlegroups.com
No Prob. :)

First of all, Great Work guys! The Library just works great !

I used a open source csv reader library and interfaced with yours.

However i was not able to find a suitable API for setting the Middle Name in the vCard. Is it not supported?
Also, is there a downloadable API repository for your library? Searching through the pages for matching field level APIs is a big task.
If i can get it in one place, i could search directly.
Please let me know.

Best Regards
Sachin


Michael Angstadt

unread,
Feb 13, 2014, 1:36:31 PM2/13/14
to ez-vcard...@googlegroups.com
You can add middle names to the "additional names" field like so:

StructuredName n = new StructuredName();
n.addAdditional("Robert");

Are you looking for Javadocs?  You can browse the Javadocs of the latest version here:


-Mike


Reply all
Reply to author
Forward
0 new messages