MCPcopy
hub / github.com/adaltas/node-csv / option.record_delimiter.array.js

File option.record_delimiter.array.js

packages/csv-parse/samples/option.record_delimiter.array.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from "node:assert";
2import { parse } from "csv-parse/sync";
3
4const data = "a,b,c&&d,e,f||h,i,j";

Callers

nothing calls this directly

Calls 1

parseFunction · 0.90

Tested by

no test coverage detected