TableImportTableInputFormatOptionsCsv

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

Constructors

Link copied to clipboard
constructor(delimiter: String? = null, headerLists: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delimiter: String? = null

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

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

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