Cursively icon indicating copy to clipboard operation
Cursively copied to clipboard

A CSV reader for .NET. Fast, RFC 4180 compliant, and fault tolerant. UTF-8 only.

Results 12 Cursively issues
Sort by recently updated
recently updated
newest added

The [xsv toolkit](https://github.com/BurntSushi/xsv) implements several higher-order operations, apparently on top of Rust's own CSV parsing library. Perhaps it would be a decent exercise to implement some of those operations on...

enhancement

Even in the use cases that spawned this library, [Sep](https://github.com/nietras/Sep) seems to be more efficient than Cursively in practically every way. Specifically, Sep has a reader benchmark that it calls...