final case class DelimitedFileOutputConfig(path: URI, delimiter: NonEmptyString = ",", quote: NonEmptyString = "\"", escape: NonEmptyString = "\\", header: Boolean = false) extends FileOutputConfig with DelimitedFileConfig with Product with Serializable
Delimited file output configuration
- path
Path to file
- delimiter
Column delimiter (default: ,)
- quote
Quotation symbol (default: ")
- escape
Escape symbol (default: \)
- header
Boolean flag indicating whether schema should be read from file header (default: false)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DelimitedFileOutputConfig
- Serializable
- Serializable
- Product
- Equals
- DelimitedFileConfig
- FileOutputConfig
- FileConfig
- OutputConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DelimitedFileOutputConfig(path: URI, delimiter: NonEmptyString = ",", quote: NonEmptyString = "\"", escape: NonEmptyString = "\\", header: Boolean = false)
- path
Path to file
- delimiter
Column delimiter (default: ,)
- quote
Quotation symbol (default: ")
- escape
Escape symbol (default: \)
- header
Boolean flag indicating whether schema should be read from file header (default: false)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
delimiter: NonEmptyString
- Definition Classes
- DelimitedFileOutputConfig → DelimitedFileConfig
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
escape: NonEmptyString
- Definition Classes
- DelimitedFileOutputConfig → DelimitedFileConfig
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
header: Boolean
- Definition Classes
- DelimitedFileOutputConfig → DelimitedFileConfig
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
path: URI
- Definition Classes
- DelimitedFileOutputConfig → FileConfig
-
val
quote: NonEmptyString
- Definition Classes
- DelimitedFileOutputConfig → DelimitedFileConfig
-
val
schema: Option[ID]
- Definition Classes
- DelimitedFileOutputConfig → FileConfig
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()