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
364 stars 61 forks source link

CSVDownload - Writing out a # causes crash - Bug? #80

Closed jqrtr closed 3 years ago

jqrtr commented 3 years ago

I'm creating a CSVDownload and notice if any of my data has a # at the start of the string, it crashes (well, the file output stops at the # character).

See here - File terminates where it should have written out '#123456' image

If I remove the # from the string in my data generation, the file generates fully.

NOTE: Using v3.12.0

Bunlong commented 3 years ago

@jqrtr react-papaparse v3.12.1 has been released. It has been fixed. You were added in contributors list. Thank you so much!