Skip to content

How to install

n4n5 edited this page Jun 12, 2021 · 3 revisions

How to use this node_modules ?

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 csv

Lengend :

  • npm stands for Node Packet Manager, it can be used to download node_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.csv can be different, just change it with the correct name of your file

Clone this wiki locally