public class CsvConfig extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected char |
fieldSeparator
字段分隔符,默认逗号
|
protected char |
textDelimiter
文本分隔符,文本包装符,默认双引号
|
| Constructor and Description |
|---|
CsvConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFieldSeparator(char fieldSeparator)
设置字段分隔符,默认逗号
|
void |
setTextDelimiter(char textDelimiter)
设置 文本分隔符,文本包装符,默认双引号
|
Copyright © 2019. All rights reserved.