Contact Management System
If you sync your Android phone contacts with Twitter, Facebook and Gmail, you know how many duplicate, invalid or useless entries creep in.
It also bloats the memory used, in my case to 25MB worth of contacts.No one should ever have to live with that.
So I created this simple set of tools which help to clean up the CSV file generated by "Export Contacts to SD Card" from the Android Contacts stock application
This tool currently allows you to :
- Remove photos stored in plain-text
- Cleanup trash fields
- Remove URLs to Google profile links
- Remove contacts which dont' have associated phone numbers
- Remove addresses
- Standardise phone number formats
UPDATED :
30-04-2012 : Added support for command line parameters so you don't have to edit the script anymore Added a help string documenting usage