Defines a set of constants, such as control return, line feed and nil.
Description
The CsvConstant class defines a set of constants, such as control return, line feed and nil.
Fields
CR
Control return
CR = ‘\r’
Nil
Nil
Nil = rune(0)
LF
Line feed.
LF = ‘\n’