UpdateCsvClassifierRequest
Specifies a custom CSV classifier to be updated.
Types
Properties
Link copied to clipboard
Enables the processing of files that contain only one column.
Link copied to clipboard
Indicates whether the CSV file contains a header.
Link copied to clipboard
Specifies the configuration of custom datatypes.
Link copied to clipboard
Specifies a list of supported custom datatypes.
Link copied to clipboard
Specifies not to trim values before identifying the type of column values. The default value is true.
Link copied to clipboard
A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.
Link copied to clipboard
Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe
, LazySimpleSerDe
, and None
. You can specify the None
value when you want the crawler to do the detection.
Functions
Link copied to clipboard
inline fun copy(block: UpdateCsvClassifierRequest.Builder.() -> Unit = {}): UpdateCsvClassifierRequest