CSV Export - decimal fields #1134
Answered
by
vrana
MCOSILICON
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vrana
Jul 28, 2025
Replies: 1 comment 1 reply
-
This is by purpose. Without the quotes, spreadsheets trim the trailing zeroes. There's no way how to disable this in Adminer but perhaps you can create your own export plugin. You can use e.g. dump-json for inspiration. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vrana
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is by purpose. Without the quotes, spreadsheets trim the trailing zeroes. There's no way how to disable this in Adminer but perhaps you can create your own export plugin. You can use e.g. dump-json for inspiration.