|
Event Log has support for event exporting to a number of well-known file formats. When events are exported, a Data Table containing events data is prepared first. This table contains the following fields:
| • | Event Data (contents of event's Data Table encoded into a string) |
| • | One additional field per every field declared in event format |
Here is a list of supported export formats:
Extension
|
Description
|
Notes
|
TBL
|
AggreGate Native Format
|
Data Table is encoded according to Data Table Encoding standard and written to a file.
|
XML
|
Extensible Markup Language
|
Data Table is encoded according to Data Tables XML Encoding standard and written to a file.
|
HTML
|
Hypertext Markup Language
|
|
CSV
|
Character Separated Values
|
User may specify a number of CSV encoding/decoding settings before export/import takes place.
|
XLS
|
Microsoft Excel
|
|
|