![]() |
Consumption Analytics Documentation |
Exports the translation values that are active on a specified date, in CSV format.
POST http://<ccServerURL>/rest/v1/translations/export/<title>
Name | Type | Description | |
---|---|---|---|
URL path parameters (required) | title | string | The title of the translation table from which to export data |
URL query parameters (required) | translateDate | string | The date for which to export active translation data, in yyyyMMdd format. Default is today's date. |
None
text/csv
The translation values, in the CSV format described in Managing translation tables using flat files.
POST http://localhost:8080/rest/v1/translations/export/test-3?20131217
void result = translateServiceProxy.exportTranslationToCSV(httpResponse, “test-3”, “20131217”);
None
,ak,,B-AA-KKKK-11 ,al,,B-AA-LLLL-11 ,ar,,B-AA-MMMM-11 ,az,,B-AA-NNNN-11 ,ca,,B-AA-OOOO-11 ,co,,B-BB-KKKK-11 ,ct,,B-BB-LLLL-11 ,wv,,B-JJ-NNNN-EE ,wy,,B-JJ-OOOO-EE
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP