Exporting SQL queries to CSV
Anonymous

3 years ago

Feature: Add button to export data displayed/returned via the SQL explorer.
Currently in the web UI, you are able to run SQL queries against the supported databases. Then the entire query is run and the data is returned and displayed (with client-side pagination).
This feature would enable/display a button to export data returned from a query into a standard CSV file available for download.

1 Replies

Anonymous

3 years ago

This would most likely need to JSON.stringify() any fields that use any of the JSON data-types for it to be a valid CSV export.


Loading...