A DataStore Serialization implementation over delimited data like TSV and CSV.
Info
Version: | 3.15.4 |
Author(s): | Halforbit |
Last Update: | Monday, August 21, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/halforbit/data-stores |
NuGet Url: | https://www.nuget.org/packages/Halforbit.DataStores.FileStores.Serialization.Delimited |
Install
Install-Package Halforbit.DataStores.FileStores.Serialization.Delimited
dotnet add package Halforbit.DataStores.FileStores.Serialization.Delimited
paket add Halforbit.DataStores.FileStores.Serialization.Delimited
Halforbit.DataStores.FileStores.Serialization.Delimited Download (Unzip the "nupkg" after downloading)
Dependencies
- Halforbit.DataStores(>= 3.12.0)
- CsvHelper(>= 15.0.5)