CsvClassifier

A classifier for custom CSV content.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

The time that this classifier was registered.

Link copied to clipboard

Enables the custom datatype to be configured.

Link copied to clipboard

A list of custom datatypes including "BINARY", "BOOLEAN", "DATE", "DECIMAL", "DOUBLE", "FLOAT", "INT", "LONG", "SHORT", "STRING", "TIMESTAMP".

Link copied to clipboard

A custom symbol to denote what separates each column entry in the row.

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 list of strings representing column names.

Link copied to clipboard

The time that this classifier was last updated.

Link copied to clipboard

The name of the classifier.

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.

Link copied to clipboard

The version of this classifier.

Functions

Link copied to clipboard
inline fun copy(block: CsvClassifier.Builder.() -> Unit = {}): CsvClassifier
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String