Skip to main content
Module

std/encoding/csv/_io.ts>readRecord

Deno standard library
Go to Latest
function readRecord
import { readRecord } from "https://deno.land/std@0.145.0/encoding/csv/_io.ts";

Parameters

startLine: number
reader: LineReader
optional
opt: ReadOptions = [UNSUPPORTED]

Returns

Promise<string[] | null>