tspence / csharp-csv-reader

A lightweight, high performance, zero dependency, streaming CSV reading library for CSharp.

Home Page:http://tedspence.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quoting of text

wvdvegt opened this issue · comments

Is it possible to add an option to force quote around all text (except numeric values, so basically all that passes Double.TryConvert() without quotes).

I noticed that this lib either enquotes minimal (so only fields with line ends or field separators in it, which is ok) or everything (inlcuding numeric values). The option i would like to see is in between, quote all textual fields.

Addressed in version 3.1.0