Skip to content

romanseidl/vcfsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VCF Split

This little Java program splits a VCF file consisting of multiple vcards into single VCF files. This is particualry useful if you want to import a vcf into Microsoft Outlook.

To download the binary verison go to https://sourceforge.net/projects/vcf-split/files/vcfsplit.jar/download

This is a executable jar file, so starting it with

java -jar vcfsplitter.jar  

or double clicking it in a gui should work fine.

You can also specify evertyhing by command line as follows:

java -jar vcfsplitter.jar  <infile> <outdir>

(c) 2016 by Roman Seidl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages