Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Asset::DiscoverySpec::CsvOptions.
Describe 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 being used to separate values. This defaults to ','.
#delimiter=
def delimiter=(value) -> ::String
Parameter
- value (::String) — Optional. The delimiter being used to separate values. This defaults to ','.
Returns
- (::String) — Optional. The delimiter being used to separate values. This defaults to ','.
#disable_type_inference
def disable_type_inference() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
#disable_type_inference=
def disable_type_inference=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
Returns
- (::Boolean) — Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
#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.