konklone / json

A free, in-browser JSON to CSV converter.
https://konklone.io/json/
Other
755 stars 211 forks source link

Large numbers don't work well for CSV file download #213

Closed bworsfold closed 5 years ago

bworsfold commented 6 years ago

Large numbers seem to get truncated in the generated csv that is downloadable. The in browser version works just fine.

image

image

Sample number to use in json: 10000000000004326357

bworsfold commented 6 years ago

Here is a good simple json payload to work with: {"foo":"10000000000004326357"}

javadev commented 6 years ago

Looks like it was fixed.

konklone commented 5 years ago

I'm reasonably sure this is/was an Excel issue, not an issue with how the CSV was generated. Let me know if that's not the case.