Skip to content
BEAD

SQL Result → Table Preview

Paste CSV, TSV, pipe-delimited, or JSON results and preview them as a styled table with inferred column types.

Preview (4 rows × 5 cols)
id
integer
email
text
created_at
date
orders
integer
active
boolean
1alice@example.com2024-01-1512true
2bob@example.com2024-02-033true
3carol@example.com2024-03-220false
4dave@example.com2024-04-107true

Paste anything tabular

CSV, TSV, pipe-delimited, or JSON arrays of objects. The tool auto-detects the format. Column types are inferred per column — integer, decimal, boolean, date, or text.

Useful for

  • Visualizing the output of a query you ran elsewhere
  • Sanity-checking a sample dataset before wiring it up
  • Sharing a tidy table screenshot

You might also like