https://github.com/pixelastic/vcf-split
Split a monolithic vcard file into several files, one for each contact.
https://github.com/pixelastic/vcf-split
Last synced: over 1 year ago
JSON representation
Split a monolithic vcard file into several files, one for each contact.
- Host: GitHub
- URL: https://github.com/pixelastic/vcf-split
- Owner: pixelastic
- Created: 2013-02-03T16:10:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-22T21:23:34.000Z (almost 12 years ago)
- Last Synced: 2024-04-12T01:05:11.551Z (about 2 years ago)
- Language: Ruby
- Size: 152 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
OVERVIEW
--------
`vcf-split` is a simple ruby script that takes a `.vcf` file as input and
splits it in several `.vcf` files, one for each contact saved in the original
file.
This is currently quite rough but serves my purpose.
USAGE
-----
ruby vcf-split input.vcf
You can also add a second argument to specify the directory where you want the
files, like `ruby vcf-split input.vcf ./output`