To Reproduce
Steps to reproduce the behavior:
- Export a table containing an integer column
Current Results
A cell showing the integer 123 is exported as 123.0. This makes SQL exports fail with the following error: MESSAGE: 123.0 is not compatible with column type :INT.
Expected Behavior
What you see is what you get: the software should not export cells in a different format.
Screenshots
Versions
- Operating System: Linux
- Browser Version: Firefox
- JRE or JDK Version: OpenJDK Runtime Environment 17.0.4+8-nixos
- OpenRefine: 3.6.2
Datasets
Additional context
To Reproduce
Steps to reproduce the behavior:
Current Results
A cell showing the integer
123is exported as123.0. This makes SQL exports fail with the following error:MESSAGE: 123.0 is not compatible with column type :INT.Expected Behavior
What you see is what you get: the software should not export cells in a different format.
Screenshots
Versions
Datasets
Additional context