GET operation that returns a CSV file containing the latest versions of all process datasets in a data stock.
CSV export is only supported for datasets in ILCD+EPD format.
GET /datastocks/{datastock-uuid}/exportCSV
Name | Description |
---|---|
decimalSeparator | Indicate which decimal separator to use in CSV |
Values: dot, comma | |
Default: dot |
The response for exportCSV
is a CSV file with the data from the process datasets.
If proper permissions are missing for exporting the data stock, an HTTP 403 status code is returned instead.
If CSV export is not enabled in the application settings, an HTTP 501 status code is returned for the exportCSV
resource.
GET /datastocks/9a6a1a8c-045f-41af-ba45-13db07b636b0/exportCSV
HTTP/1.1 200 OK
Content-Type: text/plain
GET /datastocks/8fee9e8f-0827-40ac-bf44-e6ddd4b2988b/exportCSV
HTTP/1.1 403 Forbidden