6d091bc86a33
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.
Query parameters
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.
The delimiter character used to separate entries. Default value is <code>';'</code>.
The delimiter character used for quoted entries. Default value is <code>'"'</code>.
The delimiter character used to escape separator or quote character. Default value is <code>'\'</code>.
Whether a response should include a header (<code>true</code>) or not (<code>false</code>). Default value is <code>true</code>.
Request body
Response
The string response in CSV format.