View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions (google_api_dataplex v0.15.0)

Describe CSV and similar semi-structured data formats.

Attributes

  • delimiter (type: String.t, default: nil) - Optional. The delimiter being used to separate values. This defaults to ','.
  • disableTypeInference (type: boolean(), default: nil) - Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.
  • encoding (type: String.t, default: nil) - Optional. The character encoding of the data. The default is UTF-8.
  • headerRows (type: integer(), default: nil) - Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions{
    delimiter: String.t() | nil,
    disableTypeInference: boolean() | nil,
    encoding: String.t() | nil,
    headerRows: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.