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.
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'
If I remove the # from the string in my data generation, the file generates fully.
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'
If I remove the # from the string in my data generation, the file generates fully.
NOTE: Using v3.12.0