TableTool
TableTool copied to clipboard
A simple CSV editor for the Mac
Imagine the command `tt` or `tabletool` with which you can view (`cat users.csv | tt`) or edit (`tt ~/Downloads/data.csv`) tabular data from the command-line. The functionality should be similar too...
Updated as per YWangScience's comment for fixing issue #9 and #84 with leading 0's dissapearing.
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...
Please enter the column number in the rows shown and create the function that allows you to go to a particular row.
When a column has eg. "10,000", table tool shows it as just 10
I often want to count the number of rows in a CSV file, so that I can confirm with the person who produced the file that I've received the same...
Hi guys, Thank you for a very good app! I noticed that when I open files with column values that start with + the + character is removed. Regards, Martin
Say I have "Hello" and I want every row to have it. Is there a 'paste down' feature so I can fill in the same value for an enture column?...
# Problem description Toolbar always reverts to the default look however I customize it. Is there a `save` button, for example, to preserve the settings? Thanks! # How to reproduce...
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...