csv2vcf
csv2vcf copied to clipboard
Feature request: Be able to store all contacts in a single vcf
I had have wished it had a way to save all contacts in a single vcf, since that was my original intention. Any way, thank you for your attention.
vcf inherently accepts multiple cards in same file, each card is placed between BEGIN:VCARD
and END:VCARD
. So on your end you can just concatenate all files and it should work. at least works for me in iCloud. Just make sure you add a new line since file ends lack it.
You should get a file like:
BEGIN:VCARD
jada jada jada
END:VCARD
BEGIN:VCARD
jada jada jada
END:VCARD
BEGIN:VCARD
jada jada jada
END:VCARD
Hi. I made a bash script to get it, but I figure some people wouldn't be as tech savvy.