Builder

class Builder

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

Enables the configuration of custom datatypes.

Link copied to clipboard

Creates 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
var name: String?

The name of the classifier.

Link copied to clipboard

A custom symbol to denote what combines content into a single column value. 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.