CsvOptions

final case class CsvOptions(fieldDelimiter: Option[String], null_marker: Option[String], skipLeadingRows: Option[Long], encoding: Option[String], allowJaggedRows: Option[Boolean], quote: Option[String], allowQuotedNewlines: Option[Boolean])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product