CsvConstants

org.beangle.data.csv.CsvConstants
object CsvConstants

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val Comma: Char

Constant Comma=','

Constant Comma=','

Attributes

val Escape: Char

Constant Escape='\'

Constant Escape='\'

Attributes

val Quote: Char

Constant Quote='"'

Constant Quote='"'

Attributes

val Semicolon: Char

Constant Semicolon=';'

Constant Semicolon=';'

Attributes