Exporting Events
The Event Log supports exporting events to several well-known file formats. When events are exported, a Data Table containing event data is generated first. This table contains the following fields:
Event Time
Events Context
Event Name
Event Level
Event Data (contents of event's Data Table encoded into a string)
One additional field per every field declared in Event Format
Supported export formats:
Extension | Description | Field Description |
| Data Table | Iotellect native format; encoded according to Data Table Encoding. |
| Extensible Markup Language | Data Table is encoded according to Data Tables XML Encoding standard and written to a file. |
| Hypertext Markup Language | Events rendered as an HTML table or page. |
| Character Separated Values | User may specify a number of CSV encoding/decoding settings before export/import takes place. |
| Microsoft Excel | Spreadsheet containing the exported events table. |
Was this page helpful?