TableImportTableInputFormatOptionsCsvArgs

data class TableImportTableInputFormatOptionsCsvArgs(val delimiter: Output<String>? = null, val headerLists: Output<List<String>>? = null) : ConvertibleToJava<TableImportTableInputFormatOptionsCsvArgs>

Constructors

constructor(delimiter: Output<String>? = null, headerLists: Output<List<String>>? = null)

Properties

Link copied to clipboard
val delimiter: Output<String>? = null

The delimiter used for separating items in the CSV file being imported.

Link copied to clipboard
val headerLists: Output<List<String>>? = null

List of the headers used to specify a common header for all source CSV files being imported.

Functions

Link copied to clipboard
open override fun toJava(): TableImportTableInputFormatOptionsCsvArgs