Export
Export
DBeagle supports three export paths:
- CSV from grid view
- JSON from grid view
- PNG from chart view
Exporting result sets
From a finalized grid result:
- Open the export menu in the results toolbar.
- Choose
Export CSVorExport JSON. - Pick a save location in the VS Code save dialog.
Exports use the current finalized view state, including:
- Active sort
- Active column filters
- Active global search
Exporting charts
From chart view:
- Open the export menu.
- Choose
Export PNG. - Pick a save location.
The exported PNG reflects the current chart type and axis mapping.
Wait until the query finishes
DBeagle only enables CSV and JSON export after the result set has finalized. If the query is still streaming, wait for it to complete first.
Copying without exporting
If you only need part of a result, you can copy the current grid selection directly to the clipboard instead of exporting a file.
Large result sets
Export works against the rows DBeagle actually ingested for that session. If a query hit dbeagle.resultGrid.maxRows and was truncated, the export reflects that truncated result set.