jzi96 / AzTableImport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AzTableImport

The application loads the csv file and will store all entries into an Azure Table Storage. The csv file should have been generated with Azure Storage Explorer.

Required to build

Build application

  • build app dotnet build -c Release src/AzTableImport/AzTableImport.csproj

  • run dotnet run -c Release src/AzTableImport/AzTableImport.csproj --file-import myazuretableexport.csv

The connection string for the storage account can be configured in appsettings.json or passed via command line, see command help for details.

About


Languages

Language:C# 100.0%