csv icon indicating copy to clipboard operation
csv copied to clipboard

Fast C# CSV parser

Results 2 csv issues
Sort by recently updated
recently updated
newest added

In .NET Core 2.1 and upcoming netstandard 2.1 ReadOnlySpan can be used for zero-allocation handling of string values - without need to create 'string' object from the buffer. To support...

enhancement

In some cases it might be useful to read CSV stream as System.Data IDataReader. This unlocks simple way to read CSV to DataTable or to list of POCO-models - say,...

enhancement