Skip to content

Introduce QUOTE_NONNUMERIC on WriteQuoteMode #20

@doyaaaaaken

Description

@doyaaaaaken

In some case, it may be better not to quote the numeric type field. (e.g. In case of opening written CSV with Microsoft Excel)

Below CSV is QUOTE_NONNUMERIC option's example.

"a","b",1
2.0,"e","f"

See also
https://github.com/tototoshi/scala-csv/blob/master/src/main/scala/com/github/tototoshi/csv/CSVWriter.scala#L58

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions