|
|
|
|
|
by mywittyname
2223 days ago
|
|
That behavior is technically correct because those are all valid representations of that value, e.g., 007449938 = 7449938 = 7.449938E6. Pretty much any plain text (or binary) data format will have this same issue, unless it supports additional metadata for display purposes. If you intended the data to be a string value, then it should have been enclosed in quotes. |
|