We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b63e3 commit c8aad4dCopy full SHA for c8aad4d
data/parse.js
@@ -1,3 +1,4 @@
1
+// To run: cd into data folder and run node parse.js
2
const parse = require('csv-parse/lib/sync')
3
const assert = require('assert')
4
const fs = require('fs')
0 commit comments