Show / Hide Table of Contents

Class ClassifierCsvClassifier

Inheritance
System.Object
ClassifierCsvClassifier
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClassifierCsvClassifier

Fields

View Source

AllowSingleColumn

Enables the processing of files that contain only one column.

Declaration
public readonly bool? AllowSingleColumn
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ContainsHeader

Indicates whether the CSV file contains a header. This can be one of "ABSENT", "PRESENT", or "UNKNOWN".

Declaration
public readonly string ContainsHeader
Field Value
Type Description
System.String
View Source

Delimiter

The delimiter used in the Csv to separate columns.

Declaration
public readonly string Delimiter
Field Value
Type Description
System.String
View Source

DisableValueTrimming

Specifies whether to trim column values.

Declaration
public readonly bool? DisableValueTrimming
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Headers

A list of strings representing column names.

Declaration
public readonly ImmutableArray<string> Headers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

QuoteSymbol

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

Declaration
public readonly string QuoteSymbol
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.