Skip to content

Conversation

@peteruithoven
Copy link
Contributor

@peteruithoven peteruithoven commented Nov 23, 2022

Strip a character that's added in utf-8 BOM encoded files, fixing parsing issues.

Fixes: #840
Possibly also fixes: #917

@pokoli pokoli merged commit aa00468 into mholt:master Nov 25, 2022
@OldDriverPickMeUp
Copy link

OldDriverPickMeUp commented Jan 27, 2023

Hey, guys. I need a release for this issue.

Currently, the latetst version is 5.3.2 and this version will have the bom header issue. And i can now fix it by simply install a new version via npm or yarn.

@rogerweb
Copy link

rogerweb commented Mar 6, 2023

Hi,

It seems this fix doesn't apply to a Node.js readable stream, right?

@fhenri
Copy link

fhenri commented Jul 8, 2024

@rogerweb no it does not
even if you set the encoding from the readable stream, it will not take into account when parsing
checking with latest version of papaparse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skipEmptyLines unable to remove ZERO WIDTH SPACE UTF-8-BOM string parsing - header first name incorrectly enclosed in a double quote

5 participants