Class: Google::Cloud::Dataplex::V1::Zone::DiscoverySpec::CsvOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/resources.rb

Overview

Describe CSV and similar semi-structured data formats.

Instance Attribute Summary collapse

Instance Attribute Details

#delimiter::String

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

Returns:

  • (::String)

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



274
275
276
277
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 274

class CsvOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#disable_type_inference::Boolean

Returns 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.



274
275
276
277
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 274

class CsvOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#encoding::String

Returns 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.



274
275
276
277
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 274

class CsvOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#header_rows::Integer

Returns 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.



274
275
276
277
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 274

class CsvOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end