Roopesh2 / VCF-Reader

Reads vCards and convert them to CSV and JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VCF Reader

Usage:

py conv.py <vcf_file> [options]

By default This prints json object to stdout if no options are specified

options:

-json <json file> : export to json file, must specify file name

-csv <csv file> : export to csv file, must specify file name

About

Reads vCards and convert them to CSV and JSON


Languages

Language:Python 100.0%