EscapeMode

fs2.data.csv.EscapeMode
See theEscapeMode companion object
sealed trait EscapeMode

Controls the escaping when outputting CSV.

Attributes

Companion
object
Source
EscapeMode.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Always
object Auto
object Never
In this article