I'm generating QR codes that contain vCards, and these can be consumed just fine by smartphones, e.g. with software like RedLaser, etc.
For the desktop I have a barcode scanner that can read QR (2D), but how can I read the vCard into a spreadsheet or some other way that I can use the data easily. If I do it now with Notepad, Word, etc it just outputs the raw vCard code as a single entry/string, which is not very helpful :/
Ideas?
Update:
What I currently get when I scan on Windows (e.g. Notepad) is the raw vCard string:
BEGIN:VCARD
VERSION:2.1
N:John;Doe
FN:John Doe
ORG:MyOrg
TEL;WORK;VOICE:555-777-1111
ADR;WORK:;;28 WST, CA 4, 23010, United States
EMAIL;PREF;INTERNET:jd@gmail.com
END:VCARD