Releases: erik1066/rapid-csv
Releases · erik1066/rapid-csv
RapidCsv Release - Version 0.0.1
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" />