Skip to content

A node package that takes an array and creates a csv.

License

Notifications You must be signed in to change notification settings

Tnings/ArrayToCsvBalanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArrayToCsvBalanced

ArrayToCsvBalanced is a very lightweight package that given an array generates a csv file in a specified directory.

Installation

Use the package manager npm to install.

npm install arraytocsvbalanced

Usage

const ArrayToCsv = require('arraytocsvbalanced');


let options = { logs:true };
ArrayToCsv.processToFile(yourArray, fileName, loadSize, installPath, options);
const ArrayToCsv = require('arraytocsvbalanced');

ArrayToCsv.processToFile([0,0,0,1,2,10,111,400,10], 'myFile', 3, './', { logs:true });

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A node package that takes an array and creates a csv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published