Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multible phone number entries are not converted #16

Open
tkronwitter opened this issue Mar 9, 2020 · 0 comments
Open

multible phone number entries are not converted #16

tkronwitter opened this issue Mar 9, 2020 · 0 comments

Comments

@tkronwitter
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant