Sylvan icon indicating copy to clipboard operation
Sylvan copied to clipboard

A collection of .NET libraries, including the fastest general-purpose CSV parser for .NET.

Results 1 Sylvan issues
Sort by recently updated
recently updated
newest added

RFC4180 allows line break inside quoted field, and `Sylvan.Data.Csv` handles this just fine, but `CsvDataReader.RowNumber` counts *records*, not actually read *lines* of file. Could you add one more property for...