latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Output Module

Exports results in CSV format, returns the results immediately.

Performs an Output Module query and exports the results immediately in CSV format.

Please note that the TableViewConfig’s syntax validation is not executed by default, see validationEnabled

DGC admin console settings may impact the execution of the query (especially in terms of timeout and a limit on the number of results). For details please consult output module documentation.

For long-running queries consider using the async equivalent.

post/outputModule/export/csv

Query parameters

validationEnabledboolean

Determines if the TableViewConfig’s syntax should be validated (<code>true</code>) or not (<code>false</code>). Default value is <code>false</code> for backward compatibility reasons but it is strongly advised to always enable this validation.

separatorstring

The delimiter character used to separate entries. Default value is <code>';'</code>.

quotestring

The delimiter character used for quoted entries. Default value is <code>'"'</code>.

escapestring

The delimiter character used to escape separator or quote character. Default value is <code>'\'</code>.

headerRowboolean

Whether a response should include a header (<code>true</code>) or not (<code>false</code>). Default value is <code>true</code>.

Request body

string required

Response

The string response in CSV format.