vcf2csv

vcf2csv is a small command-line tool that will convert VCard to CVS or HTML.
Download

vcf2csv Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Christoph Sandhaus
  • Publisher web site:

vcf2csv Tags


vcf2csv Description

vcf2csv is a small command-line tool that will convert VCard to CVS or HTML. vcf2csv is a small command-line tool that will convert VCard to CVS or HTML. Thus you may call it vcf2html also. The input source is a regular file and the output is written to stdout.The program is written in ANSI-C and should be compiled smoothly on most systems.How it works:The output is generated in two steps:First, the whole input file is parsed to identify all used types in all vcards. A type is a data field like "CLASS", "EMAIL", "ADR;TYPE=home" and so on. Thus all used types do appear in the output.Second, the file is parsed again: each particular vcard included in the file is read.Once all values of this vcard are assinged to their corresponding type, it is written to stdout immediately.While reading the values there may be done some conversions: as described in rfc2426 (2.6) a line " longer than 75 characters SHOULD be folded according to the folding procedure described in ."If a folded line is detected, the new line characted 'n' is converted to the text value "n".If you want to ommit some types you can use a drop list. For example:vcf2csv -d 'ADR;,PHOTO;VERSION;' -i vcards.vcf -w > output.htmlThis example ommits all types containing the string "ADR;", "PHOTO;" or "VERSION;" and creates a simple html file displaying your vcards in a table, each by a single row. PLEASE NOTE:vcf2csv is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.vcf2csv is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.You should have received a copy of the GNU General Public License along with vcf2csv.What's New in This Release:· 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)


vcf2csv Related Software