1
1
<p align =" center " ><strong >✓ NOTICE: For a more modern take on CSV parsing, check out the <a href =" https://github.com/vanillaes/csv-es " >CSV-ES</a > project ✓</strong ></p >
2
2
3
- [ ![ GitHub Releases] ( https://img.shields.io/github/release/typeiii /jquery-csv.svg )] ( https://github.com/typeiii /jquery-csv/releases )
3
+ [ ![ GitHub Releases] ( https://img.shields.io/github/release/evanplaice /jquery-csv.svg )] ( https://github.com/evanplaice /jquery-csv/releases )
4
4
[ ![ NPM Release] ( https://img.shields.io/npm/v/jquery-csv.svg )] ( https://www.npmjs.com/package/jquery-csv )
5
- [ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/typeiii /jquery-csv/master/LICENSE )
6
- [ ![ Latest Status] ( https://github.com/typeiii /jquery-csv/workflows/Latest/badge.svg )] ( https://github.com/typeiii /jquery-csv/actions )
7
- [ ![ Release Status] ( https://github.com/typeiii /jquery-csv/workflows/Release/badge.svg )] ( https://github.com/typeiii /jquery-csv/actions )
5
+ [ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/evanplaice /jquery-csv/master/LICENSE )
6
+ [ ![ Latest Status] ( https://github.com/evanplaice /jquery-csv/workflows/Latest/badge.svg )] ( https://github.com/evanplaice /jquery-csv/actions )
7
+ [ ![ Release Status] ( https://github.com/evanplaice /jquery-csv/workflows/Release/badge.svg )] ( https://github.com/evanplaice /jquery-csv/actions )
8
8
9
9
# Introduction
10
10
@@ -115,35 +115,35 @@ Instead of the typical useless contrived example code, I have provided a handful
115
115
116
116
Want to play with the parser and maybe validate your CSV data without all the frills? No need to download the source first, there's a demo for that...
117
117
118
- [ jQuery-CSV - toArray()] ( http://typeiii .github.io/jquery-csv/examples/to-array.html )
118
+ [ jQuery-CSV - toArray()] ( http://evanplaice .github.io/jquery-csv/examples/to-array.html )
119
119
120
- [ jQuery-CSV - toArrays()] ( http://typeiii .github.io/jquery-csv/examples/to-arrays.html )
120
+ [ jQuery-CSV - toArrays()] ( http://evanplaice .github.io/jquery-csv/examples/to-arrays.html )
121
121
122
- [ jQuery-CSV - fromArrays()] ( http://typeiii .github.io/jquery-csv/examples/from-arrays.html )
122
+ [ jQuery-CSV - fromArrays()] ( http://evanplaice .github.io/jquery-csv/examples/from-arrays.html )
123
123
124
- [ jQuery-CSV - toObjects()] ( http://typeiii .github.io/jquery-csv/examples/to-objects.html )
124
+ [ jQuery-CSV - toObjects()] ( http://evanplaice .github.io/jquery-csv/examples/to-objects.html )
125
125
126
- [ jQuery-CSV - fromObjects()] ( http://typeiii .github.io/jquery-csv/examples/from-objects.html )
126
+ [ jQuery-CSV - fromObjects()] ( http://evanplaice .github.io/jquery-csv/examples/from-objects.html )
127
127
128
128
## Node.js ESM (EcmaScript Module) Import
129
129
130
130
Here's how to import jQuery-CSV as am ECMAScript module Node.js:
131
131
132
- [ jQuery-CSV - ESM Import Demonstration] ( http://typeiii .github.io/jquery-csv/examples/snippets/esm-usage.js )
132
+ [ jQuery-CSV - ESM Import Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/snippets/esm-usage.js )
133
133
134
134
## Node.js CJS (CommonJS Module) Import
135
135
136
136
Here's how to import jQuery-CSV as CommonJS module Node.js:
137
137
138
- [ jQuery-CSV - CJS Import Demonstration] ( http://typeiii .github.io/jquery-csv/examples/snippets/node-usage.js )
138
+ [ jQuery-CSV - CJS Import Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/snippets/node-usage.js )
139
139
140
140
## Client-Side File Handling
141
141
142
142
Yes, you read that right. It's now possible to open local files in the browser without firing a single request to the server.
143
143
144
144
The functionality is still pretty new so not all browsers support it (I'm looking @ you IE). If that's not an issue I highly suggest you try it. It's much easier than the traditional client/server approach.
145
145
146
- [ jQuery-CSV - File Handling Demonstration] ( http://typeiii .github.io/jquery-csv/examples/file-handling.html )
146
+ [ jQuery-CSV - File Handling Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/file-handling.html )
147
147
148
148
## jQuery-CSV + Flot
149
149
@@ -153,7 +153,7 @@ You can input the data set using either the text area provided or via uploading
153
153
154
154
Want to plot 5 data sets on the same grid, no problem; Just upload 5 files containing one dataset each. The jQuery-CSV will handle the plumbing while Flot will make it all look pretty.
155
155
156
- [ jQuery-CSV - Flot Demonstration] ( http://typeiii .github.io/jquery-csv/examples/flot.html )
156
+ [ jQuery-CSV - Flot Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/flot.html )
157
157
158
158
## jQuery-CSV + Google Visualization API
159
159
@@ -163,6 +163,6 @@ Don't want to draw a line graph, no problem you can tap into the massive collect
163
163
164
164
Warning: You may experience multiple spontaneous 'oh my got that's soo awesome' fits of excitement. Maybe even get stoked. Happens to the best us...
165
165
166
- [ jQuery-CSV - Google Visualization API Demonstration] ( http://typeiii .github.io/jquery-csv/examples/google-visualization.html )
166
+ [ jQuery-CSV - Google Visualization API Demonstration] ( http://evanplaice .github.io/jquery-csv/examples/google-visualization.html )
167
167
168
168
** jQuery-CSV** coding style is inherited from the [ JQuery Core Style Guidelines] ( https://contribute.jquery.org/style-guide/ )
0 commit comments