Skip to content

multible phone number entries are not converted #16

@tkronwitter

Description

@tkronwitter

Original VCS data set:

BEGIN:VCARD
VERSION:3.0
FN:VN_2 N_2
N:N_2;VN_2;;;
EMAIL;TYPE=INTERNET;TYPE=HOME:vn_2.n_2-WM@domain.com
EMAIL;TYPE=INTERNET;TYPE=HOME:alias@otherdomain.com
TEL;TYPE=CELL:+40 111 111111
TEL;TYPE=WORK:+40 222 222223
TEL;TYPE=WORK:+40 333 333333
TEL;TYPE=MAIN:+40 444 444444

ADR;TYPE=HOME:;;0 Strasse xy;Ort xy;;0000;;0 Strasse xy\nOr
t 0000
CATEGORIES:myContacts
END:VCARD

ldif converted data set:

dn: uid=card-id-5e65178b39840,ou=PhoneBook,o=TK,dc=krontob,dc=com
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
objectclass: mozillaOrgPerson
objectclass: evolutionPerson
cn: VN_2 N_2
sn: N_2
uid: card-id-5e65178b39840
givenName: VN_2
mail: vn_2.n_2-WM@domain.com
mozillaSecondEmail: alias@otherdomain.com
mobile: +40 111 111111
mozillaHomeStreet: 0 Strasse xy
mozillaHomeLocalityName: Ort xy
mozillaHomePostalCode: 0000
telephoneNumber: +40 333 333333

Problem:

  • just one line of the phone numbers - one entry of the vcf file - is included in the converted ldif data set. The other phone numbers are ignored.
  • The phone number labeled with "MAIN" (and possibly other labels) are ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions