bezrodnov
|
a93c5c9806
|
Improve row skipping performance (#911) (#912)
Co-authored-by: Aleks Bezrodnov <aleksei.bezrodnov@zalando.de>
|
3 years ago |
Simon
|
4132d810ab
|
fixcolumns config works with input type object (#919)
Closes #918
|
3 years ago |
Cyril Auburtin
|
1f2c7330d5
|
Add more cases to escapeFormulae and allow to pass RegExp (#904)
|
3 years ago |
janisdd
|
23e1b47f5c
|
- fixes multi-character delimiter with quoted field issue (#879)
|
4 years ago |
Christopher Eady
|
113d561c4c
|
Update ISO_DATE regex to match full string (#872)
|
4 years ago |
Sergi Almacellas Abellana
|
ce858b3c41
|
Add docs and tests case for transformHeader with index
|
5 years ago |
John Preston
|
6f997ef4fb
|
Implement escapeFormulae option (#796)
Closes #793
|
5 years ago |
Demetris Manikas
|
4edef1b267
|
Add test to check for empty field in the begining (#790)
|
5 years ago |
Duc Tri Le
|
ae73d2a966
|
Use chunk size to determine the processed length
Fixes #736 #743
|
5 years ago |
jseter
|
47b356d6e0
|
#727 update delimiter and newline index if they are earlier than the current position before tested. (#728)
|
5 years ago |
jseter
|
7ad8dda68c
|
Address deepEqual using compare by JSON strings. (#724)
|
5 years ago |
Seito Tanaka
|
6f7e43edd3
|
Fix step callback function when skipping empty lines (#714)
Fixes #672
|
5 years ago |
Grace D'Mello
|
94d7bf939a
|
Fix CSV parsing issue when first cell is empty (#707)
Closes #706
|
5 years ago |
Puzzles
|
80a1044f1b
|
Implement quotes config optionally as function (#703)
|
5 years ago |
Seito Tanaka
|
874161a23d
|
Fix misplaced quotes parsing (#702)
Closes #699
|
5 years ago |
David Boskovic
|
d5e2fae859
|
Resolve parsing issue when first field is empty and unquoted (#696)
|
6 years ago |
haxxxton
|
76dc5a6d7f
|
Maintain precision on big numbers (>2^53 || <-2^53) when dynamicTyping is on (#694)
|
6 years ago |
morance
|
792641e36b
|
Modified the GuessDelimiter function (#687)
|
6 years ago |
konuch
|
96313a4356
|
Handle delimiter guessing, when not all of the fields are quoted (#665)
|
6 years ago |
Varun Sharma
|
f2930716d0
|
BugFix #636 Pause and resume (In a quick succession) gets you lot of exceptions and an infinite loop (#637)
|
6 years ago |
Ledion Bitincka
|
a627547d87
|
Add ability to support escapeChar on unparse (#631)
|
6 years ago |
janisdd
|
941033094a
|
Allow to specify the columns used for unparse (#632)
|
6 years ago |
Jonathan Grimes
|
265e09c67a
|
Ensure data is correctly parsed with header: true (#621)
Fixes #619
|
6 years ago |
Sergi Almacellas Abellana
|
0e7f50be0a
|
Include delimiter to guess tests on custom tests
|
6 years ago |
Sergi Almacellas Abellana
|
757b1bf6e0
|
Add DelimitersToGuess config option (#555)
|
6 years ago |
Sergi Almacellas Abellana
|
dc16b88e5e
|
Do not pass an array of array when using step and worker
Closes #613
|
6 years ago |
Sergi Almacellas Abellana
|
f6b1b36c3f
|
Correctly guess deliminter when mixed with commas
Closes #592
|
6 years ago |
Chris Zubak-Skees
|
9a541b1e56
|
Consistently apply regex escaping to quoteChar (#602)
|
6 years ago |
Sergi Almacellas Abellana
|
ae982483cb
|
Improve transform function docs and tests. Fixes #601
|
6 years ago |
Jonathan Grimes
|
296c89049b
|
cleanup remnants of phantomjs
|
6 years ago |
Jonathan Grimes
|
4ecae0b5bb
|
Support workers from inline-blobs
Simplify worker to just use inline-blob
|
6 years ago |
Sergi Almacellas Abellana
|
ded2feb4f2
|
Update file test case to do not filter response data
Now a single row is returned on the step function
|
6 years ago |
Jacopo Farina
|
9a4a00a1ee
|
Move to mocha-headless-chrome for running tests
Additionally, upgrade mocha.
|
6 years ago |
Sergi Almacellas Abellana
|
a7eb6343be
|
Return unique row as data on step function (#500)
|
6 years ago |
João Sardinha
|
c95db1f64c
|
Allow transforming header columns (#589)
* Deprecate trimHeaders: The same result can be achieved by using transformHeader parameter.
|
6 years ago |
Jay L
|
fff1ee1be6
|
Fixes unparsing using 'skipEmptyLines' = 'greedy' when using headers (#569)
|
6 years ago |
Jay L
|
edc0469a92
|
adding chai as an npm devDependency (#577)
Resolves #576
|
6 years ago |
Jay L
|
953dd9873c
|
Use 'greedy' skipEmptyLines in unparse (#554)
Resolves #553
|
7 years ago |
Jay L
|
8e16bfa703
|
Add Option to skip lines with no content (#544)
|
7 years ago |
Jaymes Lauser
|
9bc872a2b8
|
Fix linebreak problem in headers (#542)
|
7 years ago |
Adi Roiban
|
1e9daa0d4f
|
Allow multi-characters delimiter whe unparsing (#519)
|
7 years ago |
Adi Roiban
|
6ef8865a7c
|
Forward the exit code from phantom to the npm script. (#523)
|
7 years ago |
Sergi Almacellas Abellana
|
0b3f29c353
|
Remove non needed test cases
|
7 years ago |
Barrie Treloar
|
161466f239
|
Correctly parse line ending with quoted field when field of next line is
empty
Closes #514
|
7 years ago |
Sergi Almacellas Abellana
|
e5aeed6cbd
|
Use more verbose test description
|
7 years ago |
jeff
|
757dc37915
|
Dates serialize to ISO format. ISO date string deserialize to Dates when `dynamicTyping` is true.
|
7 years ago |
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 |
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 |