Paste a CSV of contacts to build a vCard file. Multiple contacts are merged into one .vcf
Common ones are detected automatically: name / fullname, or last plus first, tel / phone / mobile, email / mail, org / company, title / role, url, and note / memo. Matching is case-insensitive and unknown columns are ignored.
Keep 3.0 unless you know the target application. Phone contact apps and most mail clients read 3.0 reliably. 4.0 is newer and some software still cannot import it.
The full name is split on a single space and placed into the name fields. The default order is "given family"; turn on the option if your data is "family given". Names without a space, or with more than one, are kept whole in the family name field. You can check the result on the N: line in the output.
A vCard requires a name, so rows with no name at all are skipped and the number of skipped rows is shown. Rows that have a name but empty other fields are converted, simply without those properties.
No. Parsing and file creation run entirely in your browser, and the download is generated locally. Your contacts are never uploaded or stored.