| Key | Database field | Header | Description |
|---|
| NUMID | NUMID | NUMID | The numerical id. |
| ID | ID | Short name | The short name of the exporter. |
| Table | TBL | Table | The table for which an export template is defined. |
| Owner | OWNER | Owner | The owner of the entry. |
| Dat | DAT | Last update | The date on which the entry was last changed. |
| Template | TEMPLATE | export template | The export template controls the format of the exported data.
A list of all field headers of the table separated by tabs is generated by <*allheaders*>.
Lists of objects are generated by the
<*StartObjects*> .... <*EndObjects*>
placeholders. Within these placeholders the object fields can be accessed either
individually by using <*Object{DBASEFIELD}*> ({DBASEFIELD} must be replaced by the database field name of the object field)
or by calling all fields of the objects: <*allfields*>
Exporters of cross referenced objects are called by using
the <*Crossref:{DBASEFIELD}:{EXPORTERNAME}*>
placeholder, where DBASEFIELD is the database field name of the current object.
. |
| Format | FORMAT | export format | This flag is either set to plaintext or html:
plaintext: all script output is placed in a textarea box
html: the script output is embedded in a html page. |
| Share | SHARE | Shares | The Share field is used to give other users viewing or modifying rights for a certain object. Permissions can be given to specific users, to the group to which the object owner belongs to and to all users. |