Exporting Events

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 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

Here is a list of supported export formats:

Extension

Description

Notes

TBL

Iotellect 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


Was this page helpful?