Opened 3 years ago
Closed 5 months ago
#1486399 closed Feature Requests (fixed)
CSV import for address book
| Reported by: | jwnetsource | Owned by: | alec |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.9-beta |
| Component: | Addressbook | Version: | 0.3.1 |
| Severity: | normal | Keywords: | Address Book |
| Cc: | benjamin.meichsner@… |
Description
Please add CSV import feature to allow for bulk import
Change History (11)
comment:1 Changed 3 years ago by bennibu
- Cc benjamin.meichsner@… added
comment:2 Changed 3 years ago by alec
- Milestone changed from later to 0.5-beta
comment:3 Changed 3 years ago by thomasb
- Severity changed from major to normal
- Summary changed from Address Book to CSV import for address book
Better title
comment:4 Changed 2 years ago by thomasb
- Milestone changed from 0.6-beta to 0.7-beta
Some sources for possible implementations:
http://www.macshareware.com/review/oe2vcard_html
http://homepage.mac.com/phrogz/CSV2vCard_v2.html
comment:5 Changed 21 months ago by thomasb
- Milestone changed from 0.7-beta to 0.8-beta
comment:6 Changed 17 months ago by nansenat16
The code convert outlook express csv to vcard and auto map field
comment:8 Changed 6 months ago by alec
- Owner set to alec
comment:9 Changed 6 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
Implemented in 3833790db4dee8607b31c84f26eb0e95bae4c906. Now we need localization support and testing with sample data. Feel free to reopen this ticket if needed.
comment:10 Changed 5 months ago by nansenat16
- Resolution fixed deleted
- Status changed from closed to reopened
Automap is good idea. but the localization not use utf8,for example in Taiwan the windows system use big5 not utf8.
In China they have more encode system like GBK,GB18030...
Maybe need use iconv conver the field and preview it, when user upload the csv and choose the encode.
comment:11 Changed 5 months ago by alec
- Resolution set to fixed
- Status changed from reopened to closed
Encoding is detected and converted to UTF-8. So, the map in UTF-8 is fine. If something doesn't work for you please create a new ticket with examples.

Is anyone working on it?