Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing data with duplicate headers in streaming mode results in empty result #1016

Open
sebix opened this issue Aug 17, 2023 · 1 comment
Open

Comments

@sebix
Copy link

sebix commented Aug 17, 2023

Using https://www.papaparse.com/demo or version 5.4.1 locally, parsing CSV data is broken with streaming data containing duplicate headers.

Input:

a,a,a
c,d,e

Settings: Streaming, Header
image

Actual Result:
Array []

image

Could be related to #980

wagner-intevation added a commit to Intevation/intelmq-webinput-csv that referenced this issue Aug 17, 2023
because of
mholt/PapaParse#1016
parsing data with headers and duplicate values in the header,
input data must be sane. Add a note on that in the UI
@jchen042
Copy link
Contributor

jchen042 commented Nov 6, 2023

Similar issue in #1024 .

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

No branches or pull requests

2 participants