Google Cloud Dataplex V1 Client - Class CsvOptions (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CsvOptions.

Describe CSV and similar semi-structured data formats.

Generated from protobuf message google.cloud.dataplex.v1.Zone.DiscoverySpec.CsvOptions

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ header_rows int

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

↳ delimiter string

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

↳ encoding string

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

↳ disable_type_inference bool

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

getHeaderRows

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

Returns
TypeDescription
int

setHeaderRows

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDelimiter

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

Returns
TypeDescription
string

setDelimiter

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEncoding

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

Returns
TypeDescription
string

setEncoding

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisableTypeInference

Optional. Whether to disable the inference of data type for CSV data.

If true, all columns will be registered as strings.

Returns
TypeDescription
bool

setDisableTypeInference

Optional. Whether to disable the inference of data type for CSV data.

If true, all columns will be registered as strings.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this