Contacts CSV to vCard help
Move a contact list between a spreadsheet and the vCard format that phones and mail apps import. The file is read in the page and never uploaded.
CSV to vCard
- Drop a
.csvexport. The first row must be column headers. - The tool guesses which column is the name, email, phone, and so on. Fix any wrong guesses with the dropdowns.
- Check the live preview of the first few cards.
- Export the
.vcfand import it into Contacts, Google Contacts, or Outlook.
vCard to CSV
- Drop a
.vcffile. Multiple contacts in one file are read together. - Review the table. Columns that are empty for every contact are left out.
- Export the
.csvand open it in any spreadsheet.
Fields it handles
First and last name, full name, organization, title, up to two emails, two phones plus a mobile, a postal address, website, birthday, and a note. vCard 3.0 is written, which every current address book reads.
Limits
- Photos, custom fields, and grouped labels in a
.vcfare not carried across. - One address per contact. Extra addresses in a source
.vcfare dropped. - Dates are copied as text. The tool does not reformat a birthday.
Both conversions run in your browser. Your contacts are not uploaded.
Back to Contacts CSV to vCard