We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if dasel didn't convert numbers to scientific notation, it makes it very hard to parse.
echo '{ "point": [ 357809, 6394093 ] }' | dasel -r json -w csv point [357809 6.394093e+06]
I would expect it to produce the same output as input.
The text was updated successfully, but these errors were encountered:
I believe I've fixed this issue here: 7e2937e
It's not yet merged as it's part of a bigger encoding/decoding change.
Sorry, something went wrong.
No branches or pull requests
It would be nice if dasel didn't convert numbers to scientific notation, it makes it very hard to parse.
echo '{ "point": [ 357809, 6394093 ] }' | dasel -r json -w csv
point
[357809 6.394093e+06]
I would expect it to produce the same output as input.
The text was updated successfully, but these errors were encountered: