MCPcopy Create free account
hub / github.com/Keyang/node-csvtojson / MultipleRowResult

Interface MultipleRowResult

v2/rowSplit.d.ts:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 parseMultiLines(lines: Fileline[]): MultipleRowResult;
20}
21export interface MultipleRowResult {
22 rowsCells: string[][];
23 partial: string;
24}
25export interface RowSplitResult {
26 /**
27 * csv row array. ["a","b","c"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected