-
Hello,
I'm having the following issue.
When I call papaparse like this:
``` javascript
Papa.parse(data.toString('utf8'), {
header: true,
skipEmptyLines: true,
complete: function(data) {…
-
The reduced testcase: https://codepen.io/dsharabin/pen/ZEzMPNp
-
Hi,
I have found papaparse to most flexible for handling parsing needs. It handles parsing of large .csv files in within the browser as well as preserves double quotes that contain commas when …
-
Hi! I am using CSVReader Click and Drag upload. I want to have a functionality to cancel uploaded file. Meaning when I click an another button I want uploaded file to be removed from CSVReader. Is the…
-
Hey @theplatapi, it looks like this repository is on v3.0.3, but npm only has v3.0.2, can you please publish the latest version?
I ask because `papaparse` is still listed in `devDependencies` in v3…
-
Hi -
Just started toying around with react-papaparse, and was trying to pass in the `preview` options into the config for papa parse like below:
```javascript
```
Unfortunately when `prev…
-
unparse() seems to use toString() to convert the contents of a column into a string, and toString() only separates array elements by comma. I wonder if join can be used more generically with an added …
-
For an example, if the CSV contains a list of categories and sub categories, the sub categories must be able to be grouped under each category (which might also be defined as a header).
Papa returns …
-
WARNING in ../node_modules/@angular-redux/store/__ivy_ngcc__/fesm2015/angular-redux-store.js
[1] Module Warning (from ../node_modules/source-map-loader/dist/cjs.js):
[1] Failed to parse source map:…
-
### Are you requesting a feature, reporting a bug or ask a question?
Bug
### What is the current behavior?
Values in the CSV are not quoted, this leads to issues when strings have line endings …