vcfconvert icon indicating copy to clipboard operation
vcfconvert copied to clipboard

vCard photos

Open ingulsrud opened this issue 7 years ago • 0 comments

Attempting to convert vCards* with embedded photos results in no download.

As a workaround, I used the following regex in BBEdit's Find GREP function to strip embedded photos from the problematic vCard before submitting it to vcfconvert.

Find: PHOTO;ENCODING=b;TYPE=JPEG:[=+/a-zA-Z0-9\r\s]*(item[0-9]|CATEGORIES:) Replace: \1

bbedit_grep_remove_vcard_photos

*(exported from macOS X 10.12 Contacts)

ingulsrud avatar Jun 28 '17 06:06 ingulsrud