Skip to main content
Module

std/encoding/csv.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.114.0/encoding/csv.ts";

Classes

A ParseError is returned for parsing errors. Line numbers are 1-indexed and columns are 0-indexed.

Functions

Csv parse helper to manipulate data. Provides an auto/custom mapper for columns and parse function for columns and rows.

Parse the CSV from the reader with the options provided and return string[][].

Interfaces

Parse the CSV string/buffer with the options provided.