CsvOptions

gcp4s.bigquery.model.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])

Attributes

Source:
CsvOptions.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product