npm papaparse 4.0.5
Papa Parse 4

latest releases: 5.5.3, 5.5.2, 5.5.1...
11 years ago

Papa Parse 4 sports a new core parser, completely rewritten from scratch, and is now the fastest CSV parser for the browser. Notable features include:

  • 5x to 10x speed boost thanks to a new parsing algorithm
  • Fast mode for even faster parsing, as long as the input has no quoted fields
  • You can now pause, resume, and abort parsing within the chunk callback
  • keepEmptyRows is replaced with skipEmptyLines. New default behavior is to keep empty lines unless you specify otherwise.
  • Comments can now start with more than a single character (like "//" instead of just "#")
  • Got rid of errors that weren't helpful; now any errors that are generated are always cause for concern
  • Bug fixes

See the docs and the blog post for more information.

Don't miss a new papaparse release

NewReleases is sending notifications on new releases.