-
Notifications
You must be signed in to change notification settings - Fork 174
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
itemN.* not Imported into NC Via Web; "," Escaped in Notes; ":" in Address Throws Errors #3736
Comments
I can confirm that as also reported, here, it's also failing to import addresses. Another vcard, which I imported to Nextcloud. See the result, below that. BEGIN:VCARD |
Finally, when there is a ":" in the address, import to NC throws an error. BEGIN:VCARD |
On upgrade to 5.5.0, I can now see the itemN.X-ABLabel's for phone numbers and addresses, but many addresses are showing up like this: ";;1025 Keeler Ave;Berkeley;CA;94708-140 ..." |
duplicate of #3721 |
Fixes in #3644, releasing soon |
Address issue not repaired in 5.5.1 |
Describe the bug
Export a test vCard from Google Contacts (iOS format). Import to Nextcloud Contacts via web interface. See that none of the itemN.* attributes are imported and that some characters in Notes are escaped.
Steps to reproduce
Import this card:
BEGIN:VCARD
VERSION:3.0
FN:J & N Test
N:Test;J & N;;;
item1.TEL:+1.555 222 4444
item1.X-ABLabel:J Cell
item2.TEL:+1.555 444 8888
item2.X-ABLabel:J Cell Pix
item3.TEL:+1.888 555 2222
item3.X-ABLabel:N Cell
item4.TEL:+1.999 555 9999
item4.X-ABLabel:Old Cell
NOTE:A\, b. 2023.
CATEGORIES:myContacts
END:VCARD
J&N.Test.txt
Expected behavior
I should see the phone numbers with their labels. I should also see notes without characters like "," being escaped.
Actual behavior
Get this results:
Contact version
5.4.2
Operating system
CentOS 7.8.2003
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database
PostgreSQL
Additional info
Nextcloud version 27.14
The text was updated successfully, but these errors were encountered: