vCard conversion problem
Keep Multiple Phone Numbers When Converting VCF to CSV
Convert contacts with several phone numbers, emails and labels without overwriting repeated vCard properties.
Use the matching tool
VCF to CSV
What the error actually means
vCard allows repeated properties such as TEL and EMAIL with type labels. A flat CSV must expand them into numbered columns, combine them with a reversible delimiter or create related rows. Keeping only the first property silently loses data.
Likely causes
- Contacts have home, work and mobile numbers.
- Labels differ across cards.
- One field contains several values.
- The target CSV schema allows only one phone column.
Repeated contact properties
Problem
Overwrite TEL;TYPE=HOME with TEL;TYPE=CELLCorrect pattern
phone_home and phone_cell, or a documented repeated-row designA safe repair workflow
- 1Profile repeated TEL and EMAIL properties.
- 2Choose a stable output schema.
- 3Preserve type labels where useful.
- 4Test the round trip on complex contacts.
How to verify the result
A file that downloads successfully is not automatically a correct file. Check the result at both the structural and business-data levels:
- No repeated property disappears.
- Labels remain associated.
- International prefixes survive.
- Contact counts match.
Read the deeper guides
Convert a Contact CSV to VCF Without Mangling Names or Phone NumbersMap spreadsheet contacts to vCard fields, preserve international phone numbers, test the VCF, and import it safely into iPhone, iCloud, Google Contacts, or Outlook.How to Clean CSV Data Without Hiding the Original ProblemsLearn practical techniques to clean messy CSV files. Remove duplicates, fix formatting, and standardize data without Excel crashes or complex scripts.