CsvRowsOps

kantan.csv.ops.CsvRowsOps
final class CsvRowsOps[A](val as: IterableOnce[A])(implicit evidence$1: HeaderEncoder[A])

Provides syntax for turning collections into CSV strings.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def asCsv(conf: CsvConfiguration)(implicit e: WriterEngine): String

Writes collections of A as a CSV string.

Writes collections of A as a CSV string.

Attributes

Example
scala> List(List(1, 2, 3), List(4, 5, 6)).asCsv(rfc)

Deprecated methods

def asCsv(sep: Char, header: String*)(implicit e: WriterEngine): String

Attributes

Deprecated
true

Concrete fields

val as: IterableOnce[A]