Table2HTML

This application converts Comma Separated Value (CSV),
Tab Separated value (TSV), and Space Separated Value (SSV)
files to a HTML table.

To convert a file, drag the file onto the icon. A save
window will be displayed which can be dragged to an
appropriate directory.

If the file to be converted is of type CSV (&DFE), Table2HTML should
determine the filetype itself. If the filetype is text (&FFF)
it will take assume that the filetype is the type set in the
options window. If the filetype is something other than text or
CSV, a dialogue box will be displayed asking whether you want
to continue with the conversion.

Determining Fields
CSV - quotes are deleted/ignored. Commas are the determining feature
  for separating the fields
TSV - tabs separate the fields
SSV - a string of two or more spaces determines the end of a field

Dialogue Boxes
Options
Input file type - is self explanatory
Borders - turns on the border option for the table
Create Header - will create a header and footer to make
  the resulting HTML file self sufficient
Span rows/columns - blank cells will be incorporated
  into either the last occupied cell to the left, or
  into the last occupied cell immediately above respectively

Notes:
Quotes - all quotation marks are stripped out
SSV - more than 2 spaces identifies a separation of data
 