Define the Head and Foot of the Attribute File
- Last UpdatedJan 24, 2023
- 1 minute read
To define constant information to be placed at the start or end of the attribute file, use the FILE_HEADER and FILE_FOOTER commands. Each may be used more than once.
For example the HTML file needs three lines at the start:
<HTML><HEAD>
<TITLE>Sample Export-DGN HTML Output </TITLE>
</HEAD><BODY><H1>AVEVA Attributes<H1>
and one line at the end:
</BODY></HTML>
and so the configuration file has three FILE_HEADER commands and one FILE_FOOTER command:
FILE_HEADER |<HTML><HEAD>|
FILE_HEADER |<TITLE>Sample Export-DGN HTML OutputÊ
</TITLE>|
FILE_HEADER |</HEAD><BODY><H1>AVEVA E3D™ Attributes<H1>|
FILE_FOOTER |</BODY></HTML>|