question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

header functionality broken with 4.6.3?

See original GitHub issue

The following code works fine with v4.6.2:

processFile = async (csvFile) => {
    Papa.parse(csvFile, {
      skipEmptyLines: true,
      header: true,
      complete: async results => {
          //results.data shows as a correctly formatted JSON object 
}}

This same code with v4.6.3 doesn’t seem to work at all, instead of producing an object with multiple properties corresponding to the header values, it produces an object with one property containing all the header values.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
jbeliencommented, Jul 24, 2019

I confirm that this issue is fixed in version 5.0.1 ! 🎉

2reactions
pokolicommented, Jul 24, 2019

@astik Thanks for your feedback. I’m closing this issue.

BTW: I’ve just released 5.0.1 which contains the fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

HOW TO MAKE MORE POWER! ADD NITROUS OR BOOST ...
HOW DOES THE 4.6L 3V MOTOR RESPOND TO NITROUS OR BOOST? CHECK OUT THIS VIDEO ON THE PERFORMANCE MODIFICATIONS I MADE TO A...
Read more >
Unauthenticated Remote Code Execution (RCE) PoC Exploit
Using this HOST header example, if an attacker triggered wp_mail() function by using the forgotten password WordPress feature, ...
Read more >
Testing for Host Header Injection - OWASP Foundation
Dispatch requests to the first virtual host on the list. Perform a redirect to an attacker-controlled domain. Perform web cache poisoning. Manipulate password ......
Read more >
Break *** Segmentation violation #20 - abyzovlab/CNVnator
Looks like header in your bam has 331,400 scaffolds (not 3k). Is it correct? If so, this is the reason for the crash,...
Read more >
What's new in .NET Framework - Microsoft Learn
See what's new in various versions of .NET Framework. Read a summary of key new features and improvements in each version.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found