SQLIFIED logo

Convert TSV to MySQL

Generate CREATE TABLE and INSERT statements from TSV files. Runs locally in your browser — no database access required.

Drop or choose your file to start...
Choose a file...
  • Explicit MySQL SQL output. Generates CREATE TABLE and INSERT statements compatible with MySQL.
  • Tab-delimiter aware parsing. Correctly handles tab-separated columns without reformatting.
  • MySQL-aware type inference. Detects INT, BIGINT, DECIMAL, BOOLEAN, DATETIME, and VARCHAR from data.
  • Schema control. Override inferred types, rename columns, and define primary keys before generation.
  • Messy TSV tolerant. Handles headers, empty rows, quoted fields, and mixed values reliably.
  • No import tooling required. Generate MySQL SQL without LOAD DATA, scripts, or database credentials.
  • Privacy-first processing. Files are processed ephemerally in memory and never stored.