Skip to content

akostibas/vcf2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VCF2CSV

VCF2CSV is a simple Vcard to CSV converter.

Presently, it only understands the following fields:

  • Name (first and last)
  • Full Name
  • Email

Usage:

usage: vcf2csv.py [-h] [--ignore_no_email] input_file output_file

Convert VCF file to CSV.

positional arguments:
  input_file         vcf file to process
  output_file        csv file to output

optional arguments:
  -h, --help         show this help message and exit
  --ignore_no_email  ignore entries with no email

About

A simple VCF (vCard) to CSV converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages