CsvFormat

org.beangle.data.csv.CsvFormat
See theCsvFormat companion object
class CsvFormat

csv format definition

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def defaultSeparator(): Char

defaultSeparator.

defaultSeparator.

Attributes

def isDelimiter(a: Char): Boolean

isDelimiter.

isDelimiter.

Attributes

def isEscape(a: Char): Boolean

isEscape.

isEscape.

Attributes

def isSeparator(a: Char): Boolean

isSeparator.

isSeparator.

Attributes

Concrete fields

val delimiter: Char
var escape: Char
val separators: Set[Char]
val strictQuotes: Boolean