CsvSettings

org.saddle.csv.CsvSettings
case class CsvSettings(separChar: Char, quoteChar: Char, useQuote: Boolean, encoding: Charset)

Settings for writing a CSV file

Attributes

quoteChar

Quote character; default double-quote

separChar

Separator; default is comma

useQuote

If true, fields containing separChar will be wrapped in quotes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product