How to use import-gvhistory script to parse Google Voice data from Takeout and export it to a .csv file
I recently posted the import-gvhistory powershell script that I wrote, which parses the html files provided by Google Takeout when downloading data from a Google Voice account. Below are step by step instructions on how to use the script. Note: The link below to HTML Agility Pack goes to a codeplex page where you can download version 1.46. There is a note at the top of the page that the latest version is available from NuGet. Currently, the version on NuGet is 1.4.9. Either of those versions will work, so for simplicity I recommend you just click the big purple download button and get v1.4.6 if you aren't already familiar with NuGet. Download your Google Voice data using Google Takeout . Extract the the zip file to c:\temp or another path of your choosing. **Windows 7 Users** Download and install WMF4 to update Powershell to 4.0 Download the HTML Agility Pack , unzip the file, open the NET45 folder inside, and copy HtmlAgilityPack.dll t...