Create Table Generator
Generate a SQLite CREATE TABLE statement from CSV headers. Columns use TEXT to preserve original values.
Useful tools in your browser.
Generate a SQLite CREATE TABLE statement from CSV headers. Columns use TEXT to preserve original values.
Trim surrounding cell whitespace and remove empty data rows without changing numeric strings.
Choose and reorder columns visually, then export their original cell values.
Inspect string, boolean, numeric, ISO-date and empty-cell counts for each column. No cell values are converted.
CSV Deduplicator: remove repeated rows while preserving quoted fields.
Convert a parsed delimited table to comma, semicolon, tab or pipe-separated output.
Compare two CSV tables by row and column, preserving literal values and reporting cell coordinates.
Edit CSV cells, add rows and columns, filter and sort a table, then download CSV locally.
CSV Formatter: normalize CSV formatting while preserving quoted fields.
Join two CSV tables on selected columns using exact string keys. Duplicate keys generate all matching row combinations.
Append two CSV tables with identical ordered headers.
Locate blank cells or explicit null tokens without changing the source data.
Build a cross-tabulation from selected row, column and value fields.
Count parsed records, columns and cells, excluding the first header record. Quoted multiline cells count as one cell.
Split a CSV table into smaller files with the same header. Download each resulting CSV file.
Calculate count, minimum, maximum, mean, median and population standard deviation for a selected numeric column.
CSV to Markdown: convert delimited table data while preserving quoted fields.
Generate quoted SQLite INSERT statements from CSV strings. Values remain string literals, including leading zeros.
CSV to TSV: convert delimited table data while preserving quoted fields.
Create a spreadsheet from UTF-8 CSV, preserving all cells as text, including leading zeros and formula-like strings.
CSV Transpose: swap rows and columns while preserving quoted fields.
Keep identifier columns and reshape all remaining columns into variable/value rows.
Open CSV as a readable table, with local conversion and export.
Extract DOCX body paragraphs and table text as a UTF-8 text file.