Contact Desk
VCF Source
Input Preview
1 contact parsed
JSON Preview1 row
Ada Lovelace | ada@example.com | +44 1234 567890 | Analytical Engines Ltd
Converted Output
Contacts
1
Format
JSON
[
  {
    "fullName": "Ada Lovelace",
    "firstName": "",
    "lastName": "Pioneer of computing",
    "email": "ada@example.com",
    "phone": "+44 1234 567890",
    "organization": "Analytical Engines Ltd",
    "title": "Mathematician",
    "url": "https://example.com",
    "address": "10 Downing St, London, SW1A 2AA, UK",
    "note": ""
  }
]

How It Works

VCF cards are unfolded and normalized into a simple contact JSON shape with name, email, phone, and other common fields.

JSON import accepts one object or an array of objects and turns each row back into a basic vCard.

Use this when you want structured contact data for scripts, APIs, or cleanup before sync.

Format Foundry

Related Tools