https://github.com/rasa/ooma-contact-converter
Convert Google contact export to Ooma import format (Outlook 2007 .CSV)
https://github.com/rasa/ooma-contact-converter
Last synced: 9 months ago
JSON representation
Convert Google contact export to Ooma import format (Outlook 2007 .CSV)
- Host: GitHub
- URL: https://github.com/rasa/ooma-contact-converter
- Owner: rasa
- License: mit
- Created: 2014-05-08T19:43:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T22:10:28.000Z (over 11 years ago)
- Last Synced: 2024-12-29T07:42:33.740Z (over 1 year ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ooma-contact-converter [![Flattr this][flatter_png]][flatter]
Convert Google contact export to Ooma import format (Outlook 2007 .CSV).
## Usage
1. Install python, and make, if needed.
2. Clone the repo:
````bash
git clone git@github.com:rasa/ooma-contact-converter.git
````
3. Visit `https://mail.google.com/mail/u/0/#contacts`
4. Export your Google Contacts in "Google CSV format". Save the file with the .csv extension in the `ooma-contact-converter` directory.
5. Run:
````bash
$ cd ooma-contact-converter
$ make
````
6. Visit `https://my.ooma.com/contacts`
7. Select "More", "Import", and "Outlook 2007 CSV".
8. Click [Continue].
9. Click [Choose File], and select the file named `*.ooma.txt`
10. Click [Import].
## Contributing
To contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).
## Bugs
To view existing bugs, or report a new bug, please see [issues](../../issues).
## Changelog
To view the version history for this project, please see [CHANGELOG.md](CHANGELOG.md).
## License
This project is [MIT licensed](LICENSE).
## Contact
This project was created and is maintained by [Ross Smith II][] [![endorse][endorse_png]][endorse]
Feedback, suggestions, and enhancements are welcome.
[Ross Smith II]: mailto:ross@smithii.com "ross@smithii.com"
[flatter]: https://flattr.com/submit/auto?user_id=rasa&url=https%3A%2F%2Fgithub.com%2Frasa%2Fooma-contact-converter
[flatter_png]: http://button.flattr.com/flattr-badge-large.png "Flattr this"
[endorse]: https://coderwall.com/rasa
[endorse_png]: https://api.coderwall.com/rasa/endorsecount.png "endorse"