Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateCsvClassifierRequest

import type { CreateCsvClassifierRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface CreateCsvClassifierRequest {
AllowSingleColumn?: boolean | null;
ContainsHeader?: CsvHeaderOption | null;
Delimiter?: string | null;
DisableValueTrimming?: boolean | null;
Header?: string[] | null;
Name: string;
QuoteSymbol?: string | null;
}

§Properties

§
AllowSingleColumn?: boolean | null
[src]
§
ContainsHeader?: CsvHeaderOption | null
[src]
§
Delimiter?: string | null
[src]
§
DisableValueTrimming?: boolean | null
[src]
§
Name: string
[src]
§
QuoteSymbol?: string | null
[src]