api documentation for papaparse (v4.2.0)

Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.

table of contents

  1. module papaparse
    1. boolean papaparse.WORKERS_SUPPORTED
    2. function papaparse.FileStreamer (config)
    3. function papaparse.NetworkStreamer (config)
    4. function papaparse.Parser (config)
    5. function papaparse.ParserHandle (_config)
    6. function papaparse.ReadableStreamStreamer (config)
    7. function papaparse.StringStreamer (config)
    8. function papaparse.parse (_input, _config)
    9. function papaparse.unparse (_input, _config)
    10. number papaparse.LocalChunkSize
    11. number papaparse.RemoteChunkSize
    12. object papaparse.BAD_DELIMITERS
    13. object papaparse.FileStreamer.prototype
    14. object papaparse.NetworkStreamer.prototype
    15. object papaparse.ReadableStreamStreamer.prototype
    16. object papaparse.SCRIPT_PATH
    17. object papaparse.StringStreamer.prototype
    18. string papaparse.BYTE_ORDER_MARK
    19. string papaparse.DefaultDelimiter
    20. string papaparse.RECORD_SEP
    21. string papaparse.UNIT_SEP
  2. module papaparse.FileStreamer
    1. function papaparse.FileStreamer (config)
  3. module papaparse.FileStreamer.prototype
    1. function papaparse.FileStreamer.prototype.constructor (config)
  4. module papaparse.NetworkStreamer
    1. function papaparse.NetworkStreamer (config)
  5. module papaparse.NetworkStreamer.prototype
    1. function papaparse.NetworkStreamer.prototype.constructor (config)
  6. module papaparse.ReadableStreamStreamer
    1. function papaparse.ReadableStreamStreamer (config)
  7. module papaparse.ReadableStreamStreamer.prototype
    1. function papaparse.ReadableStreamStreamer.prototype.constructor (config)
  8. module papaparse.StringStreamer
    1. function papaparse.StringStreamer (config)
  9. module papaparse.StringStreamer.prototype
    1. function papaparse.StringStreamer.prototype.constructor (config)

module papaparse

function papaparse.FileStreamer (config)

function papaparse.NetworkStreamer (config)

function papaparse.Parser (config)

function papaparse.ParserHandle (_config)

function papaparse.ReadableStreamStreamer (config)

function papaparse.StringStreamer (config)

function papaparse.parse (_input, _config)

function papaparse.unparse (_input, _config)

module papaparse.FileStreamer

function papaparse.FileStreamer (config)

module papaparse.FileStreamer.prototype

function papaparse.FileStreamer.prototype.constructor (config)

module papaparse.NetworkStreamer

function papaparse.NetworkStreamer (config)

module papaparse.NetworkStreamer.prototype

function papaparse.NetworkStreamer.prototype.constructor (config)

module papaparse.ReadableStreamStreamer

function papaparse.ReadableStreamStreamer (config)

module papaparse.ReadableStreamStreamer.prototype

function papaparse.ReadableStreamStreamer.prototype.constructor (config)

module papaparse.StringStreamer

function papaparse.StringStreamer (config)

module papaparse.StringStreamer.prototype

function papaparse.StringStreamer.prototype.constructor (config)

[ this document was created with utility2 ]