vcfconvert icon indicating copy to clipboard operation
vcfconvert copied to clipboard

vCard to LDIF/CSV Converter

Results 10 vcfconvert issues
Sort by recently updated
recently updated
newest added

Hi. I used this script, it works perfectly in the demo provided, but when i moved the files into my libraries folder, and then use it with a custom form...

This PR is work in progress. I will complete it if you think it's worthy and if you give me directions. See this PR's discussion for details. Is it worth...

Original VCS data set: =================================== BEGIN:VCARD VERSION:3.0 FN:VN_2 N_2 N:N_2;VN_2;;; EMAIL;TYPE=INTERNET;TYPE=HOME:[email protected] EMAIL;TYPE=INTERNET;TYPE=HOME:[email protected] TEL;TYPE=CELL:+40 111 111111 **TEL;TYPE=WORK:+40 222 222223 TEL;TYPE=WORK:+40 333 333333 TEL;TYPE=MAIN:+40 444 444444** ADR;TYPE=HOME:;;0 Strasse xy;Ort xy;;0000;;0 Strasse xy\nOr...

Refactor the converter to accept multiple vcf files being uploaded and processed.

When open output UTF-8 CSV file by excel, if the UTF-8 CSV is lack of BOM header , Excel will identify CSV as ISO-8858-1 encoding. The Chinese character inside the...

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...

Would you be willing to set this up for Composer via packagist.org?

Now you can convert all cvf files from a source dir using command line tool.

First line requires `-S` if we want to pass a binary with options, tried in bash and fish: ```sh ❯ ./vcfconvert.sh -f csv -d "," -o contacts.csv ../Downloads/contacts.vcf /usr/bin/env: ‘php...

Make script usable in recent environment: Add robustness to remove PHP warnings and deprecated bahavior.