-
Would love to get your feedback on my wishlist for Papaparse. We're going to dedicate some time for the team @ Flatfile before the end of year to move anything on this list we're agreed on to a next r…
-
Hi,
Can you update papaparse package to lastest release ?
Thanks.
-
-
```
11:23:00.516 [error] [nitro] RollupError: Expected ',', got 'undefined' in /opt/buildhome/repo/node_modules/papaparse/papaparse.js
11:23:00.516
11:23:00.516
11:23:00.516 50: var URL = gl…
-
### What OS?
- Mac
### Description
When working with a file that has cells with leading or trailing spaces, quotes are always added to those cells, ignoring the values of the related settings…
-
Hi, I'm using PapaParse.unparse to create a csv file. My usage is:
```
return unparse({
data: [], // array of values
fields: [] // array of string values
}, {
quotes: true
})
```
This work…
-
I have published a [separate package](https://www.npmjs.com/package/papaparse-min) that only contains the minified JavaScript file. That is, without any unnecessary files such as documentation and uni…
-
While upgrading to Angular 10, using PapaParse gives following warning message - WARNING in C:\parser.component.ts depends on papaparse. CommonJS or AMD dependencies can cause optimization bailouts.
…
-
Hello, I use 'papaparse-min' module in NextJS TypeScript app.
Upon running type check npx tsc I get
`Could not find a declaration file for module 'papaparse-min'. '/Users/david/Documents/github/w…
-
Using 5.4.1 (or you can view in the demo page). When setting { header: true } in the config and having duplicate headers in your data, the headers are renamed correctly but the renamedHeaders meta are…