/AWS1/CL_LOMDETECTEDCSVFMTDE00¶
Properties of an inferred CSV format.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_filecompression TYPE REF TO /AWS1/CL_LOMDETECTEDFIELD /AWS1/CL_LOMDETECTEDFIELD¶
The format's file compression.
io_charset TYPE REF TO /AWS1/CL_LOMDETECTEDFIELD /AWS1/CL_LOMDETECTEDFIELD¶
The format's charset.
io_containsheader TYPE REF TO /AWS1/CL_LOMDETECTEDFIELD /AWS1/CL_LOMDETECTEDFIELD¶
Whether the format includes a header.
io_delimiter TYPE REF TO /AWS1/CL_LOMDETECTEDFIELD /AWS1/CL_LOMDETECTEDFIELD¶
The format's delimiter.
io_headerlist TYPE REF TO /AWS1/CL_LOMDETECTEDFIELD /AWS1/CL_LOMDETECTEDFIELD¶
The format's header list.
io_quotesymbol TYPE REF TO /AWS1/CL_LOMDETECTEDFIELD /AWS1/CL_LOMDETECTEDFIELD¶
The format's quote symbol.
Queryable Attributes¶
FileCompression¶
The format's file compression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILECOMPRESSION() |
Getter for FILECOMPRESSION |
Charset¶
The format's charset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHARSET() |
Getter for CHARSET |
ContainsHeader¶
Whether the format includes a header.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINSHEADER() |
Getter for CONTAINSHEADER |
Delimiter¶
The format's delimiter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIMITER() |
Getter for DELIMITER |
HeaderList¶
The format's header list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADERLIST() |
Getter for HEADERLIST |
QuoteSymbol¶
The format's quote symbol.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUOTESYMBOL() |
Getter for QUOTESYMBOL |