Skip to content

/AWS1/CL_DBRFORMATOPTIONS

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

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_JSON TYPE REF TO /AWS1/CL_DBRJSONOPTIONS /AWS1/CL_DBRJSONOPTIONS

Options that define how JSON input is to be interpreted by DataBrew.

IO_EXCEL TYPE REF TO /AWS1/CL_DBREXCELOPTIONS /AWS1/CL_DBREXCELOPTIONS

Options that define how Excel input is to be interpreted by DataBrew.

IO_CSV TYPE REF TO /AWS1/CL_DBRCSVOPTIONS /AWS1/CL_DBRCSVOPTIONS

Options that define how CSV input is to be interpreted by DataBrew.


Queryable Attributes

Json

Options that define how JSON input is to be interpreted by DataBrew.

Accessible with the following methods

Method Description
GET_JSON() Getter for JSON

Excel

Options that define how Excel input is to be interpreted by DataBrew.

Accessible with the following methods

Method Description
GET_EXCEL() Getter for EXCEL

Csv

Options that define how CSV input is to be interpreted by DataBrew.

Accessible with the following methods

Method Description
GET_CSV() Getter for CSV