9. Export Query Results
9.1 Supported Export Formats
| Format | Extension | Description |
|---|---|---|
| CSV | .csv |
Comma-separated values |
| TSV | .tsv |
Tab-separated values |
| Excel | .xlsx |
Excel workbook |
| JSON Lines | .jsonl |
One JSON object per line |
| Parquet | .parquet |
Columnar storage format |
Note: Export to
.jsonis not supported. Use.jsonl(JSON Lines) if you need JSON output.
9.2 Export Steps
- Run a query first so the results panel has data.
- Click Export in the results panel toolbar.
- In the save dialog, choose a location and filename (the extension determines the format).
- Click Save; the export runs in the background.
Tip: Export includes the full query result, not limited by the 500-row on-screen preview.
9.3 Export Task Tracking (Save History Panel)
After export starts, track progress in Export Tasks on the right panel:
- Each task shows status (in progress / complete / failed), file path, and file size.
- When complete, click the folder icon to reveal the file in the system file manager.
- When a new export completes, a badge appears on the export icon in the right panel.
[Image] Export save dialog
[Image] Save history on the right panel showing export task status