RED Docs

Exporting data

Get query results out of RED.

RED can export the data you're looking at so you can hand it off, diff it, or load it elsewhere.

Copy from the grid

For a quick grab, select a range in the result grid and press ⌘C to copy it as TSV - ready to paste into a spreadsheet.

Export a result set

For full result sets, use the export action from the command palette (⌘K) and pick CSV or JSON. Both are streamed row by row, so exports aren't limited to the rows currently on screen - the grid streams over the full result with keyset pagination.

Populating another database instead of a file? See Copying and migrating - it streams a table straight into another connection, no intermediate dump.

Roadmap

Export formats and options are still expanding. See the roadmap for what's planned.

On this page