Michele Fiordispina
3dbe4c92d1
Return null values when dealing with empty strings in dynamictyping mode
7 years ago
M. Wieschollek
be00d87147
Add option to configure escape character
...
Fixes #459
7 years ago
Sergi Almacellas Abellana
f8b27a6d82
Remove empty line not needed
7 years ago
Shane Preece
47ddf80a32
Note about testing with the right Node version ( #448 )
...
Add note about the node version used on continuous integration
7 years ago
Smit Shah
ec7653dae7
Add support for spaces between quotes and separators
...
Currently if there is an space between the quote char and the line (or
field) separator Paparse will throw and error of invalid format. This
commit removes the trailing spaces so the file is parsed correctly
Fixes #452 .
7 years ago
Sergi Almacellas Abellana
a6d377b517
Patch version bump
7 years ago
Sergi Almacellas Abellana
1faa87409a
Explain where the website is hosted
7 years ago
Sergi Almacellas Abellana
418ea803b8
Add note to ensure tests are run when contributing
7 years ago
Sergi Almacellas Abellana
a5a5b57233
Add install instructions on readme.
...
Fixes #439
7 years ago
lunatixcoder
d9c78a04ba
Allow to define an empty delimiter
7 years ago
Daniel Tebbutt
24e729d3e4
Send error message instead of whole error object ( #420 )
...
* Send error message instead of whole error object
Fixes #418
7 years ago
Sergi Almacellas Abellana
60141533d4
Patch version bump
7 years ago
Sergi Almacellas Abellana
b263e90d7f
Remove reference to babyparse on README
7 years ago
Nik Nyby
d85f57867a
Update mocha to 3.5.0 ( #411 )
8 years ago
Nic Colgrove
b5db7f08cc
Expanded error statements for malformed quoted text ( #409 )
...
* Emit error statements for malformed quoted text
Update parser to emit errors when strings do not adhere to section 2.2
and 2.3 of RFC 4180. Test cases are added to further support.
8 years ago
Sergi Almacellas Abellana
ed9ad86e67
Patch version bump
8 years ago
Sergi Almacellas Abellana
b11d0cb383
Patch version bump
8 years ago
cesare soldini
45b0de3499
Skip correctly empty lines while detecting delimiter, fixes #309 ( #404 )
...
* Skipping empty lines during guessDelimiter phase
Fixes #309
8 years ago
Sergi Almacellas Abellana
9328f4902c
Patch version bump
8 years ago
Svante
a817849947
Better recognition of node commonJS
...
resolves #391 , tested with chrome, LTS node (6.10.3) and current node (8.0.0)
8 years ago
Henri Yandell
5fa465168b
Including license statement
8 years ago
Sergi Almacellas Abellana
06aad9e130
Use tabs instead of spaces for formatting.
...
Closes #386
8 years ago
Brian Cullinan
3bf63f0af8
Update README.md (+1 squashed commit) ( #387 )
...
Squashed commits:
[5c2fa82] Update README.md
8 years ago
Sergi Almacellas Abellana
4d1e42b0ed
Patch version bump
8 years ago
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
Matthew Holt
b5dc67545b
Merge branch 'master' of github.com:mholt/papaparse
8 years ago
Matthew Holt
ad137bd3bc
Remove maintainer notice
8 years ago
Sergi Almacellas Abellana
229af70497
Add test case for headers with preceding comments
...
As described in #351
8 years ago
Sergi Almacellas Abellana
2e78d37ef1
Add default grunt task
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
Sergi Almacellas Abellana
a0500c469f
Merge pull request #335 from hanwiz/master
...
Finish with current data when no content-range
8 years ago
Prayash Mohapatra
32cc6cad64
Add Custom Quote Character to unparse ( #329 )
8 years ago
Sergi Almacellas Abellana
449972eb65
Merge pull request #318 from mickylad/delimiter-callback
...
Add callback option for specifying delimiter.
8 years ago
Sergi Almacellas Abellana
6258a6aeae
Merge pull request #346 from 12CU/header-option-for-unparse
...
Allow to unparse without headers
8 years ago
Matthew Holt
ed0f5795e4
Add author’s note to read about seeking lead maintainer
8 years ago
Tijs Zwinkels
d4641f4d62
header: option for unparse
8 years ago
Tijs Zwinkels
68e3a6d803
header: option for unparse - Test
8 years ago