CSVConfig

info.fingo.spata.CSVConfig
See theCSVConfig companion class
object CSVConfig

CSVConfig companion object with escape mode definitions.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CSVConfig.type

Members list

Type members

Classlikes

case object EscapeAll extends EscapeMode

Escape all fields regardless of their content.

Escape all fields regardless of their content.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EscapeMode
class Object
trait Matchable
class Any
Show all
Self type
EscapeAll.type
sealed trait EscapeMode

Method of escaping fields while rendering CSV.

Method of escaping fields while rendering CSV.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object EscapeAll.type
object EscapeRequired.type
object EscapeSpaces.type
case object EscapeRequired extends EscapeMode

Escape fields only when required - when they contain one of the delimiters or escape character.

Escape fields only when required - when they contain one of the delimiters or escape character.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EscapeMode
class Object
trait Matchable
class Any
Show all
Self type
case object EscapeSpaces extends EscapeMode

Escape fields only when required or when field has leading or trailing white spaces.

Escape fields only when required or when field has leading or trailing white spaces.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait EscapeMode
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

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

Value members

Concrete methods

def apply(): CSVConfig

Creates default CSV configuration.

Creates default CSV configuration.

Attributes