Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chtjonas/import-contacts
Reads contact details from a CSV file and formats them nicely to be imported by the 'Contacts' app on OS X.
https://github.com/chtjonas/import-contacts
contacts cplusplus csv spreadsheet-manipulation
Last synced: 11 days ago
JSON representation
Reads contact details from a CSV file and formats them nicely to be imported by the 'Contacts' app on OS X.
- Host: GitHub
- URL: https://github.com/chtjonas/import-contacts
- Owner: CHTJonas
- License: gpl-3.0
- Created: 2016-05-22T14:51:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T23:20:20.000Z (over 8 years ago)
- Last Synced: 2024-12-05T03:41:25.911Z (2 months ago)
- Topics: contacts, cplusplus, csv, spreadsheet-manipulation
- Language: C++
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# import-contacts
Reads contact details from a CSV file and formats them nicely to be imported by the 'Contacts' app on OS X.Base-project code originally written in Java, then transfered to Python and finally to C++. Development now fully in C++.
All changes/modifications welcome - please be bold!
Using the program
----------------------------------------------Written primarily for Mac OS X but will work on various Linux distributions.
1) Open a terminal.
2) Run 'git clone https://github.com/CHTJonas/import-contacts.git'
3) Run 'cd import-contacts'
4) Run 'g++ main.cpp'
5) Run './a.out'
Done! The program should now be running. You can drag the CSV file you want to read from and the CSV file you want to write to into the terminal windows as an easier way than typing out their full paths.