CSV files are staple food in data analysis. The Azure PowerShell does not include a way to export Storage Tables that way but that can be achieved by mixing a bit of PowerShell with a bit of .NET, reusing code from chriseyre2000’s query-azuretable2.
First install the Azure PowerShell and open its command prompt. That loads all the Azure assemblies required in PowerShell.
Then add you account info
and add a function to convert Azure Table Entities into something a bit more PowerShell-friendly
All that remains to do is connect to the Storage Table