vcf2csv, aka vcf2html, is a command line tool, written in ANSI-C, converts a vcard (vcf) file to HTML or csv.
Be the first to post a text review of vcf2csv. Rate and review a project by clicking thumbs up or thumbs down in the right column.
The new version contains bug fixes for windows. It should compile properly using MinGW (http://www.mingw.org). Take a look at the README file.
- man (1) page added - Makefile in main directory, targets: - all : compile sources - clean : remove files generated while compiling - install : copy project files to system - remove : remove project files from system - help : display the makefiles targets - installation via make file from project root dir (sudo make install) - purge system via make file from project root dir (sodo make remove)
Improved usability: - man page added - update of README The download file now contains a Makefile to install/remove the distribution to/from your system. You need to be root to install. A (elf) binary is still included if you don't want to compile/install. The man page (man vcf2csv) contains examples and a more detailed explanation of the usage. Yours project admin ... ;)
Hi out there, with version 0.0.3 vcf2csv approved a lot and some bugfixes are done. In particular the new filter option makes it possible to drop selected type while converting. Take a look at the summary at http://vcf2csv.sourceforge.net. Within versions below 0.0.3 there was a needless space in the result, if line folding is detected inside the source vcf. This bug is fixed. Also a segmentation fault is fixed, if large types (i.e. PHOTO) are used. Next I have to write a lot of comments inside the source code. And maybe add some features. I think about: - a convert wish list: instead of only dropping types, declare a list of types, assume a list of types to convert - do some content conversion: for example, if you want to change the version from 3.0 to 2.1, modify the content by something like this: -m 'VERSION:3.0\tVERSION:2.1' But this is a complicated part, because changing the version may require to drop some not included types. What do you think about? Feel free to contact me at sf [AT] draupadi [DOT] de Yours, draupadi
The first release of vcf2csv is done. It works, but straight forward. The program will quit on any error and gives a small hint what happened. Feel free to mail to me and send this information. It would help if you briefly summarize what happened. Compile: make Usage: vcf2csv -i <input file> The input file is a vCard file, the output is printed to stdout. The first row of the output contains the used types of the vcard file. By now the source is submitted to subversion only. I have to find out how to create nightly builds on sf so you may easily download the sources. There are a lot of topics to do: - documentation - README file - man page - clean up sources - search for security leaks The program was written "quick and dirty", so use as is and AT YOUR OWN RISK! I am not responsible for any damage or data loss. I hope it will be useful for you and: please apologize my english, I did't practice for a long time. If you want to correct my notices it would be appreciated.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?