You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
iconv
Thank you.
The text was updated successfully, but these errors were encountered: