Field Summary | ||
---|---|---|
const Number | AUTO | |
Represents automatic separator
|
||
const Number | SPACE | |
Represents space(" ")
|
||
const Number | COMMA | |
Represents comma(",")
|
||
const Number | SEMICOLON | |
Represents semicolon(";")
|
||
const Number | PERIOD | |
Represents period(".")
|
||
const Number | NEW_LINE | |
Represents newline("\n")
|
||
const Number | CUSTOM | |
Represents custom separator
|
const Number AUTO
const Number SPACE
const Number COMMA
const Number SEMICOLON
const Number PERIOD
const Number NEW_LINE
const Number CUSTOM