Exporting data strips qualifiers from qnum columns

Qualifiers from qnum columns get stripped during data export, even as json file.

I read that qnum is a “new data type that is based on the 64-bit floating point number, but two least significant bits of mantissa are reserved for the qualifier”; the export contains the changed last bits, instead of being reversed to the qualifiers.
Ideally, the json import/export would be compatible with qnum format.

Thanks for reporting it! This has just been fixed. Note that for consistency, we are exporting all values in the QN column as strings, even if there is no qualifier.

Also just wanted to mention that the issue was specific to JSON export only, here’s what you get when you export to CSV:

image