Install
.NET CLI
dotnet add package Sylvan.Data.Csv --version 1.3.8
Package Manager Console
Install-Package Sylvan.Data.Csv -Version 1.3.8
PackageReference
<PackageReference Include="Sylvan.Data.Csv" Version="1.3.8" />
Frameworks
Dependencies
No declared dependencies.
Adoption guide
Large-volume ETL and analytics ingestion where throughput and memory profile are top priorities.
Why it appears in the guide: High-performance CSV reader/writer optimized for streaming and low-allocation data access. Trade-off: The API is intentionally lower-level than CsvHelper and may require more explicit mapping code.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.