This program can be used for strict validation and parsing of vCards.
Additional scripts:
split.sh
- Split a multiple vCards file into individual filessort-lines.sh
- Sort vCard property lines according to a custom keyjoin-lines.sh
- Join previously split vCard linessplit-lines.sh
- Split long vCard lines
Requires shunit2
.
git submodule update --init
make test
sudo pip install --upgrade vcard
The test
directory contains two valid vCards: maximal.vcf
and minimal.vcf
.