Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 535 Bytes

File metadata and controls

10 lines (7 loc) · 535 Bytes

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.