CsvSettings

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

Settings for writing a CSV file

Value parameters

quoteChar

Quote character; default double-quote

separChar

Separator; default is comma

useQuote

If true, fields containing separChar will be wrapped in quotes

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product