Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745258 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4321c08c21
commit
fe7aadf9f1
|
@ -287,7 +287,7 @@ public final class CSVFormat implements Serializable {
|
|||
.withQuote(DOUBLE_QUOTE_CHAR).withRecordSeparator(LF);
|
||||
|
||||
/**
|
||||
* Default Informix CSV UNLOAD format used by the {@code UNLOAD TO file_name} operation.
|
||||
* Default Informix CSV UNLOAD format used by the {@code UNLOAD TO file_name} operation (escaping is disabled.)
|
||||
*
|
||||
* <p>
|
||||
* This is a comma-delimited format with a LF character as the line separator. Values are not quoted and special
|
||||
|
|
Loading…
Reference in New Issue