Constants -
io
- DEFAULT string default
- CSV string csv
- TDF string tdf
- COMMA string ,
- TAB string
- COLON string :
- IO_ERROR string {ballerina/io}IOError
- 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