Skip to content

TheFlyingPan/csv-magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-magic

Small nodejs package to easily turn csv into arrays using promises

Quickstart

const csvHandler = require('@theflyingpan/csv-magic')({columns: true});

csvHandler.toArray('./example.csv')
.then(data => console.log(data))
.catch(err => console.log(err));

Note

This package uses csv-parse, the options are the same as in their doc

About

Small nodejs package to easily turn csv into arrays using promises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors