...
Install Modules
You need to install the csv-parse
and csv-stringify
module to be able to turn a CSV file into a data structure and later create a CSV file from that data structure.
...
Code Block | ||
---|---|---|
| ||
node script.js |
...
You need to install the csv-parse
and csv-stringify
module to be able to turn a CSV file into a data structure and later create a CSV file from that data structure.
...
Code Block | ||
---|---|---|
| ||
node script.js |