LP LocalPrivate Tools Open App

Data Workbench · query CSV with SQL in browser

Query CSV with SQL in your browser

A zero-upload SQL workflow for local CSV, TSV, and JSONL files with cleanup and export steps.

Workflow

  1. Import the file and confirm schema.
  2. Write a SELECT query with filters, groupings, ordering, and limits.
  3. Inspect query results, chart a small result set, or create a pivot summary.
  4. Export CSV, JSONL, or XLSX from the local result set.

Important notes

  • Monaco and DuckDB-Wasm are the production hardening direction.
  • Queries should be cancellable and recover cleanly from errors.