CSV Schéma DDL Generátor

CSV Schéma DDL Generátor

Your files never leave your device. Processed locally. 100% private.

Unlocking Tool Engine...

Jak používat CSV Schéma DDL Generátor

Dokončete úlohu perfektně ve třech jednoduchých krocích.

1

Nahrát CSV

Přetáhněte svůj soubor CSV.

2

Konfigurovat

Zvolte dialekt SQL, název tabulky a upravte automaticky detekované typy sloupců.

3

Stáhnout SQL

Stáhněte si příkaz CREATE TABLE DDL.

Často kladené otázky

Vše, co potřebujete vědět o CSV Schéma DDL Generátor.

Jaké dialekty SQL jsou podporovány?

PostgreSQL, MySQL, SQLite, SQL Server a BigQuery.

Jsou datové typy detekovány automaticky?

Ano — INTEGER, FLOAT, DATE, BOOLEAN a VARCHAR s odvozenými délkami.

Nahrává se můj soubor?

Ne. Vše běží lokálně ve vašem prohlížeči.

Limit velikosti souboru?

Zpracovávejte soubory až do limitu paměti prohlížeče.

Mohu do DDL přidat indexy?

Ano — před stažením přidejte definice PRIMARY KEY a INDEX.

Can I customize the table name?

Yes. There is a table name input field above the generated DDL. By default it uses raw_data_import. Change it to your desired table name before copying — the table name is embedded throughout the CREATE TABLE statement.

How accurate is the type inference on messy real-world data?

Type inference is accurate for clean, consistently-typed columns. Edge cases to watch: mixed-type columns (e.g., a column with mostly numbers but some text like 'N/A') will fall through to VARCHAR — use CSV Repair or the Cleaner tool to standardize nulls first. Dates in non-ISO formats (e.g., 15-Jan-2024) may not be detected as TIMESTAMP — use the Date Fixer tool to standardize them to YYYY-MM-DD first.