Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::StorageFormat::CsvOptions.
Describes CSV and similar semi-structured data formats.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#delimiter
def delimiter() -> ::String
Returns
- (::String) — Optional. The delimiter used to separate values. Defaults to ','.
#delimiter=
def delimiter=(value) -> ::String
Parameter
- value (::String) — Optional. The delimiter used to separate values. Defaults to ','.
Returns
- (::String) — Optional. The delimiter used to separate values. Defaults to ','.
#encoding
def encoding() -> ::String
Returns
- (::String) — Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.
#encoding=
def encoding=(value) -> ::String
Parameter
- value (::String) — Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.
Returns
- (::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
def header_rows() -> ::Integer
Returns
- (::Integer) — Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.
#header_rows=
def header_rows=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.
Returns
- (::Integer) — Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.
#quote
def quote() -> ::String
Returns
- (::String) — Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.
#quote=
def quote=(value) -> ::String
Parameter
- value (::String) — Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.
Returns
- (::String) — Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.