Giter Site home page Giter Site logo

google-contacts-phone-prefixer's Introduction

Prefix American phone numbers from Google contacts with +1

After I moved to Germany, I wanted to prefix the phone numbers of my American contacts
with the +1 country code. Americans have 10-digit phone numbers XXX-XXX-XXXX, but I wanted +1 XXX-XXX-XXXX so that apps like WhatsApp would still automatically fill-in their names from Google contacts when I was not in America.

This small script does that with your Google Contacts .csv file you can download
from https://www.google.com/contacts/. Note that my .csv file was in UTF-16LE
format, which I first converted as follows:

   iconv -f UTF-16LE -t UTF-8 google.csv > google-utf8.csv

Then, run the script:

    go build
    ./google-contacts-phone-prefixer google-utf8.csv > google-utf8-new.csv

And voilà, google-utf8-new.csv now has all of your contacts who have American
phone numbers -- that is, 10-digit phone numbers without country codes already present --
with the +1 prefix. No other fields are modified in the process.

You can upload the resulting .csv back to Google. Make sure to additionally
click "Find and Merge contacts" through the UI. Google will overwrite the old phone numbers with the new ones and things should work fine.

google-contacts-phone-prefixer's People

Contributors

purohit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.