Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::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 that is used to separate values. The default is
,
(comma).
#delimiter=
def delimiter=(value) -> ::String
Parameter
-
value (::String) — Optional. The delimiter that is used to separate values. The default is
,
(comma).
Returns
-
(::String) — Optional. The delimiter that is used to separate values. The default is
,
(comma).
#encoding
def encoding() -> ::String
Returns
- (::String) — Optional. The character encoding of the data. The default is UTF-8.
#encoding=
def encoding=(value) -> ::String
Parameter
- value (::String) — Optional. The character encoding of the data. The default is UTF-8.
Returns
- (::String) — Optional. The character encoding of the data. The default is UTF-8.
#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.
#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.
Returns
- (::Integer) — Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
#quote
def quote() -> ::String
Returns
-
(::String) — Optional. The character used to quote column values. Accepts
"
(double quotation mark) or'
(single quotation mark). If unspecified, defaults to"
(double quotation mark).
#quote=
def quote=(value) -> ::String
Parameter
-
value (::String) — Optional. The character used to quote column values. Accepts
"
(double quotation mark) or'
(single quotation mark). If unspecified, defaults to"
(double quotation mark).
Returns
-
(::String) — Optional. The character used to quote column values. Accepts
"
(double quotation mark) or'
(single quotation mark). If unspecified, defaults to"
(double quotation mark).
#type_inference_disabled
def type_inference_disabled() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether to disable the inference of data types for CSV data. If true, all columns are registered as strings.
#type_inference_disabled=
def type_inference_disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether to disable the inference of data types for CSV data. If true, all columns are registered as strings.
Returns
- (::Boolean) — Optional. Whether to disable the inference of data types for CSV data. If true, all columns are registered as strings.