vcard2csv icon indicating copy to clipboard operation
vcard2csv copied to clipboard

Convert a bunch of vCard files to a single CSV file.

Results 4 vcard2csv issues
Sort by recently updated
recently updated
newest added

# Issue If an empty dict exists for `tel.params` in https://github.com/nbeaver/vcard2csv/blob/87649422a72e8d0c338f561efb931b779bb01f4a/vcard2csv.py#L34-L35 ```python elif vCard.version.value == '3.0': if 'CELL' in tel.params['TYPE']: ``` ```bash Traceback (most recent call last): File "/Users/ben/src/vcard2csv/vcard2csv.py", line...

Adds features: - Recursive flag for finding .vcf files - Support mobile phone - Support address - Support Birthday - Separate first/last name in output file - Print unknown keys...

I got this dump from iCloud or iPhone (not sure). 1. Notice that "item3" does not have a "type=". ```BEGIN:VCARD VERSION:3.0 PRODID:-//Apple Inc.//iOS 13.6//EN N:Smith;Son;John;; FN:John Smith Son NICKNAME:The Boss...

I run it and if fails on additional types not specified in the script: params for TEL: TYPE ['OTHER', 'VOICE'] Traceback (most recent call last): File "./vcard2csv.py", line 156, in...