Data to Table

Data to Table acts upon a text file containing data and produces HTML code for a table structure which contains that data. This panel initially appears as follows:

The data for each row of the table must be in one line in the text file, and the data for each cell must be separated by a specified character, which may be a comma, a semicolon, a space or a tab character (respecively ASCII 44, 59, 32 and 9). Such data is of the following kind (for a table with three rows and six columns):

Wilson, Ralph, 33, Kansas City, KS, pilot
Poniatowski, Mabel, 21, Chico, CA, waitress
Jefferson, Clarence, 68, Dayton, OH, retired

Some rules of use:

Examples of use are given on the following pages:

Easy HTML Construction Kit Home Page