jakob / TableTool

A simple CSV editor for the Mac
MIT License
1.3k stars 92 forks source link

Add option to preserve scientific notation? #74

Open kkew3 opened 5 years ago

kkew3 commented 5 years ago

Similar to https://github.com/jakob/TableTool/issues/73, TableTool tries to convert scientific notation to decimal with many many leading zero's. For example, 1e-22 becomes 0.0000000000000000000001. It would be of great help if it can be set so that it won't make any assumption on the input data, and preserve literally what user inputs. Thanks

fulldecent commented 4 years ago

Thank you. I consider this current behavior to be broken.