Table Master
Table Master creates HTML tables from CSV data files. The tables can be formatted using any valid HTML format or CSS style definitions.
Table Master is not a click-and-run program but a tool for hand-coding web designers. Knowledge of HTML and CSS is indispensable! The configuration is done manually in a cfg file using any text editor.
Table formatting
Format header, footer, rows and columns using any valid:
tag attribute (e.g. width="20" align="center")
class reference (e.g. class="highlight")
style definition (e.g. style="color:white;background-color:blue")
event (e.g. onclick="run_script()"
HTML features
generates XHTML code
can create complete websites using web templates
CSV Data handling
full csv support including line breaks and delimiters inside a field
autodetection of csv delimiter
test for csv data integrity
omit, repeat and rearrange data fields
powerful replace function using regular expressions
General Program Features
use of a configuration file with 20 readily understood and fully documented parameters
command line tool "tablemaster.js" returning exit codes for batch use
Table Master Control Center for modifying, testing and debugging |