Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba609af7e3
commit
bb7d696218
|
@ -121,7 +121,7 @@ public class CSVFormat implements Serializable {
|
|||
|
||||
/**
|
||||
* Default MySQL format used by the <tt>SELECT INTO OUTFILE</tt> and <tt>LOAD DATA INFILE</tt> operations. This is
|
||||
* a tab-delimited format with a LF_STR character as the line separator. Values are not quoted and special characters
|
||||
* a tab-delimited format with a LF character as the line separator. Values are not quoted and special characters
|
||||
* are escaped with '\'.
|
||||
*
|
||||
* @see <a href="http://dev.mysql.com/doc/refman/5.1/en/load-data.html">
|
||||
|
|
Loading…
Reference in New Issue