Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/prashanthr/vcardreader
- Owner: prashanthr
- License: mit
- Created: 2014-05-16T05:04:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T05:31:00.000Z (over 10 years ago)
- Last Synced: 2024-10-29T14:20:27.891Z (2 months ago)
- Language: C#
- Size: 152 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.