Eric Fossas
cbe39f630d
Add config option to transform values before dinamic typing ( #505 )
7 years ago
Mauricio Villalobos
f1f674a8cb
Add row counter accurate row reporting on errors with chunked parsing ( #509 )
7 years ago
Gabe Gorelick
2f1eb8c4a4
Drop Node v4 and add v10 ( #498 )
...
v4 reached end of life on 2018-04-30. v10 was released recently.
7 years ago
Trevor Harwell
392408edcc
Add support for node-style streaming ( #494 )
7 years ago
Eric Fossas
739476ecdf
Ignore lines with comments when guessing delimiter ( #503 )
7 years ago
Eric Fossas
9aa4b01a67
Do not convert null primitive into object when copying it ( #504 )
7 years ago
Ville Hytönen
9155dd5b74
Add header to config in unparse in player.js.
7 years ago
Sergi Almacellas Abellana
30f8a39701
Load mocha as first script on test scenario
...
Also remove uneeded jQuery import
Fixes #493
7 years ago
Sergi Almacellas Abellana
ce4cc56cf5
Minor version bump
7 years ago
Sergi Almacellas Abellana
23ad635304
Improve test name and ensure data is not trimmed when trimHeaders is set
7 years ago
Steve Fisher
cb68215f70
Add option to trim whitespace from headers ( #491 )
...
Allow developers to trim leading/trailing spaces from headers
7 years ago
Trevor Harwell
748b663d44
Fix async pause/resume with ReadableStreamStreamer ( #490 )
...
* Fix bug where pausing and resuming asynchronously caused the csv file to be parsed incorrectly
7 years ago
Gabe Gorelick
6c3cdc2130
Enable more linting rules ( #486 )
7 years ago
Gabe Gorelick
90da3be5fb
Pass full error object on stream errors
...
Fixes #472
7 years ago
Gabe Gorelick
dfc5b7c421
Rework #166 .
7 years ago
Braden Anderson
86c37d6108
remove references to streamer._paused and fix fake chunk callbacks
7 years ago
Gabe Gorelick
63c85ac70c
Upgrade phantomjs ( #484 )
7 years ago
Sergi Almacellas Abellana
1c12fcee06
Update grunt-contrib-ugligy configuration to preserve comments
...
The preseverComments option has been deprecated from version 2.x
7 years ago
Gabe Gorelick
99c6f4d16e
Upgrade grunt and grunt-contrib-uglify
7 years ago
Gabe Gorelick
996d22a677
Upgrade chai to v4.1.2 ( #482 )
7 years ago
Gabe Gorelick
890bc3f5e5
Ignore yarn.lock ( #480 )
...
Similar to #476 . It allows developers to use yarn to manage their dependencies if they want.
7 years ago
Gabe Gorelick
f32186aa6e
Add eslint ( #477 )
7 years ago
Gabe Gorelick
802ab31eb9
Ignore package-lock.json ( #476 )
7 years ago
Gabe Gorelick
0528bd6929
Remove support for node 0.12 ( #478 )
...
Node.js version 0.12 reached end-of-life on 2016-12-31.
7 years ago
Jumpei Ogawa
be7e72cfd4
Add currently supported Node.js versions as test target ( #471 )
7 years ago
Sergi Almacellas Abellana
da4c62d61d
Use proper syntax for license field on package.json
...
As explained on https://docs.npmjs.com/files/package.json#license the
licenses field is no more supported
7 years ago
Sergi Almacellas Abellana
ce6908745c
Remove tryParseFloat function
...
Since 3dbe4c92
, this function does not only try to convert float values
but also converts empty string as null. Indeed its better to join this
functionality on the existing parseDynamic function which manages the
typing of all fields.
7 years ago
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