vCardConverter is a command line interface to ez-vcard-library.
We tried numerous programs to convert vCard-contacts exported from mobile phones to more recent versions of vCard specification needed for import to private cloud service. Not a single one of the programs we tried could convert all of our contacts but while seeking for more, ez-vcard Java-library caught our eyes. We didn't find any ready made software using this library so we had to make our own to be able to test it. From this need a simple command line program using abovementioned library, packaged with its dependencies was born.
To run this program you will need Java Runtime Environment version 7 or later.
Running the program:
java -jar vcardconverter-1.0.jar sourcefile.vcf
Command line options:
usage: vcardconverter [OPTION]... SOURCE [DEST]
-h,--help Show command line options
-v,--version <arg> Output vCard version (2.1, 3.0, 4.0)
DOWNLOAD vcardconverter-1.0.jar