Amazon Glue DataBrew · JSON Structure

Glue Databrew Csv Output Options Structure

Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.

Type: object Properties: 1
Data AnalyticsData PreparationETLMachine Learning

CsvOutputOptions is a JSON Structure definition published by Amazon Glue DataBrew, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Delimiter

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-structure/glue-databrew-csv-output-options-structure.json",
  "name": "CsvOutputOptions",
  "description": "Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.",
  "type": "object",
  "properties": {
    "Delimiter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Delimiter"
        },
        {
          "description": "A single character that specifies the delimiter used to create CSV job output."
        }
      ]
    }
  }
}