Constants -
io
- DEFAULT string default
- CSV string csv
- TDF string tdf
- COMMA string ,
- TAB string
- COLON string :
- CONNECTION_TIMED_OUT string {ballerina/io}ConnectionTimedOut
- GENERIC_ERROR string {ballerina/io}GenericError
- ACCESS_DENIED_ERROR string {ballerina/io}AccessDeniedError
- FILE_NOT_FOUND_ERROR string {ballerina/io}FileNotFoundError
- END_OF_FILE_ERROR string {ballerina/io}EoF
- READ string r
- WRITE string w
- RW string rw
- APPEND string a
- CSV_RECORD_SEPARATOR string
-
Represents record separator of the CSV file.
- FS_COLON string :
-
Represents colon separator which should be used to identify colon separated files.
- MINIMUM_HEADER_COUNT int 0
-
Represents minimum number of headers which will be included in CSV.
- BIG_ENDIAN string BE
- LITTLE_ENDIAN string LE