No quoting
Disable quoting completely. Otherwise, input uses csv::QuoteStyle::NonNumeric, which puts quotes around all fields that are non-numeric. Namely, when writing a field that doesn't parse as a valid float or integer, quotes will be used. This makes CSV files more portable.