Open
Description
It would be nice, to have a generic CSV export, that does not target any phone/platform, so one could convert any of the possible import formats into a generic CSV.
Use case example:
I am currently fixing a macOS address-book export for a relative, so it could be imported into a Telekom Speedport. Workflow would be:
- export from macOS AddressBook as VCARD
- eventually fix charset issues via
iconv
- import VCARD into CCW
- let CCW convert VCARD into "Generic CSV" and saving it
- import "Generic CSV" into LibreOffice Calc
- fix data and arrange for final output format
- save data from LibreOffice Calc in the desired CSV format
- import that into Speedphone
Thank you.