Skip to content

edwardcrichton/jquery-csvparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

jquery-csvparser

A jQuery plugin that will parse CSV text into an array of arrays. This does not use split() or regular expressions. Instead it parses the text so that commas, newlines and escaped quotes work as expected. Different separators and quotes may be used. For example, it can be used to read tab separated values files.

To learn how to use it, see the wiki .

At some point I might add a CSV writer, so that it might be used to create csv files.

About

A jQuery plugin that will parse csv text into an array of arrays. This does not use split() or regular expressions. Instead, the text is parsed so that commas, newlines and escaped quotes work as expected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors