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.

JSON to CSV TypeError: e.replace is not a function

See original GitHub issue

Happens often, but not all the time. Get the following error when using “JSON to CSV”

'Unable to parse JSON to CSV: TypeError: e.replace is not a function`

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
JacobRReedcommented, Sep 23, 2019

I’d like to work on this, I’ll check it out

1reaction
n1474335commented, Feb 16, 2021

I have hopefully fixed this in v9.27.3. If you are still getting errors, feel free to reopen this issue, but please include some example input that causes the error, otherwise it is difficult to know where exactly the problem lies.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Highcharts error csv.replace is not a function - Stack Overflow
You've already parsed your CSV file into json using Papa.parse. Highcharts data is looking for a CSV string, not a json object.
Read more >
TypeError: e.replace is not a function - Microsoft Q&A
I get <TypeError: e.replace is not a function> error when I try to add a new linked service(blob) in azure data factory.
Read more >
Uncaught TypeError: this.replace is not a function - DataTables
I have a basic datatable that I am trying to get working with server-side processing but when I try to do so I...
Read more >
json2csv - Mirco Zeiss
Converts json into csv with column titles and proper line endings. Can be used as a module and from the command line. npm...
Read more >
Data Loading in D3.js - TutorialsTeacher
csv file or data and executes callback function with parsed csv data objects. d3.json(), Sends http request to the specified url to load...
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