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 |
Field Detail |
---|
AUTO | |
const Number AUTO |
SPACE | |
const Number SPACE |
COMMA | |
const Number COMMA |
SEMICOLON | |
const Number SEMICOLON |
PERIOD | |
const Number PERIOD |
NEW_LINE | |
const Number NEW_LINE |
CUSTOM | |
const Number CUSTOM |