Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
365 stars 61 forks source link

improvement: passes back uploaded file data on complete #16

Closed timtutt closed 4 years ago

timtutt commented 4 years ago

it can be useful to have the file information context upon successful parsing. this update passes that data base through the onDrop and onFileLoad functions

Bunlong commented 4 years ago

@timtutt The pull request is merged. Thanks for you contributions.