SDMX.Contents
Syntax
SDMX.Contents(
url as Uri.Type,
Option as text,
optional Language as text
) as table
Remarks
Get data from an SDMX RESTful web service that supports the CSV format.
Examples
Example #1
Get data from an SDMX RESTful web service that supports the CSV format.
SDMX.Contents(url,"Show codes and labels","en")
Result:
Data from the SDMX web service in a table format.