Nate McMaster
4c54129036
Add async parse tests
11 years ago
Matthew Holt
2363257607
Only free memory if streaming or chunking ( fixes #74 )
11 years ago
Matthew Holt
fe958993b9
Clarifying chunk is undefined by default
11 years ago
Matthew Holt
cd10f50f7c
Player utility now supports latest features
11 years ago
Matthew Holt
2b9a6417d6
Chunk-level callbacks implemented and customizable chunk sizes ( closes #66 )
11 years ago
Matthew Holt
0fb8537e06
Implemented keepEmptyRows ( closes #71 )
11 years ago
Matthew Holt
bfdf5a1828
Adding test cases for keepEmptyRows
11 years ago
Matthew Holt
74949458df
Fixes for the test runner
11 years ago
Matt Holt
85479820d9
Merge pull request #70 from jscheid/per-column-quotes
...
Add support for per-column quoting in Papa.unparse
11 years ago
Julian Scheid
13abd07100
Fix quotes value for per-column quoting tests
11 years ago
Julian Scheid
4bca11c331
Pass column to safe() for header line, too
11 years ago
Julian Scheid
8290894765
Add support for per-column quoting in Papa.unparse
11 years ago
Matthew Holt
f299cf6ba2
Added some tests for unparse; preparation for #70
11 years ago
Matthew Holt
346d4aeb56
Minor worker-related sanity check over script path
11 years ago
Matthew Holt
e29134423e
Fix for special case of quotes around delimiter in quoted field ( fixes #67 )
11 years ago
Matthew Holt
51a43ea648
Quick fix in file streamer
11 years ago
Matthew Holt
1fe3c46993
Merging 3.0 into master
11 years ago
Matthew Holt
f5eab684ec
Let's stamp version 3.0 on it and see what happens
11 years ago
Matt Holt
7ad465efa3
Merge pull request #51 from runejuhl/master
...
Support for comments in CSV input.
11 years ago
Matthew Holt
beb80a9a69
Exposing some internal functions for testing purposes
11 years ago
Matthew Holt
f6635677be
Returning fields in meta when header: true
11 years ago
Matthew Holt
311caa2f52
Complete callback only executed once after all files
11 years ago
Matthew Holt
0400748b69
Fix for network streaming in Chrome and other improvements
11 years ago
Matthew Holt
919a5ad255
Numerous improvements and significant bug fixes
11 years ago
Matthew Holt
bb3a078fdb
Rephrased some readme stuff
11 years ago
Matthew Holt
5479c9fe77
Fixed a couple mistakes in the player utility
11 years ago
Matthew Holt
145b2eb570
Fixed syntax error (oops)
11 years ago
Matthew Holt
e4c9cd57b0
Tweaked the parse player
11 years ago
Matthew Holt
e3d33a6678
Bug fixes and performance improvements
11 years ago
Matthew Holt
cee3115edb
Version 3 now working; added player and tests
11 years ago
Matt Holt
d9a02888a8
Merge pull request #59 from badosu/master
...
Support webkitSlice if slice is not available
11 years ago
Amadeus Folego
b5a4ece298
Support webkitSlice if slice is not available
11 years ago
Matt Holt
461469c8f2
Merge pull request #57 from kramsee/master
...
Fix bug in guessDelimiter()
11 years ago
Eugen Geisler
6ea06d4a6f
Fix bug in guessDelimiter()
...
While looping through the set of delimiters fieldCountPrevRow wasn't reseted. That led to some problems because fieldCountPrevRow was handed over between the runs.
11 years ago
Matthew Holt
ca3095ff8d
Removing files we're not ready for yet
11 years ago
Matthew Holt
42d707fe4a
Core parser for 3.0 rewrite complete with all new tests
11 years ago
Rune Juhl Jacobsen
95d4fda830
Support for comments in CSV input. Configurable by setting config.commentChar to either a string, true (in which case it defaults to using "#") or false.
11 years ago
Matthew Holt
d3ab5a617f
Experimenting with gittip link
11 years ago
Matthew Holt
7ee167d675
Fix for streaming large files
11 years ago
Matthew Holt
774ed83467
Bug fix for classic mac CSV files; closes #43
11 years ago
Matthew Holt
0dac71ba0a
Removed dead code; attempting fix for classic Mac text files
11 years ago
Matthew Holt
0c21e24ef6
I'm pretty sure comparing a string to a number was not my original intent ( closes #44 )
11 years ago
Matthew Holt
3af3efcddf
Updated manifest
11 years ago
Matthew Holt
ea3e1d13e4
Minified with typo fix
11 years ago
Matt
25075aa669
Merge pull request #41 from cKlee/master
...
typo dimiter -> delimiter
11 years ago
Carsten Klee
940260a342
typo dimiter -> delimiter
11 years ago
Matthew Holt
200bc103e7
Updated tests with meta field
11 years ago
Matthew Holt
7cf15d9b7e
Now returning meta object with the delimiter
11 years ago
Matthew Holt
b10692acdb
Version 2.1 supports reading files with encodings other than UTF-8
11 years ago
Matt
31d7f92027
Merge pull request #37 from adamlc/master
...
Fixed issue when using with Ember.js
11 years ago