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

CSVOutput

import type { CSVOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";
interface CSVOutput {
FieldDelimiter?: string | null;
QuoteCharacter?: string | null;
QuoteEscapeCharacter?: string | null;
QuoteFields?: QuoteFields | null;
RecordDelimiter?: string | null;
}

§Properties

§
FieldDelimiter?: string | null
[src]
§
QuoteCharacter?: string | null
[src]
§
QuoteEscapeCharacter?: string | null
[src]
§
QuoteFields?: QuoteFields | null
[src]
§
RecordDelimiter?: string | null
[src]