| Top | Previous | Next |
|
Importing/Exporting using CSV |
|
It is possible to export and import SQLTags to/from a CSV file format using the toolbar on the SQLTags browser window. Simply click the Export button
CSV Format The SQLTags CSV format consists of a fixed set of column headers. Generally the columns are self explanatory, in that they correspond to standard tag properties, and contain simple values. However, several columns have specially formatted values.
Alert States Alert states are written as a semi-colon separated list of properties, with multiple states separated by a dollar sign ($). The properties, in order, are: "name, severity, low limit, high limit, flags, low tag path, high tag path, time deadband, time deadband units". Flags - Bit mask defining properties of the state
Time deadband units - "MS, SEC, MIN, HOUR, DAY"
Custom Permissions If using custom permissions for the tag, the set of role/permission mappings are written in the format "role;{RO|RW}$". For example, two read only roles and one read/write role would be written like: "Operators;RO$Vendors;RO$Admins;RW$"
Complex Types Complex types are supported by the CSV format, and are generally straight forward. There are only a few special considerations for data types:
|