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

CsvOutputOptions

import type { CsvOutputOptions } from "https://aws-api.deno.dev/v0.3/services/databrew.ts?docs=full";

Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.

interface CsvOutputOptions {
Delimiter?: string | null;
}

§Properties

§
Delimiter?: string | null
[src]

A single character that specifies the delimiter used to create CSV job output.