
TSV to MySQL CREATE TABLE
Generate MySQL CREATE TABLE statements from TSV files using tab-delimited parsing. Runs locally in your browser.
Drop or choose your file to start...
Choose a file...
- CREATE TABLE focused output. Generate MySQL CREATE TABLE statements from TSV files.
- Tab-delimited parsing. Correct handling of tab-separated values.
- MySQL-aware types. Detects INT, BIGINT, DECIMAL, BOOLEAN, DATETIME, and VARCHAR.
- Schema control. Rename columns, adjust nullability, and define primary keys.
- No LOAD DATA required. Generate SQL when bulk import is unavailable.
- Privacy-first processing. Files are processed ephemerally and never stored.