Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prashanthr/vcardreader

A console based program that reads an electronic business contact card (vcard) (a file with a .vcf extension) and prints the data out to a readable, formatted file (comma separated values/csv).
https://github.com/prashanthr/vcardreader

Last synced: 24 days ago
JSON representation

A console based program that reads an electronic business contact card (vcard) (a file with a .vcf extension) and prints the data out to a readable, formatted file (comma separated values/csv).

Awesome Lists containing this project

README

        

VCardReader
===========

A console based program that reads an electronic business contact card (vcard) (a file with a .vcf extension) and prints the data out to a readable, formatted file (comma separated values/csv).

VCard and Formats

http://en.wikipedia.org/wiki/VCard

A VCard can contain more than one contact in a single vcard file. This program will read the entire file and create a readable file that can be opened in a user friendly program such as Microsoft Excel/Google Spreadsheets etc.