Skip to content

renadmunna/csv-file-reader-with-ajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvReader("sample.csv",function(data){ console.log(data); }); /* { col1 : [ a1, b1 ], col2 : [ a2, b2, c2 ], col3 : [ a3, b3, c3, d3 ] } */

About

This is simple ajax file reader javascript library which read data from csv (Comma Separated Values) file and return into JSON format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published