CSV to VCF
Build a vCard file your phone can import from a spreadsheet of contacts.
10 / 10 free files today
Related tools
All Contacts tools →CSV to VCF is free to use as often as you like, directly from this page. You will find it under Contacts, with VCF to CSV and Merge VCF files for the neighbouring cases.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What is CSV to VCF?
Build a vCard file your phone can import from a spreadsheet of contacts.
When would I actually use this?
Moving an address book between a phone, a mail client and a spreadsheet, merging exports from two devices that each hold half the contacts, and reading a .vcf someone sent without importing it first.
What is the most common mistake?
Splitting a structured field on its separator without honouring the escape. A vCard writes a name and an address as parts joined by semicolons — but a semicolon inside a value is escaped, so a company written "Dupont & Sons\; Ltd" is one part and naive splitting tears it in two. Long values fold onto continuation lines for the same reason.
How is CSV to VCF different from VCF to CSV?
They sit next to each other but answer different questions: VCF to CSV is the one to open when you need it to turn a vCard address book into a spreadsheet-ready CSV, one contact per row. Pick whichever matches what you're starting from — both are free.
Is there a tool for the next step?
Merge VCF files is the closest one after this: Combine several vCard files into a single address book you can import once.
What else is worth having open alongside it?
VCF to JSON and VCF viewer — they come up in the same task often enough to be worth a second tab.
Where do the figures come from?
vCard files are read against the published specification, with line folding undone and escapes honoured before anything is split. The tools do not reconcile duplicates by guessing: merging keeps what both files agree on and shows you the rest rather than silently choosing.