jakob / TableTool

A simple CSV editor for the Mac
MIT License
1.32k stars 93 forks source link

Add option for preserving trailing zeros? #73

Open kkew3 opened 5 years ago

kkew3 commented 5 years ago

Currently TableTool remove trailing zero and decimal point whenever it can. For example, 1.0 becomes 1. I want it to display literally what I input. Is there anyway to set TableTool? Thanks for any suggestions

fulldecent commented 5 years ago

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

jlev commented 5 years ago

Leading zeros are important as well, for formatted strings like US zipcodes.

AndrewSB commented 4 years ago

This is a duplicate of #9, this should be closed in favor of that issue