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.

Add force strings option to stringify output

See original GitHub issue

Add a switch in the Stream constructor to force all fields as strings. Currently it seems that this feature would only be relevant for Excel sources. See discussion here.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
cyberbikepunkcommented, Oct 27, 2016

@roll cool. Then my wish is already fullfilled 👍

0reactions
rollcommented, Oct 27, 2016

We will improve documentation significantly closer to v1 release. This things is not obvious for now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JSON.stringify() - JavaScript - MDN Web Docs
The JSON.stringify() method converts a JavaScript value to a JSON string, optionally replacing values if a replacer function is specified or ...
Read more >
How to keep value as number in JSON.stringify()
toFixed returns a string. If you want to output a number, just use parseFloat : JSON.stringify({ "payer": "a cat", "price": parseFloat(amount) });.
Read more >
JSON Stringify Example – How to Parse a JSON Object ...
Let's take a look at JSON objects and JSON arrays and compare them to ... All the keys and string type values in...
Read more >
5 Ways to Convert a Value to String in JavaScript
Let's check out the different ways of converting a value to a string in JavaScript. The preferred way from Airbnb's style guide is...
Read more >
Mule 4 : How to convert a JSON response to String?
I am trying to convert a JSON to string using dataweave. %dw 2.0. output application/java. ---. payload as String. But getting below error,....
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