To Open an HTML File
Use the File > Open command and choose HTML from the File of type list. Similarly to the saving process described below, GS-Base will load the first table that has the "id" attribute set to "gsbase", e.g.:
<TABLE id="gsbase">
To Save Records to an HTML File
Use the File > Save Recordset As command and choose HTML from the File of type list. Next, specify additional HTML file options:
| Option | Description |
|---|---|
| Template |
Specifies an optional HTML file that should be used as a template. The file must contain a
GS-Base will empty that table and fill it with the specified records. All attributes of the If you don't provide any template, GS-Base will create and save a basic/minimal HTML document containing a table filled with records. Note that Image/File fields are not saved. |
| Saved fields | Specifies which fields should be saved. |
| Save duplicated field values as | Specifies a text string that should be used to replace the same values occurring in the same field and subsequent records. |
| Encoding | Specifies text encoding. Currently the only valid value is UTF-8. |
| First row contains field names | If you check this, the first row of the saved table will contain field names as TH elements. |
Related Topics
Opening and saving text files
Opening and saving xBase files
Opening and saving Excel workbooks