class Aws::GlueDataBrew::Types::FormatOptions

Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.

@note When making an API call, you may pass FormatOptions

data as a hash:

    {
      json: {
        multi_line: false,
      },
      excel: {
        sheet_names: ["SheetName"],
        sheet_indexes: [1],
        header_row: false,
      },
      csv: {
        delimiter: "Delimiter",
        header_row: false,
      },
    }

@!attribute [rw] json

Options that define how JSON input is to be interpreted by DataBrew.
@return [Types::JsonOptions]

@!attribute [rw] excel

Options that define how Excel input is to be interpreted by
DataBrew.
@return [Types::ExcelOptions]

@!attribute [rw] csv

Options that define how CSV input is to be interpreted by DataBrew.
@return [Types::CsvOptions]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/FormatOptions AWS API Documentation

Constants

SENSITIVE