Contact list
Contact lists, also known as address books, contain people's information in a delimited text file. They can be opened in a text editor or a spreadsheet program like Excel, Numbers, Sheets, LibreOffice, or Lotus 1-2-3 to verify its contents.
How to get it
Contact lists can often be downloaded or exported from various cloud services (email, VoIP, ...) and apps (Google Contacts, Outlook, ...). Some instructions are provided here for common sources:
Expected format
Contact list files must have one of these file extensions:
.csv
.tsv
The field delimiter must be one of:
,
(comma);
(semicolon)
The first row must be the header row with field/column names, and the first few rows must have the same number of columns.
Specific fieldsets are recognized for popular services/apps:
- Google Contacts
But in general, supported fields include:
- Full name
- First name
- Last name
- Birthday
- Phone number
- Email address
- Gender
- Picture (can be either a URL or the base64-encoded picture bytes)
along with some variations for each field name (e.g. Birthday could be Birthdate, Date of birth, DOB, etc.).