Header

kantan.csv.CsvConfiguration.Header
See theHeader companion class
object Header

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Header.type

Members list

Type members

Classlikes

final case class Explicit(header: Seq[String]) extends Header

Use the specified header.

Use the specified header.

This is equivalent to Implicit when decoding. When encoding, it takes precedence over whatever header might have been defined through a HeaderEncoder instance.

Attributes

Supertypes
class Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Implicit extends Header

Use a header when possible.

Use a header when possible.

When decoding, the first row will always be treated as a header.

When encoding, use a header if one is available through HeaderEncoder, but skip it otherwise.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Implicit.type
case object None extends Header

No header defined.

No header defined.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
None.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror