Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function stringify
import { stringify } from "https://deno.land/std@0.133.0/encoding/csv_stringify.ts";

Parameters

data: DataItem[]

The array of objects to encode

columns: Column[]

Array of values specifying which data to include in the output

optional
options: StringifyOptions = [UNSUPPORTED]

Output formatting options

Returns

Promise<string>