Sergi Almacellas Abellana
0353c413e1
Do not store functions on config as it breaks using async workers
8 years ago
Sergi Almacellas Abellana
8aa60114d5
Use isFunction instead of directly testing the type the object
8 years ago
Sergi Almacellas Abellana
0b15110e5a
Patch version bump
8 years ago
Sergi Almacellas Abellana
b04fc00d0d
Test if dynamictype cache values are undefined instead of false.
...
Otherwise the false values are ignored from the cache.
8 years ago
Sergi Almacellas Abellana
e17d5c4411
Minor version bump
8 years ago
Sergi Almacellas Abellana
242e7ef0d9
Remove uneeded debugger
8 years ago
Sergi Almacellas Abellana
04efec0d61
Simplify dyanmicTypingConfig and add cache for DynmicTypingFunction
8 years ago
vyrak bunleang
f8255fdf51
add ability to configure which columns are dynamically typed
8 years ago
Jim Wright
8383fb4290
Add support for download xhr headers ( #375 )
8 years ago
Sergi Almacellas Abellana
fd6431e385
Minor version bump
8 years ago
Martin Blom
03eaf76ed5
Add support for Node Streams ( #370 )
...
* Node Readable Stream support.
* Updated README with info regarding the Node support.
* Added a simple test for Node Readable Stream parsing.
8 years ago
Sergi Almacellas Abellana
35e62c1b7a
Patch version bump
8 years ago
Sergi Almacellas Abellana
ff398191f2
Return an empty object when failing to determine global scope.
8 years ago
sandstrom
6297e4ec00
Determine global scope without using eval
8 years ago
Sergi Almacellas Abellana
4fb911d9e3
Patch version bump
8 years ago
Prayash Mohapatra
32cc6cad64
Add Custom Quote Character to unparse ( #329 )
8 years ago
Tijs Zwinkels
d4641f4d62
header: option for unparse
8 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
marshall007
7225d8ec79
Support dynamic typing on explicitly defined columns
9 years ago
Michael Orchard
787ac7d8f7
Add callback option for specifying delimiter.
9 years ago
Prayash Mohapatra
adba1c0955
Add custom quote character option for parsing CSV files
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
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
dimitrimitropulos
126820a753
small style consistency change (typo?)
9 years ago
Leif Schjeide
4569c6d486
Fixes auto detecting mixed line endings
9 years ago
jbzorg
cea69b4ac4
Fix newline option for delimiter autodetect
9 years ago
Breck
4ae5494901
Updated double equals to triple equals, removed whitespace at end of lines and standardized quotes.
9 years ago
Matthew Holt
6fe5c2b947
Patch version bump
10 years ago
Paul Harper
871a20db2e
Using PapaParse inside a worker
...
Fixes #188
10 years ago
Braden Anderson
69eeb71df6
handle empty quoted field at EOF
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
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
Braden Anderson
b18bb8c888
beforeFirstChunk callback, fixes #186
10 years ago
Matthew Holt
04003739ad
Minor version bump, 4.1.1
10 years ago
antonio
6fcba4dc38
symetric parse and unparse
10 years ago
Mariano Carballal
0be4b502f0
Issue#8 Fix complete results with partial results
10 years ago
John MacAslan
77c3e6162f
updated tests to check complete is called after aborted
10 years ago
Braden Anderson
b038e4799e
read files in a single chunk for complete results ( #179 )
10 years ago
John MacAslan
208b229a3a
fixed support for aborting parsing
10 years ago
Matthew Holt
4efe5b68f9
Dynamic typing converts "TRUE" and "FALSE" to boolean
10 years ago
Rob Dupuis
ec4c72e5bf
Do not set IS_WORKER when PapaParse is loaded as a node module
...
The existing check, that there was no global.document, incorrectly identified PapaParse as running in a web worker when loaded by node. Checking for the availability of the postMessage() method (which we rely on already) fixes this, whilst not exposing us to any more of the WebWorker API.
10 years ago
Rob Dupuis
2d5c591d80
Add support for node module exports format
...
Backported from BabyParse
10 years ago
Rob Dupuis
ee17e59c43
Do not assign Papa to the global namespace if loaded with RequireJS
10 years ago