Skip to content

Commit c8aad4d

Browse files
committed
added instructions for running parse
1 parent f3b63e3 commit c8aad4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/parse.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// To run: cd into data folder and run node parse.js
12
const parse = require('csv-parse/lib/sync')
23
const assert = require('assert')
34
const fs = require('fs')

0 commit comments

Comments
 (0)