Revision control

Copy as Markdown

Other Tools

{
"basic_addressbook": [
{
"DisplayName": "Display Name",
"PrimaryEmail": "primaryemail@host.invalid",
"FirstName": "First",
"LastName": "Last",
"NickName": "Nickname",
"SecondEmail": "secondemail@host.invalid",
"_AimScreenName": "screenname",
"LastModifiedDate": 1213818826,
"_vCard": [
"VERSION:4.0",
"FN:Display Name",
"EMAIL;PREF=1:primaryemail@host.invalid",
"EMAIL:secondemail@host.invalid",
"NICKNAME:Nickname",
"NOTE:Notes line 1\\nNotes line 2\\nNotes line 3\\nNotes line 4",
"ORG:Organization Name;Department",
"TITLE:Job Title",
"BDAY;VALUE=DATE:19000102",
"N:Last;First;;;",
"ADR;TYPE=home:;Home Address Line 2;Home Address Line 1;Home City;Home State",
" ;Home Zip;Home Country",
"ADR;TYPE=work:;Work Address Line 2;Work Address Line 1;Work City;Work State",
" ;Work Zip;Work Country",
"TEL;TYPE=home;VALUE=TEXT:234-567-8901",
"TEL;TYPE=work;VALUE=TEXT:123-456-7890",
"TEL;TYPE=fax;VALUE=TEXT:345-678-9012",
"TEL;TYPE=pager;VALUE=TEXT:456-789-0123",
"TEL;TYPE=cell;VALUE=TEXT:567-890-1234",
"URL;TYPE=work;VALUE=URL:http://127.0.0.1",
"URL;TYPE=home;VALUE=URL:http://localhost",
"X-CUSTOM1;VALUE=TEXT:Custom Field 1",
"X-CUSTOM2;VALUE=TEXT:Custom Field 2",
"X-CUSTOM3;VALUE=TEXT:Custom Field 3",
"X-CUSTOM4;VALUE=TEXT:Custom Field 4",
"UID:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
}
],
"bug_263304": [
{
"DisplayName": "Display Name",
"PrimaryEmail": "primaryemail@host.invalid",
"_vCard": [
"VERSION:4.0",
"FN:Display Name",
"EMAIL;PREF=1:primaryemail@host.invalid",
"URL;TYPE=work;VALUE=URL:http://127.0.0.1",
"UID:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
}
],
"utf16_csv": [
{
"DisplayName": "John Doe",
"PrimaryEmail": "johndoe@host.invalid",
"FirstName": "John",
"LastName": "Doe"
}
],
"shiftjis_csv": [
{
"DisplayName": "名無しの権兵衛",
"PrimaryEmail": "名無しの権兵衛@host.invalid"
}
],
"quote_csv": [
{
"DisplayName": "Acer America",
"_vCard": [
"VERSION:4.0",
"FN:Acer America",
"ORG:Acer America;",
"TEL;TYPE=work;VALUE=TEXT:(800) 000-0000",
"UID:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
}
],
"vcard_import": [
{
"DisplayName": "John Doe",
"FirstName": "John",
"LastName": "Doe",
"PrimaryEmail": "john.doe@genericemail.invalid"
},
{
"DisplayName": "Jane Doe",
"FirstName": "Jane",
"LastName": "Doe",
"PrimaryEmail": "jane.doe@genericemail.invalid"
}
],
"dos_vcard_import": [
{
"DisplayName": "Name Surname",
"FirstName": "Name",
"LastName": "Surname",
"PrimaryEmail": "example@gmail.com"
}
],
"csv_import": [
{
"DisplayName": "John Doe",
"FirstName": "John",
"LastName": "Doe",
"PrimaryEmail": "john@doe.invalid"
},
{
"DisplayName": "Jane Doe",
"FirstName": "Jane",
"LastName": "Doe",
"PrimaryEmail": "jane@doe.invalid"
}
]
}