osiegmar / FastCSV

CSV library for Java that is fast, RFC-compliant and dependency-free.
https://fastcsv.org/
MIT License
542 stars 93 forks source link

Add always quote non empty #79

Closed Richard-Lionheart closed 1 year ago

Richard-Lionheart commented 1 year ago

Fixes #

Proposed Changes

Performance

In order to prevent a performance degradation please run a benchmark using ./gradlew jmh before and after your change and show the results.

osiegmar commented 1 year ago

You need to rebase your changes on top of the develop brunch – currently 18 files are to be modified.

Richard-Lionheart commented 1 year ago

You need to rebase your changes on top of the develop brunch – currently 18 files are to be modified.

I will create a new PR and close this one