CsvClassifier
A classifier for custom CSV
content.
Types
Properties
Enables the processing of files that contain only one column.
Indicates whether the CSV file contains a header.
The time that this classifier was registered.
Enables the custom datatype to be configured.
A list of custom datatypes including "BINARY", "BOOLEAN", "DATE", "DECIMAL", "DOUBLE", "FLOAT", "INT", "LONG", "SHORT", "STRING", "TIMESTAMP".
Specifies not to trim values before identifying the type of column values. The default value is true
.
The time that this classifier was last updated.
A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.
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.