Export Data Tables

Data files can be exported to JSON, XML, and CSV formats.

To export a data table:

  1. Click the Export icon and select the desired format (JSON, XML, or CSV).
  2. Select the maximum number of entries you want to export from the Limit drop-down.

  3. Click Download.

Data Table Column Descriptions

The following are descriptions of the columns shown on the data table. You can sort columns in descending or ascending order.

Column Name Description
Point Type Code Codes that represent the point type. For example, the Point Type code for Electric Meter is EM. Point Type Codes will vary by implementation.
Point Lookup Constructed from the Point Name by replacing spaces with a hyphen and lower case letters with capital letters. For example, if
Copy
Point Name: Meter Electric 457
                            

then

Copy
Point Lookup: METER-ELECTRIC-457
                        
Point Name A unique identifier. It is either the asset number (provided by the utility) or it is created using information about the point. The Point Name will vary by implementation.
Point Tag An asset number assigned by the utility. The Point Tag allows additional information to be stored for a point. Unlike Point Lookup or Point Name, Point Tag does not have to be unique, which means searching for a Point Tag can result in multiple matches.
Date The date the value was recorded.

Back to Top