Bygdrift.Tools.CsvTool
1.1.2
dotnet add package Bygdrift.Tools.CsvTool --version 1.1.2
NuGet\Install-Package Bygdrift.Tools.CsvTool -Version 1.1.2
<PackageReference Include="Bygdrift.Tools.CsvTool" Version="1.1.2" />
paket add Bygdrift.Tools.CsvTool --version 1.1.2
#r "nuget: Bygdrift.Tools.CsvTool, 1.1.2"
// Install Bygdrift.Tools.CsvTool as a Cake Addin #addin nuget:?package=Bygdrift.Tools.CsvTool&version=1.1.2 // Install Bygdrift.Tools.CsvTool as a Cake Tool #tool nuget:?package=Bygdrift.Tools.CsvTool&version=1.1.2
Import or construct, modify, filter and export csv files. Can also import and export from Excel, json, DataTable, stream, string, ExpandoObject.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- ClosedXML (>= 0.97.0)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Bygdrift.Tools.CsvTool:
Package | Downloads |
---|---|
Bygdrift.Tools.MssqlTool
Add, update or overwrite random csv-files directly into MS SQL database as a table. |
|
Bygdrift.Tools.DataLakeTool
A simple tool to work with Azure DataLake and DataLake Queues. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Breaking changes: The following methods has changed names: FromCsvFile => AddCsvFile, FromCsvStream => AddCsvStream, FromDataTable => AddDataTable, FromExcelFile => AddExcelFile, FromExcelStream => AddExcelStream, FromExpandoObjects => AddExpandoObjects, FromJson => AddJson. Now they all can add data to an existing csv. See the example here: https://github.com/Bygdrift/Tools.CsvTool#112