Skip to content
Novus Examples
vcf208 B

vCard Contact

A vCard 3.0 contact with name, email, phone, and address — for testing contact importers.

Preview — first 10 linesvcf
BEGIN:VCARD
VERSION:3.0
FN:Ada Lovelace
N:Lovelace;Ada;;;
EMAIL:ada@example.com
TEL;TYPE=CELL:+1-555-0100
ADR;TYPE=HOME:;;123 Example Street;London;;SW1A 1AA;UK
ORG:Novus Examples
END:VCARD

Specifications

What is a .vcf file?

VCF (vCard) is a plain-text format for electronic business cards, storing contact details like names, phone numbers, emails, and addresses as property lines within BEGIN and END VCARD blocks. Multiple vCards can be concatenated in one file. It is the standard for contact exchange across devices.

How to use this file

Use an example VCF to test contact import, multi-card parsing, property and encoding handling, and interoperability between address-book applications.

Generated by generation/data_formats.py. Free for any use, no attribution required — license.