CSV to vCard Converter
Convert a CSV list of contacts (name, email, phone, organization) into a downloadable, importable vCard (.vcf) file, in your browser.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Example shown — column order doesn't matter, but the header names must match (organization is optional).
How the CSV to vCard converter works
- Paste CSV data with a header row including at least a "name" column.
- Click Convert to vCard — each row becomes one contact card in the standard vCard 3.0 format.
- Download the combined .vcf file and import it into your contacts app.
FAQ
What columns does the CSV need?
A "name" column is required. "email," "phone," and "organization" are all optional — include whichever ones your data has, in any column order, as long as the header names match.
Does this create one file per contact, or one combined file?
One combined .vcf file containing every contact — most contact apps (Contacts on iPhone/Mac, Google Contacts, Outlook) can import a multi-contact vCard file and add every entry from it at once.
What if a row is missing an email or phone?
That field is simply left out of that contact's card — only "name" is required for a row to be included at all.
Is my contact data uploaded anywhere?
No. The CSV is parsed and the vCard file built entirely in your browser — nothing is sent to Online Tool Store or any other server.
How we compare
| Feature | Online Tool Store | vCard Wizard | Manual contact entry |
|---|---|---|---|
| Batch converts a whole list at once | ✓ | ✓ | One at a time |
| No sign-up or account | ✓ | ✓ | ✓ |
| Contact data never uploaded to a server | ✓ | Not stated | ✓ |
For quickly turning a spreadsheet of contacts into an importable vCard file without typing each one by hand, the Online Tool Store CSV to vCard Converter does it in your browser.