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
363 stars 60 forks source link

parsing error in CSVDownloader #126

Open hussamkhatib opened 2 years ago

hussamkhatib commented 2 years ago

this example does not display data in proper format. As it shows all the data in column 1. I got it working by removing the delimiter option.