-
When attempting to import PapaParse from a Node.js ES module, the following error is shown:
```
import { parse } from "../../node_modules/papaparse/papaparse.js";
^^^^^
SyntaxError: Named…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
The requested module '/node_modules/papaparse/papaparse.min.js?v=8573111b' does not provide an export named 'default'
SyntaxError: The requested module '/node_modules/papaparse/papaparse.min.js?v=857…
-
The latest version of @types/papaparse has a wrong definition for chunk callback signature:
```
step?(results: ParseResult, parser: Parser): void;
chunk?(results: ParseResult, parser: Par…
-
# Scenario
I'm attempting to use the `chunk` callback to obtain status updates on the parse operation for large files (similar to https://github.com/mholt/PapaParse/issues/385). I noticed that the `…
-
papaparse@4.6.3 introduces Regular Expression Denial of Service (ReDoS) security issue.
This was resolved in papaparse@5.2.0
Update dependency papaparse to version equal or higher than 5.2.0
-
Hi, I'm converting a file containing a `;` character in a cell, and the resulting CSV is broken because that's the delimiter character.
A good rule would be to wrap the text value with double quotes …
-
When loading the CSV the papaparse `dynamicTyping` seems always be set to true, and cannot be overridden:
https://github.com/ascorbic/astro-loaders/blob/main/packages/csv/src/csv-loader.ts#L55C1-L6…
-
The attribute editor includes a "fill from file" button for CSVs that automatically parses the column header to fill in the attribute names in the editor. This feature was introduced and discussed in …
-
Getting this error with genoboo add transcriptome:
```
## WARNING: 2023-06-07T07:35:24.586Z TypeError: Cannot destructure property 'genomeId' of 'Genes.findOne(...)' as it is undefined.
at ge…