Property | Description |
---|---|
Index | Setting this option to true (the default) causes the integration platform to create a list of hypertext-linked keys at the beginning of the HTML document you are writing. The keys are the data in the first field of your target schema. Currently, a limit of 16,000 key entries is allowed. After the HTML document is created, you can open the document in your browser and click the key entries to jump down to the appropriate block of information in the body of the document. |
Mode | The mode options allow you to select the format in which the integration platform writes out the HTML file. The following options are available: • List (default) – Writes out the information in a list format. Each field is written to a new line in the document (long text wraps). • Label – Writes out the field name (in bold) and the data for each record. A colon is inserted between the field name and the data. Each field is written to a new line in the document (long text wraps). • Table – Writes out the data in a 2-dimensional matrix format. This format is supported in HTML 3. This format is particularly appropriate for data publishing projects involving such items as part numbers and price lists. |
TableBorder | Turns the table border on or off. Off (false) is the default. If set to true, a border is generated around the table (set the border attribute to 1 in the Table element). This property only works if the Mode property is set to Table (see Mode above). |
CodePage | This translation table determines which encoding to use for reading and writing data. The default is ANSI, the standard in the US. |