Info
Version: | 2.0.0 |
Author(s): | Nate Zaugg |
Last Update: | Tuesday, January 9, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MindfireTechnology/CsvSerializer |
NuGet Url: | https://www.nuget.org/packages/CsvSerializer |
Install
Install-Package CsvSerializer
dotnet add package CsvSerializer
paket add CsvSerializer
CsvSerializer Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.Reflection.TypeExtensions(>= 4.3.0)
- Microsoft.NETCore.Portable.Compatibility(>= 1.0.1)
Tags
Custom field delimeters (quote, new line), headers, full quote all values, remove line breaks in fields, custom text encoding, and serialization attributes. It can also convert some child collections into rows or flatten the collections.