Difference between revisions of "Excel Reporting Template Data Format"
(→Overview) |
(→Formatting Using Query Parameters) |
||
Line 17: | Line 17: | ||
* partial=true | * partial=true | ||
− | The partial parameter is used to indicate that the output excel file should build the output table based on the data in the response | + | The partial parameter is used to indicate that the output excel file should build the output table based on the data in the response or the [[Data_Reporting_Template#Defining_the_Universe_of_Data|universe of data]] defined by the report template definition. |
=Example= | =Example= |
Revision as of 11:06, 30 March 2020
Overview
The Reporting Template Data format is not an official SDMX format. It was developed by Metadata Technology initially as a format for data collection, simplifying the data reporting process by building an Excel workbook which prebuilds all the observation cells the Data Provider is expected to report. This design means the data reporter only has to concern themselves with filling in the observation values, and not deciding what classification ids they need to report for each Dimension (like the Fusion-Excel data format).
However, due to the flexability of the format, which allows each Agency to design the layout of each worksheet tailored for each Dataflow, the use cases were extended to support Reporting Templates as a data dissemination format. So from Fusion Registry 10.2.x and higher, it is possible to query for a data in this format.
The Reporting Template Data format differs from all the other CSV and Excel style data formats as there is no set layout. The layout (rows and columns) and inclusion / exclusion of information, such as Attributes, is designed in the Fusion Registry by creating a Reporting Template Definition. The output dataset is built into a table in Excel, with the table populated with the observation values, and optionally observation attributes (if it has been designed to include this information).
For more information on this format, click here.
Formatting Using Query Parameters
The following URL parameters can be used in a RESTful query for to get data in Excel format.
- format=reporttemplate
- partial=true
The partial parameter is used to indicate that the output excel file should build the output table based on the data in the response or the universe of data defined by the report template definition.
Example
Note: The same formatting can be applied using HTTP Accept Headers as opposed to query parameters.