MCPcopy Index your code
hub / github.com/adaltas/node-csv / option.escape.custom.js

File option.escape.custom.js

packages/csv-parse/samples/option.escape.custom.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`;

Callers

nothing calls this directly

Calls 1

parseFunction · 0.90

Tested by

no test coverage detected