I have applied the processBuisnessCard method. I also got the reult in both the forms xm and vcard. Now i want to know how to save the corresponding fields such as name,phone no,email etc on my phones contacts. More precisely i want to know how to parse the xml file ?
Buisness Card Reader
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
You can find output XML file format structure at the bottom of the page processBusinessCard Method. If you would like to split the Name field to the FirstName, LastName, MiddleName and ExtraName components, try to use the processBusinessCard method with xml:writeFieldComponents=true parameter.
Please sign in to leave a comment.