Skip to content

RVEmpire/uploadjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPLOAD JS

Install uploadjs through npm

include upload.js and to Convert CSV TO JSON call

$ csvToJson(filePath,options);

filePath is the loaction of file. For now the file should be local only :(

options take following input:-

   'delimiter':',',       Default value is ','
   'header':true/false,   Default value is true
   'limit':5,             Default value 'No Limit'
   'skipEmpty':true/false Default value False

For Testing

to start the application (for testing purpose only!)

$ node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published