Exporting schema output (JsonExporter)

The JsonExporter creates a file with the current output of the schema you are viewing. You could use this feature with the ReportService to export on a regular basis, perhaps via file, email, ftp or HTTP for a machine learning application or similar application.
  1. To export current JSON data, either click the Export button (Image) or click File > Export
    The Export window opens.
    Image
  2. Select the exporter and where to view.
  3. To export to a file, you may click the Browse button to locate the file.
A URL like the following also allows access to the schema output via the JsonExporter:http://127.0.0.1/ord/station:%7Cslot:/JsonSchema%7Cview:jsonToolkit:JsonExporter

This means that using a web client you can easily query the data in a station over HTTP.