You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
*(exported from macOS X 10.12 Contacts)
The text was updated successfully, but these errors were encountered: