VCard Generator

Upload a text file with "Name" and "Phone Number" to generate a VCard (.vcf) file.

How it works:

  1. The input file should be a plain text file (`.txt`) or a CSV (`.csv`).
  2. Each line should contain the name and phone number separated by a tab (`\t`) or a comma (`,`).
  3. Example format: `SolarSquare Energy Private Limited 9830003000` or `SolarSquare Energy Private Limited,9830003000`
  4. The generated VCard file will be created with all the contacts.