41 Commits (caf0002dfc5b7c6eff378a46e12290760c45898b)

Author SHA1 Message Date
Prayash Mohapatra adba1c0955 Add custom quote character option for parsing CSV files 9 years ago
Leif Schjeide 4569c6d486 Fixes auto detecting mixed line endings 9 years ago
Paul Harper 871a20db2e Using PapaParse inside a worker 10 years ago
Braden Anderson 69eeb71df6 handle empty quoted field at EOF 10 years ago
Tobias Bieniek 212ee33f5c test-cases: require() necessary test dependencies if running on NodeJS 10 years ago
Tobias Bieniek 678ac76479 tests: Merge test-runner.js into test-cases.js 10 years ago
Tobias Bieniek 06a628409a test-cases: Conditionally disable tests if XMLHttpRequest is unavailable 10 years ago
Tobias Bieniek a9a981f668 test-cases: Conditionally disable custom test using File API 10 years ago
Matthew Holt 1c64d5c098 Refactored chunkIndex into isFirstChunk 10 years ago
Braden Anderson b18bb8c888 beforeFirstChunk callback, fixes #186 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
Matthew Holt 8f3f41b7c7 Allow multiple-char delimiters (closes #160) 10 years ago
Matthew Holt 22d321095c Cleanup and various minor fixes galore! (#136 and #138) 10 years ago
Braden Anderson 57a7349c41 more refactoring: StringStreamer 10 years ago
Matthew Holt 4ce1458df2 Fixed a couple test cases 10 years ago
Braden Anderson 889b30cfaf allow aborting workers 10 years ago
Braden Anderson 089d188084 use parser to find last row end in chunks 10 years ago
Braden Anderson be2c65385c provide current cursor to step callback 10 years ago
Matthew Holt b1f12aef39 Strict equals in tight loop; added test case 10 years ago
Matthew Holt f1eeb6f1ae Fixed #121, simplified quote handling logic (yay) 10 years ago
Matthew Holt 2afb936a7d Fix #115 10 years ago
Matthew Holt a126dd250e Minor fix for some quotes; new test cases 10 years ago
Matthew Holt e31c231dd7 Test cases for fast mode; preview fix 10 years ago
Matthew Holt 3ea908439f Rewrote core parser; speed improvements, more tests, bug fixes 10 years ago
Matthew Holt 2caa971ef6 Convert "TRUE"/"FALSE" to boolean with dynamicTyping; fixes #108 10 years ago
Paul e65315e8b2 Allow tests to be run from subdirectories 10 years ago
Matthew Holt 423e02c923 Handling extra fields with header row appropriately (fixes #83) 11 years ago
Matthew Holt a6d53dc218 Fixed tests related to default delimiter 11 years ago
Matthew Holt e4ed3b54ac Preview count now adds 1 if using header row (fixes #77) 11 years ago
Vinicius Horewicz 6d21cbc11a Treat JSON null as empty value 11 years ago
Nate McMaster 4c54129036 Add async parse tests 11 years ago
Matthew Holt bfdf5a1828 Adding test cases for keepEmptyRows 11 years ago
Julian Scheid 13abd07100 Fix quotes value for per-column quoting tests 11 years ago
Matthew Holt f299cf6ba2 Added some tests for unparse; preparation for #70 11 years ago
Matthew Holt e29134423e Fix for special case of quotes around delimiter in quoted field (fixes #67) 11 years ago
Matthew Holt f5eab684ec Let's stamp version 3.0 on it and see what happens 11 years ago
Matthew Holt cee3115edb Version 3 now working; added player and tests 11 years ago
Matthew Holt 42d707fe4a Core parser for 3.0 rewrite complete with all new tests 11 years ago
Matthew Holt 0dac71ba0a Removed dead code; attempting fix for classic Mac text files 11 years ago
Matthew Holt 200bc103e7 Updated tests with meta field 11 years ago
Matthew Holt df15814a38 Now auto-detecting ASCII 30 and ASCII 31 char delimiters 11 years ago
Matthew Holt 2194d2d76b Fix for empty first line of input (closes #30) 11 years ago
Matthew Holt ee1091e88f New feature to auto-detect the delimiter if none is specified (closes #11) 11 years ago
Matthew Holt 0ededd7fe2 Line endings now considered to be \n, \r, \r\n, or \n\r 11 years ago
Matthew Holt 5635cc83fe Errors now keyed by row; closes #9. 11 years ago
Matthew Holt 89b570ba46 Fix for floats regex and more thorough test for it 11 years ago
Bill Burke aed7f11168 Added more testing for negative numbers with white space 11 years ago