Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vCard photos #6

Open
ingulsrud opened this issue Jun 28, 2017 · 0 comments
Open

vCard photos #6

ingulsrud opened this issue Jun 28, 2017 · 0 comments

Comments

@ingulsrud
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant