
Downloading Eurostat data can be done easily with the Eurostat node. It is a very simple node with only two fields: the dataset name and the filter to be applied to the request. As it accepts all filters that are supported by the Eurostat API, it’s a powerful node, and its results can be further manipulated as seen in the image above.

The input is a trigger which initiates the request to the server. A simple trigger is the Trigger node which only contains a button and allows the user to initiate the request. When a response is returned, the raw data is outputed. In this specific example, the une_rt_m dataset is requested with the filters startPeriod=2020-05&endPeriod=2024-06.

Leave a comment