CSVFormat

com.github.tototoshi.csv.CSVFormat
See theCSVFormat companion object
trait CSVFormat extends Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract fields

val delimiter: Char
val escapeChar: Char
val lineTerminator: String
val quoteChar: Char
val treatEmptyLineAsNil: Boolean