TableInputFormatOptions

data class TableInputFormatOptions(val csv: TableCsv? = null)

The format options for the data that was imported into the target table. There is one value, CsvOption.

Constructors

Link copied to clipboard
constructor(csv: TableCsv? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val csv: TableCsv? = null

The options for imported source files in CSV format. The values are Delimiter and HeaderList.