How do I parse data from a QR Barcode scan and then do a DB write?
I have succeeded in getting the barcode scanner to work and it is outputting text in the following format:
BEGIN:VCARD VERSION:2.1 FN:Chris Herold TEL;work:888-919-0919 EMAIL;INTERNET;work:a href="mailto:msacl@gmail.com" rel="nofollow"msacl@gmail.com/a END:VCARD
How do I:
(1) parse this information (name, phone, email), and then
(2) send it to the Appery database that I have set up?
Thank you!
chris