Java org.apache.commons.csv QuoteMode fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.csv QuoteMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.csv QuoteMode.

The text is from its open source code.

Field

QuoteModeALL
Quotes all fields.
QuoteModeMINIMAL
Quotes fields which contain special characters such as a delimiter, quote character or any of the characters in line separator.
QuoteModeNON_NUMERIC
Quotes all non-numeric fields.
QuoteModeNONE
Never quotes fields.