Amazon S3 API · JSON Structure

S3 Csvinput Structure

Describes how an uncompressed comma-separated values (CSV)-formatted input object is formatted.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Csvinput Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "CSVInput",
  "type": "object",
  "description": "Describes how an uncompressed comma-separated values (CSV)-formatted input object is formatted.",
  "fields": [
    {
      "name": "FileHeaderInfo",
      "type": "string"
    },
    {
      "name": "Comments",
      "type": "string"
    },
    {
      "name": "QuoteEscapeCharacter",
      "type": "string"
    },
    {
      "name": "RecordDelimiter",
      "type": "string"
    },
    {
      "name": "FieldDelimiter",
      "type": "string"
    },
    {
      "name": "QuoteCharacter",
      "type": "string"
    },
    {
      "name": "AllowQuotedRecordDelimiter",
      "type": "string"
    }
  ]
}