Tijs Zwinkels
68e3a6d803
header: option for unparse - Test
8 years ago
Matt Holt
a72309fc66
Merge pull request #338 from ONE-LOGIC/master
...
char replacement if non default quoteChar
9 years ago
Simon Hilz
37c2100182
char replacement if non default quoteChar
9 years ago
Hanwiz
341b98fe4e
No Content-Range, then finish with current data!
9 years ago
Matt Holt
382956a715
Merge pull request #322 from marshall007/dynamic-columns
...
Support dynamic typing on explicitly defined columns
9 years ago
marshall007
7225d8ec79
Support dynamic typing on explicitly defined columns
9 years ago
Michael Orchard
787ac7d8f7
Add callback option for specifying delimiter.
9 years ago
Matt Holt
caf0002dfc
Merge pull request #317 from prayashm/master
...
Add custom quote character option for parsing CSV files
9 years ago
Prayash Mohapatra
adba1c0955
Add custom quote character option for parsing CSV files
9 years ago
Matt Holt
8c758484a1
Merge pull request #308 from IngloriousCoderz/master
...
Fix global behaviour in UMD module
9 years ago
IceOnFire
fbf22867bf
Fix global Papa var name
...
That was a really bad slip.
9 years ago
Matteo Antony Mistretta
b576922d57
Fix UMD ( #305 )
...
* Fix UMD
* Fix indentation
Spaces and tabs were mixed during copy&paste of external code.
9 years ago
Matt Holt
0db1928803
Merge pull request #301 from AstroAndyN/patch-1
...
Fix for complete(res, file) in parse(file, ...)
9 years ago
AstroAndyN
79154acb13
Fix for complete(res, file) in parse(file, ...)
...
Fix the "complete(res, file)" for parse(file, ...) so that "file" is not undefined in "complete". Works for the tested case, but it is not cler if this might cause problems with other "Streamed" reading modes.
9 years ago
Matt Holt
a61e4a3153
Merge pull request #281 from lschjeide/master
...
Fixes auto detecting mixed line endings
9 years ago
Matt Holt
7c468ceb35
Merge pull request #284 from dimitrimitropulos/patch-1
...
small style consistency change (typo?)
9 years ago
dimitrimitropulos
126820a753
small style consistency change (typo?)
9 years ago
Leif Schjeide
4569c6d486
Fixes auto detecting mixed line endings
9 years ago
Matt Holt
6d91309a16
Merge pull request #277 from jbzorg/master
...
Fix newline option for delimiter autodetect
9 years ago
jbzorg
cea69b4ac4
Fix newline option for delimiter autodetect
9 years ago
Matt Holt
921e25076f
Merge pull request #256 from breck7/master
...
Updated double equals to triple equals, removed whitespace at end of …
9 years ago
Breck
4ae5494901
Updated double equals to triple equals, removed whitespace at end of lines and standardized quotes.
9 years ago
Matt Holt
9183ffb2d8
Merge pull request #223 from atomx/withcredentials
...
Added with Credentials option to the config file
9 years ago
Matt Holt
48522bdb5c
Merge pull request #199 from pykiss/master
...
symetric parse and unparse
9 years ago
ommar
75cfc8cdd6
Merge pull request #2 from atomx/master
...
merging latest changes
10 years ago
ommar
7e5044a7a1
Merge pull request #1 from mholt/master
...
pulling the latest changes
10 years ago
Matthew Holt
6fe5c2b947
Patch version bump
10 years ago
Matt Holt
33a8dfcb44
Merge pull request #204 from andekande/patch-1
...
avoid division by zero
10 years ago
Braden Anderson
5f21c93bc8
Merge pull request #211 from benekastah/master
...
Using PapaParse inside a worker
10 years ago
Paul Harper
871a20db2e
Using PapaParse inside a worker
...
Fixes #188
10 years ago
Matt Holt
967fc14dd9
Merge pull request #239 from bluej100/eof
...
handle empty quoted field at EOF
10 years ago
Braden Anderson
69eeb71df6
handle empty quoted field at EOF
10 years ago
Matt Holt
79e0c70112
Merge pull request #234 from Turbo87/jsdoc
...
Replace plain comments with JSDoc comments
10 years ago
Matt Holt
016dd29adf
Merge pull request #233 from Turbo87/mocha
...
Use Mocha, PhantomJS and TravisCI for testing
10 years ago
Tobias Bieniek
212ee33f5c
test-cases: require() necessary test dependencies if running on NodeJS
10 years ago
Tobias Bieniek
678ac76479
tests: Merge test-runner.js into test-cases.js
...
Removed the second <script> tag and the need to require() something on NodeJS
10 years ago
Tobias Bieniek
06a628409a
test-cases: Conditionally disable tests if XMLHttpRequest is unavailable
...
i.e. on NodeJS
10 years ago
Tobias Bieniek
0b3a85cfad
Add TravisCI manifest
10 years ago
Tobias Bieniek
8519f07aed
tests: Support phantomjs testing
10 years ago
Tobias Bieniek
1e0d19a938
Replace plain comments with JSDoc comments
...
Some IDEs (i.e. IntelliJ/WebStorm) are able to extract and show them.
10 years ago
Tobias Bieniek
a9a981f668
test-cases: Conditionally disable custom test using File API
10 years ago
Tobias Bieniek
efafabafdb
Use "mocha" for browser tests
10 years ago
Tobias Bieniek
6048ec6e0c
Use "mocha" for node tests
10 years ago
Tobias Bieniek
3c309274a3
package.json: Extract "test-browser" and "test-node" scripts
10 years ago
Matthew Holt
15451da06b
Change RequireJS wireup - fixes #209
10 years ago
ommar
9252fade22
Added with Credentials option to the config file
10 years ago
Matthew Holt
44cb0b04b5
Range header only if streaming; fixes #196
10 years ago
Jan Hesse
40f5ebcbf2
avoid division by zero
...
if preview didn't find a row, avgFieldCount will be NaN or Infinity
10 years ago
Antonio Fernández Porrúa
bc783fd4ab
More readable (I guess)
10 years ago
Matthew Holt
1c64d5c098
Refactored chunkIndex into isFirstChunk
10 years ago