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 SourceAllowSingleColumn
Enables the processing of files that contain only one column.
Declaration
public readonly bool? AllowSingleColumn
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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 |
Delimiter
The delimiter used in the Csv to separate columns.
Declaration
public readonly string Delimiter
Field Value
| Type | Description |
|---|---|
| System.String |
DisableValueTrimming
Specifies whether to trim column values.
Declaration
public readonly bool? DisableValueTrimming
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Headers
A list of strings representing column names.
Declaration
public readonly ImmutableArray<string> Headers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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 |