Skip to main content

Import Data

Import local files into BigQuery with automatic schema detection.

Import Data Overview

Supported Formats

FormatExtensions
CSV.csv (auto-detects delimiter)
Excel.xlsx, .xls (multi-sheet support)
JSON.json (arrays or NDJSON)
Parquet.parquet

How to Import

  • Drag and drop a file anywhere in Querylab.io
  • Right-click a dataset → Import CSV
  • Command Palette (Cmd/Ctrl+K) → "Import Data"

Workflow

  1. Select file - drop or browse
  2. Review schema - columns and types detected automatically
  3. Edit columns - rename, change types, reorder
  4. Configure - choose destination, write mode, partitioning
  5. Import - uploads directly to BigQuery

Write Modes

ModeBehavior
CreateNew table (fails if exists)
AppendAdd rows to existing
OverwriteReplace all data

Cost

BigQuery Load Jobs are FREE.