ckdevrel / vcardio

Automatically exported from code.google.com/p/vcardio
0 stars 0 forks source link

Parsing of Vcards from XING export wrong #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login into www.xing.com
2. Do a "mobile export" and download vcard file
3. import to G1 via vcardio
4. View contact

What is the expected output? What do you see instead?
all phone details are displayed as "call other" instead of "call mobile",
"call work" and "call home".

What version of the product are you using? On what operating system?
current version (no version given in application info. please add!). OS is
cupcake 1.5

Please provide any additional information below.

Original issue reported on code.google.com by android....@googlemail.com on 29 May 2009 at 2:41

Attachments:

GoogleCodeExporter commented 9 years ago
As you refer to the funambol parser, please mention the exact source of the 
parser code.

Original comment by android....@googlemail.com on 29 May 2009 at 2:42

GoogleCodeExporter commented 9 years ago
This appears to be a bug caused by ambiguity in the specification document (all 
the
examples omit the "type=" label in the vCard, while the xing vCard does not).

The parser code can be found in:

 http://code.google.com/p/vcardio/source/browse/trunk/src/vcard/io/Contact.java

Note that while it was originally based on Funambol code, the vcardio parser 
behaves
quite differently.

Original comment by duckt...@gmail.com on 30 May 2009 at 12:38