jsCSV
It's hard to find a data format simpler than Comma Separated Value. Despite the ubiquity of interchange formats in the wired
world (JSON, YAML, and XML should immediately come to mind), sometimes simple is better, especially when moving large quantities
of row column structured data.
jsCSV is a JavaScript library for parsing Comma Separated Value files quickly and efficiently, and creating data objects that can be queried, modified, filtered, and munged to find only the data that's useful and meaningful to your application.
Contact
Blog
Lab
Home