237 Commits (a93c5c9806f15df120c563ff4fcdcc84c01784b3)

Author SHA1 Message Date
bezrodnov a93c5c9806
Improve row skipping performance (#911) (#912) 3 years ago
Simon 4132d810ab
fixcolumns config works with input type object (#919) 3 years ago
chafi9-code 8dba33e0c5
Set empty string to config.quotechar when it's value is null (#925) 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
Sergi Almacellas Abellana eaeb01a1ea Minor version bump 4 years ago
Christopher Eady 113d561c4c
Update ISO_DATE regex to match full string (#872) 4 years ago
Connor Smith 95e4de8cf5
Include lowercase and uppercase om float regex (#863) 4 years ago
Mikhail Sidorov 0e0b785df3
Drop redundant getNextUnquotedDelimiter function (#852) 4 years ago
Jimmy Wärting 7fc65f3164
Remove ObjectKeys function (#842) 4 years ago
Sergi Almacellas Abellana 5747da6c99 Minor version bump 4 years ago
James Furey 018f5dfe41
Add index argument to transformHeader (#807) 5 years ago
John Preston 6f997ef4fb
Implement escapeFormulae option (#796) 5 years ago
Sergi Almacellas Abellana 4b192deef1 Minor version bump 5 years ago
Sergi Almacellas Abellana 235a12758c
Avoid ReDOS on float dynamic typing (#779) 5 years ago
DanzelTaccayan e934deb1f6
Support POST method when download is true 5 years ago
Varun Sharma 7ec146cbc4
Using self instead of this to preserve binding. (#769) 5 years ago
Sergi Almacellas Abellana 3497ded575 Patch version bump 5 years ago
Duc Tri Le ae73d2a966 Use chunk size to determine the processed length 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
jseter e536351e7a Refactor substr calls to substring calls. (#725) 5 years ago
jseter e0b474dc38 Correct small typo (#723) 5 years ago
Seito Tanaka 6f7e43edd3 Fix step callback function when skipping empty lines (#714) 5 years ago
Sergi Almacellas Abellana 5219809f1d Minor version bump 5 years ago
Jacky Jiang 9b54b11fe2 Fix Range Header processing logic for NetworkStreamer (#709) 5 years ago
Grace D'Mello 94d7bf939a Fix CSV parsing issue when first cell is empty (#707) 5 years ago
Puzzles 80a1044f1b Implement quotes config optionally as function (#703) 5 years ago
Seito Tanaka 874161a23d Fix misplaced quotes parsing (#702) 5 years ago
Sergi Almacellas Abellana 788631f4db Patch version bump 6 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
Sergi Almacellas Abellana 408823330b Patch version bump 6 years ago
morance 792641e36b Modified the GuessDelimiter function (#687) 6 years ago
Sergi Almacellas Abellana 1f43cb8f01 Major version bump 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) 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 6 years ago
Sergi Almacellas Abellana f6b1b36c3f Correctly guess deliminter when mixed with commas 6 years ago
Chris Zubak-Skees 9a541b1e56 Consistently apply regex escaping to quoteChar (#602) 6 years ago
Sergi Almacellas Abellana bac638610d Beta version bump 6 years ago
Sergi Almacellas Abellana 46160eed95 Remove Array.isArray() polyfill 6 years ago
Jonathan Grimes 4ecae0b5bb Support workers from inline-blobs 6 years ago
Leo Anthias 6672789905 Remove If-None-Match header. Fixes #595 (#596) 6 years ago
Sergi Almacellas Abellana a0026683f7 Return data directly on NodeStream as step function now returns a single row 6 years ago
Sergi Almacellas Abellana a7eb6343be
Return unique row as data on step function (#500) 6 years ago