From 1ab0ce6f91b13f2e5edf31ebe646903588a07aae Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 15 Jul 2014 22:34:15 -0600 Subject: [PATCH 1/2] Add Papa Parse Javascript CSV library --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1823b81..bc0e9b9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Data Visualization](#data-visualization) * [Editors](#editors) * Utilities + * [Files](#files) * [Functional Programming](#functional-programming) * [Date](#date) * [String](#string) @@ -175,6 +176,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [jsoneditor](https://github.com/josdejong/jsoneditor) - A web-based tool to view, edit and format JSON. +## Files +*Libraries for working with files.* + +* [Papa Parse](http://papaparse.com) - A powerful CSV library that supports parsing CSV files/strings and also exporting to CSV. + + ## Functional Programming *Functional programming libraries to extend JavaScript’s capabilities.* From 5539426a5036b71fa9656730da2e86fa2b257d31 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Thu, 17 Jul 2014 10:11:54 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc0e9b9..172716a 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart ## Files *Libraries for working with files.* -* [Papa Parse](http://papaparse.com) - A powerful CSV library that supports parsing CSV files/strings and also exporting to CSV. +* [Papa Parse](https://github.com/mholt/PapaParse) - A powerful CSV library that supports parsing CSV files/strings and also exporting to CSV. ## Functional Programming