GoogleApi.Content.V2.Model.DatafeedFormat (google_api_content v0.41.3) View Source

Attributes

  • columnDelimiter (type: String.t, default: nil) - Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds.

    Acceptable values are:

    • "pipe"
    • "tab"
    • "tilde"
  • fileEncoding (type: String.t, default: nil) - Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.

    Acceptable values are:

    • "latin-1"
    • "utf-16be"
    • "utf-16le"
    • "utf-8"
    • "windows-1252"
  • quotingMode (type: String.t, default: nil) - Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.

    Acceptable values are:

    • "normal character"
    • "value quoting"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Content.V2.Model.DatafeedFormat{
  columnDelimiter: String.t(),
  fileEncoding: String.t(),
  quotingMode: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.