fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Download to CSV #17

Closed isaacabraham closed 10 years ago

isaacabraham commented 10 years ago

Allow the user to download either an entire table or a specific partition to a local CSV file.

isaacabraham commented 10 years ago

Can potentially just dump this as you can easily export to CSV through Deedle?