react-papaparse icon indicating copy to clipboard operation
react-papaparse copied to clipboard

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.

Results 59 react-papaparse issues
Sort by recently updated
recently updated
newest added

Making Components headless to have greater control on how we can style them. Proposed change: This is an example how this can end up. All logic is extracted in hooks...

Hi, thanks for your great work, I have a problem when I upgraded from V3 to V4. I used `jsonToCSV` as a pure function in V3 and he worked fine,...

enhancement

I need to make some transformation on header, but can't get this working with transformHeader option? Got exception: DOMException: Failed to execute 'postMessage' on 'Worker': (header, index) => header could...

bug
documentation

I can't find a way to know when a file has been removed after it has been uploaded. Here is my code below (very similar to your example). For the...

I'm replicating the example for drag and drop + click upload on the readme and the `meta` field returns an empty array even when I specify `

bug

I’d like to add some custom attributes (className, data-* attributes, etc.) to the button that `CSVDownloader` renders. Is this possible?

Inspired by [this blogpost idea](https://guillim.github.io/javascript/2020/08/28/csv-encoding-detection-javascript.html) . The encoding should now be inferred if not specified in the config properties. Closes #82