Sergi Almacellas Abellana

Results 119 comments of Sergi Almacellas Abellana

I'm a little bit worried about the eval function as string specially as anyone can manipulate the string definition and then inject malicious code on the worker. This raises a...

@kkuriata did you have a link where such metadata is explained? We need to know all available options in order to implement it.

BTW you can parse the file by skipping the first row an specifing the right separator. Even probably autodetect will work in your example.

But this is only for excel or there is somebody else supporting it? I normally use [Python csv module ](https://docs.python.org/3/library/csv.html?)as reference (which is quite complete) and I do not see...

Could you name some?

Makes sense for me. It iwll be great if you can fill a PR implementing it

Note that on last commit I use the default parameter of namedtuple which is only available on python 3.7. I've created #200 which removes support for Python 3.6, this is...

I'm not sure we should implement something to fix hand-edited files. If someone edits a file and it breaks the format is normall that is not correctly parsed.

@rohanrajpal what about users running PapaParse on the browser? Do we also have a fetch implementation available on browsers?

@Elias-Graf thanks for the info. The problem is that we need to support all [maintaned versions](https://endoflife.date/nodejs) of node so until node16 is unmaintained we can not introduce features of node18.