Difference between revisions of "Fusion-CSV-Dump"
(Created page with "The "CSV Dump" format can be specified by the use of format=csv-dump on a data Web Service call. It returns a CSV output where the output includes the IDs and Names for the D...") |
|||
Line 1: | Line 1: | ||
− | The | + | =Overview= |
+ | The Fusion-CSV-Dump Data format is not an official SDMX format but can be used to obtain a list of languages for the requested data. | ||
− | It returns a CSV output where the output includes the IDs and Names for the Dimensions and Attributes and the names will be output in all applicable languages. | + | The output is comma separated format where each row describes a single Observation value. It returns a CSV output where the output includes the IDs and Names for the Dimensions and Attributes and the names will be output in all applicable languages. |
The format of the output is: | The format of the output is: | ||
Line 15: | Line 16: | ||
ESP, Spanien, Spain, Espagna | ESP, Spanien, Spain, Espagna | ||
</pre> | </pre> | ||
+ | |||
+ | It can only be used as an export format for the Fusion Registry. | ||
+ | |||
+ | =Parameters= | ||
+ | In a Web Service data call, the only parameter that can be used is the format paramater: | ||
+ | * format=csv-dump |
Revision as of 03:18, 23 October 2020
Overview
The Fusion-CSV-Dump Data format is not an official SDMX format but can be used to obtain a list of languages for the requested data.
The output is comma separated format where each row describes a single Observation value. It returns a CSV output where the output includes the IDs and Names for the Dimensions and Attributes and the names will be output in all applicable languages.
The format of the output is:
- Dimension values
- Attribute values
- Time period
- Obsservation value
For the coded Dimensions and Attributes the name will also be output, with an underscore and the locale value. E.g. "Reference area_en". If the name has multiple languages then each of these will be output. E.g.
REF_AREA, Reference area_de, Reference area_en, Reference area_fr ESP, Spanien, Spain, Espagna
It can only be used as an export format for the Fusion Registry.
Parameters
In a Web Service data call, the only parameter that can be used is the format paramater:
- format=csv-dump