UpdateCsvClassifierRequest

Specifies a custom CSV classifier to be updated.

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

Specifies the configuration of custom datatypes.

Link copied to clipboard

Specifies a list of supported custom datatypes.

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 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.

Functions

Link copied to clipboard
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