I am new to using OpenRefine and have found it useful for applying a template to imported CSV data and being able to easily manipulate known data set transformations. I am currently running into an issue on how to clean up a phone numbers column. It has various numbering formats in the column such as 15555555555, 5555555555 or international numbers as straight numbers. I am wondering if there is a way to implement Twilio's lookup (http://
https://www.twilio.com/lookup) to format and validate the list of telephone numbers to a specific format. I have attempted to use their code on site in conjunction with the "Edit Column -> Add column by fetching urls". I always get an empty cell.
It maybe something simple, to reconcile these numbers that I'm missing. Alternatively if another project like
Python-Phonenumbers or
Google Libphonenumbers can be implemented as an extension. I know that trying to use regex on various formatting of phone numbers is tedious and error prone and I am hoping to be able to implement one of the above methods.
Thanks,
Matt