Skip to content

Fix missing phone numbers in vCard parsing#1

Open
Timon-Schneider wants to merge 1 commit into
sauternic:masterfrom
Timon-Schneider:fix-handle-multiple-phone-numbers-of-same-type
Open

Fix missing phone numbers in vCard parsing#1
Timon-Schneider wants to merge 1 commit into
sauternic:masterfrom
Timon-Schneider:fix-handle-multiple-phone-numbers-of-same-type

Conversation

@Timon-Schneider

Copy link
Copy Markdown

Before:
Input has 4 phone numbers:
TEL: +49 XXX XXXXXXX (CELL)
TEL: +49 XXXX XXXXX (WORK)
TEL: +49 XXX XXXXXXX (CELL)
TEL: XXXXX XXXXXXX (HOME)
-> Output only shows 3 numbers, missing first CELL number

After:
-> Output shows all 4 numbers in correct order with proper field types:
TEL(CELL): +49 XXX XXXXXXX
TEL(CELL): +49 XXX XXXXXXX
TEL(WORK): +49 XXXX XXXXX
TEL(HOME): XXXXX XXXXXXX

No breaking changes to existing functionality.

Before:
Input has 4 phone numbers:
TEL: +49 XXX XXXXXXX (CELL)
TEL: +49 XXXX XXXXX (WORK)
TEL: +49 XXX XXXXXXX (CELL)
TEL: XXXXX XXXXXXX (HOME)
-> Output only shows 3 numbers, missing first CELL number

After:
-> Output shows all 4 numbers in correct order with proper field types:
TEL(CELL): +49 XXX XXXXXXX
TEL(CELL): +49 XXX XXXXXXX
TEL(WORK): +49 XXXX XXXXX
TEL(HOME): XXXXX XXXXXXX

No breaking changes to existing functionality.
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

Successfully merging this pull request may close these issues.

1 participant