Skip to main content
Module

std/csv/stringify.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/std@0.223.0/csv/stringify.ts";

Functions

Write data using CSV encoding.

Type Aliases

The most essential aspect of a column is accessing the property holding the data for that column on each object in the data array. If that member is at the top level, Column can simply be a property accessor, which is either a string (if it's a plain object) or a number (if it's an array).

Column information.

An object (plain or array)

Array index or record key corresponding to a value for a data object.

Options for stringify.