You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::CsvClassifier

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A classifier for custom CSV content.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allow_single_columnBoolean

Enables the processing of files that contain only one column.

Returns:

  • (Boolean)

    Enables the processing of files that contain only one column.

#contains_headerString

Indicates whether the CSV file contains a header.

Possible values:

  • UNKNOWN
  • PRESENT
  • ABSENT

Returns:

  • (String)

    Indicates whether the CSV file contains a header.

#creation_timeTime

The time that this classifier was registered.

Returns:

  • (Time)

    The time that this classifier was registered.

#delimiterString

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

Returns:

  • (String)

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

#disable_value_trimmingBoolean

Specifies not to trim values before identifying the type of column values. The default value is true.

Returns:

  • (Boolean)

    Specifies not to trim values before identifying the type of column values.

#headerArray<String>

A list of strings representing column names.

Returns:

  • (Array<String>)

    A list of strings representing column names.

#last_updatedTime

The time that this classifier was last updated.

Returns:

  • (Time)

    The time that this classifier was last updated.

#nameString

The name of the classifier.

Returns:

  • (String)

    The name of the classifier.

#quote_symbolString

A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.

Returns:

  • (String)

    A custom symbol to denote what combines content into a single column value.

#versionInteger

The version of this classifier.

Returns:

  • (Integer)

    The version of this classifier.