I would like to use BarcodeReader to read business cards that have only a QR code.
The resulting text value is then:
BEGINNING:VCARD
VERSION:2.1
FN: XX
N: XX
TEL;WORK;VOICE:XXX
EMAIL;WORK;INTERNET:XXX
ADR;WORK:;;XXX
ORG:XXX
END:VCARD
However, this is in a field. I would like to divide this to have the individual values then in a SharePoint list.
How can I divide this one text value into individual ones?
Thanks already!