QuoteHandling

fs2.data.csv.package$.QuoteHandling$
See theQuoteHandling companion trait

Attributes

Companion:
trait
Source:
package.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Literal extends QuoteHandling

Treats values as raw strings and does not treat quotation marks with any particular meaning

Treats values as raw strings and does not treat quotation marks with any particular meaning

For example, "hello, world" would be parsed as the still-quoted "hello, world"

Attributes

Source:
package.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Literal.type
case object RFCCompliant extends QuoteHandling

Treats quotation marks as the start of a quoted value if the first character of a value is a quotation mark, otherwise treats the value literally (this is the historic and default behavior)

Treats quotation marks as the start of a quoted value if the first character of a value is a quotation mark, otherwise treats the value literally (this is the historic and default behavior)

For example, "hello, world" would be parsed as unquoted hello, world

Attributes

Source:
package.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala