vCard List File Splitter (vcf-split)

About

vcf-split is just a small Perl script I wrote out of necessity:

Novell Evolution only exports addresses into a .list.vcf file. Microsoft Outlook can read .vcf files, but not .list.vcf files; it only ever imports the first entry from such a file.

Thus vcf-split was created, which splits a .list.vcf file into many small .vcf files, which can then manually be imported into Outlook.

I very much hope this can be as useful to you as it was to me.

Usage

Simple: `vcf-split <file to split>`. If no argument is supplied, vcf-split will display this usage information. Note that only one argument will be accepted; any additional arguments supplied will be silently ignored.

Credits

I would like to thank Frank-Ralph Reiser for presenting me with an initial idea of how the sourcecode of such a script could look like, and the people in irc.freenode.net#perl for getting me started with Perl, which I hadn't ever used before.

License

This script is licensed under the terms of the GNU GPL License. A copy of it is included in the LICENSE file.

Download

Release Date Version (click to download)
June 25th, 2004 1.0.0