Google Cloud Dataplex V1 Client - Class CsvOptions (0.7.0)

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

Describes CSV and similar semi-structured data formats.

Generated from protobuf message google.cloud.dataplex.v1.StorageFormat.CsvOptions

Namespace

Google \ Cloud \ Dataplex \ V1 \ StorageFormat

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ encoding string

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

↳ header_rows int

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

↳ delimiter string

Optional. The delimiter used to separate values. Defaults to ','.

↳ quote string

Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.

getEncoding

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

Returns
TypeDescription
string

setEncoding

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getHeaderRows

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

Returns
TypeDescription
int

setHeaderRows

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDelimiter

Optional. The delimiter used to separate values. Defaults to ','.

Returns
TypeDescription
string

setDelimiter

Optional. The delimiter used to separate values. Defaults to ','.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getQuote

Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.

Returns
TypeDescription
string

setQuote

Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.

Parameter
NameDescription
var string
Returns
TypeDescription
$this