p2 / quicklook-csv

A QuickLook plugin for CSV files
Other
289 stars 22 forks source link

Blank columns incorrectly merged #6

Closed p2 closed 11 years ago

p2 commented 11 years ago

Original author: Sales%pe...@gtempaccount.com (September 15, 2010 13:35:33)

What steps will reproduce the problem?

  1. Create a TSV file with 3 columns, the first two blank and the third with content
  2. View file using quicklook

What is the expected output? What do you see instead?

Only see 3 columns instead of two

What version of the product are you using? On what operating system?

Lastest release, OS X 10.6

Original issue: http://code.google.com/p/quicklook-csv/issues/detail?id=6

p2 commented 11 years ago

From phase.of.matter on October 07, 2010 10:24:02 I don't quite understand, if I create a file which contains nothing but "TAB TAB 3rd-column-text", which is a tab-separated file with the first two columns empty, I see 3 columns in quicklook-csv, the first 2 empty, which I think is the correct behavior. Is it not?