View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1StorageFormatCsvOptions (google_api_dataplex v0.13.0)

Describes CSV and similar semi-structured data formats.

Attributes

  • delimiter (type: String.t, default: nil) - Optional. The delimiter used to separate values. Defaults to ','.
  • encoding (type: String.t, default: nil) - Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8", and "ISO-8859-1". Defaults to UTF-8 if unspecified.
  • headerRows (type: integer(), default: nil) - Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. Defaults to 0.
  • quote (type: String.t, default: nil) - Optional. The character used to quote column values. Accepts '"' (double quotation mark) or ''' (single quotation mark). Defaults to '"' (double quotation mark) if unspecified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.