Constants
- BIG_ENDIAN string "BE"
- COLON string ":"
- COMMA string ","
- CSV string "csv"
- CSV_RECORD_SEPARATOR string "\n"
- DEFAULT string "default"
- DEFAULT_ENCODING string "UTF8"
- FS_COLON string ":"
- LITTLE_ENDIAN string "LE"
- MINIMUM_HEADER_COUNT int 0
- NEW_LINE string "\n"
- stderr int 2
- stdout int 1
- TAB string "\t"
- TDF string "tdf"
Specifies the bytes to be in the order of most significant byte first.
Colon (:) will be use as the field separator.
Comma (,) will be used as the field separator.
Field separator will be "," and the record separator will be a new line.
Represents the record separator of the CSV file.
The default value is the format specified by the CSVChannel. Precedence will be given to the field separator and record separator.
Default encoding for the abstract read/write APIs.
Represents the colon separator, which should be used to identify colon-separated files.
Specifies the byte order to be the least significant byte first.
Represents the minimum number of headers, which will be included in the CSV.
New line character.
Represents the standard error stream.
Represents the standard output stream.
Tab (/t) will be use as the field separator.
Field separator will be a tab and the record separator will be a new line.