renadmunna / csv-file-reader-with-ajax

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 70.8%Language:HTML 29.2%