VersionSpecificCsvSink

kantan.csv.VersionSpecificCsvSink

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CsvSink[S]
Self type
CsvSink[S]

Members list

Value members

Concrete methods

def write[A : HeaderEncoder](s: S, rows: IterableOnce[A], conf: CsvConfiguration)(implicit evidence$1: HeaderEncoder[A], e: WriterEngine): Unit

Writes the specified collections directly in the specifie S.

Writes the specified collections directly in the specifie S.

Value parameters

conf

CSV writing behaviour.

rows

CSV data to encode and serialize.

s

where to write the CSV data.

Attributes

Deprecated methods

def write[A : HeaderEncoder](s: S, rows: IterableOnce[A], sep: Char, header: String*)(implicit evidence$1: HeaderEncoder[A], e: WriterEngine): Unit

Attributes

Deprecated
true