提交 1b4b5c26 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 effd0122
...@@ -692,9 +692,9 @@ public class Csv implements SimpleRowSource { ...@@ -692,9 +692,9 @@ public class Csv implements SimpleRowSource {
* Field delimiter: " * Field delimiter: "
* CSV file: "He said ""Hello""." * CSV file: "He said ""Hello""."
* </pre> * </pre>
* If the field delimiter is a double quote and the escape character is a backslash, * If the field delimiter is a double quote and the escape character is a
* then escaping is done similar to Java (however, only the field delimiter is escaped). * backslash, then escaping is done similar to Java (however, only the field
* Example: * delimiter is escaped). Example:
* <pre> * <pre>
* Data: He said "Hello". * Data: He said "Hello".
* Escape character: \ * Escape character: \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论