ovska / FlameCsv

High performance RFC 4180 compliant CSV parsing library for .NET 6+
MIT License
6 stars 1 forks source link

Support for other/no escaping modes #6

Closed ovska closed 1 year ago

ovska commented 1 year ago

Currently RFC 4180 is supported, e.g. "This field has a "","" comma".

Add support for no quoting at all (if data is known to be "clean"), and escape characters for example (e.g. This field has a \, comma).