FasterXML / jackson-dataformats-text

Uber-project for (some) standard Jackson textual format backends: csv, properties, yaml (xml to be added in future)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`BigInteger` and `BigDecimal` are quoted if `CsvGenerator.Feature.ALWAYS_QUOTE_STRINGS` enabled

cowtowncoder opened this issue · comments

(note: bug found as prep for #198)

Looks like setting CsvGenerator.Feature.ALWAYS_QUOTE_STRINGS accidentally applies to BigInteger and BigDecimal values, unlike other number types. It shouldn't.