InputFormatOptions¶
Structure Class¶
InputFormatOptions
dataclass
¶
The format options for the data that was imported into the target table. There is one value, CsvOption.
Attributes¶
csv
class-attribute
instance-attribute
¶
csv: CsvOptions | None = None
The options for imported source files in CSV format. The values are Delimiter and HeaderList.