Viewing tab delimited files in Mac OS
I kept trying to open TSV (tab separated values) files in NeoOffice or OpenOffice, but they open those files by default in Writer as a document instead of a spreadsheet. Since I just want to view the TSV files to verify they're formatted correctly from my various programming projects, I wanted a simple TSV viewer.
There are plenty of software options that offer *demos* but I found ViewCSVTAB that is listed on Macupdate as freeware. The problem with TSV files is that ViewCSVTAB thinks it should parse .txt files as .tsv. Since I don't want to change my file names every time to get them checked in ViewCSVTAB, I used vi to hack the source and change instances of txt to tsv. Now the attached version will allow you to select .tsv files as the TAB file to parse and preview.
For CSV files, this doesn't interpret or strip quotes from around values in quoted CSV files. It strictly replaces commas as columns.
| Attachment | Size |
|---|---|
| ViewCSVTAB.app.zip | 3.55 MB |

Post new comment