i2z1 / vcardr

Read/write VCF contact files with R

Home Page:https://i2z1.github.io/vcardr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite vcard_item2df logic according to RFC6350

i2z1 opened this issue · comments

commented

RFC6350

Current realization assumes that TEL, ORG, TITLE delimetered with ; (filter(stringr::str_detect(lns, "^TEL;|^ORG;|^TITLE;")))

Rewrite vcard_item2df logic according to RFC6350 - standard delimeter is : and assumed possible extra parameters with ';'
So that extra parameters should be introduced in vcard_item dataframe, produced with vcard_item2df function