Class TextFormat
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.TextFormat
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal char
final char
static final TextFormat
final char
final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionTextFormat
(char separatorChar, char quoteChar, char escapeChar, boolean yamlComment) -
Method Summary
-
Field Details
-
RFC4180
-
separatorChar
public final char separatorChar -
quoteChar
public final char quoteChar -
escapeChar
public final char escapeChar -
yamlComment
public final boolean yamlComment
-
-
Constructor Details
-
TextFormat
public TextFormat(char separatorChar, char quoteChar, char escapeChar, boolean yamlComment)
-
-
Method Details