Skip to content
  • There are no suggestions because the search field is empty.

Exporting all DataHub points to a text or CSV file

Is it possible to export all of the points from DataHub to a CSV?

The points within DataHub can be exported to a CSV file through the DataHub's scripting engine. A sample script can be found below with instructions to load and execute the script within DataHub.

To run the ExportTags script:

  1. Download the attached script, using the link above
  2. Import the script into the DataHub by:
    1. Opening the DataHub
    2. Navigate to the Scripting Tab in the DataHub
    3. Press the Add button and browse to the ExportTags.g script file that was downloaded
    4. Press the Apply button in the lower right of the DataHub User Interface to finish the import
  3. Select the script file in the DataHub and press the Edit button. The four tags in the Application Class can be edited (as described by the comments in the script) to specify (1) which data domains should be exported, and (2) where the export files should be stored. Save and close the script once finished.
  4. On the DataHub Scripting Tab, select the script and press the Load Now button to run the script.