-
Notifications
You must be signed in to change notification settings - Fork 0
How to install
n4n5 edited this page Jun 12, 2021
·
3 revisions
First have Node installed. If it's isn't the case, you can download it on the official website
Then install my node_module with
npm install csvLengend :
npmstands forNode Packet Manager, it can be used to downloadnode_modules
Then if you want to use it, you can for example copy and paste this code :
const converter = require("csv")
const result = await converter("myfile.csv", )Lengend :
- the name
myfile.csvcan be different, just change it with the correct name of your file