Skip to main content
Deno 2 is finally 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.135.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>