Exporting Reports from the Tool

You can export reports from the Bundle page, Endpoint page, and Implementation Component page to a Microsoft Excel Comma Separated Values file (.csv) or JSON file (.json) file.

To export the reports, click on the following from the Bundle page, Endpoint page, and Implementation Component pages:

  • Export to CSV: Exports the report to a Microsoft Excel Comma Separated Values file (.csv) file.
  • Export to JSON: Exports the report to a JSON (.json) file.

The exported reports are stored in the default download directory specified in the browser and are named as follows:

PageReport Filenames
Bundle
  • bundleDescGrid_Export_<date_time_stamp>.json
  • bundleDescGrid_Export_<date_time_stamp>.csv
Endpoint
  • endPointGrid_Export_<date_time_stamp>.json
  • endPointGrid_Export_<date_time_stamp>.csv
Implementation Component
  • implCompGrid_Export_<date_time_stamp>.json
  • implCompGrid_Export_<date_time_stamp>.csv

Sample CSV File

A snippet from a CSV file generated from the EndPoint page is shown below:

Sample JSON File

A snippet from a JSON file generated from the EndPoint page is shown below:

[	
	{		
	   "bindingName": "MANAGEMENTReference_Binding1",		
	   "bindingType": "TIBCO-BT-MANAGEMENT",		
	   "endpointName": "ComponentFrameworkStatusNotificationService",		
	   "outbound": true,		
	   "service": false,		
	   "actionStatus": "unknown",		
	   "environmentName": "DevEnvironment",		
	   "id": "ae628df1-a227-40d2-8c37-bdffa865ebf9",		
	   "name": "ComponentFrameworkServices",		
	   "revision": null,		
	   "state": "RUNNING",		
	   "uri": "urn:amx:DevEnvironment/com.tibco.amx.platform/
ComponentFrameworkServices_1.0.0_outbound_reference_
ComponentFrameworkStatusNotificationService_
MANAGEMENTReference_Binding1", "version": "1.0.0" } ]