Skip to content

Releases: erik1066/rapid-csv

RapidCsv Release - Version 0.0.1

28 Aug 20:31
20b87a9
Compare
Choose a tag to compare
Pre-release

Initial alpha release. Includes fast CSV validation against RFC 4180 and optional content validation using a supplied schema. See the README for instructions.

Package URL on NuGet: https://www.nuget.org/packages/RapidCsv/0.0.1

To include in your project:

dotnet add package RapidCsv --version 0.0.1

Or in your .csproj file:

<PackageReference Include="RapidCsv" Version="0.0.1" />