GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponse

data class GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponse(val delimiter: String, val disableTypeInference: Boolean, val encoding: String, val headerRows: Int)

Describe CSV and similar semi-structured data formats.

Constructors

fun GoogleCloudDataplexV1AssetDiscoverySpecCsvOptionsResponse(delimiter: String, disableTypeInference: Boolean, encoding: String, headerRows: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The delimiter being used to separate values. This defaults to ','.

Link copied to clipboard

Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.

Link copied to clipboard

Optional. The character encoding of the data. The default is UTF-8.

Link copied to clipboard

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.