Schemagenerator

Genereer automatisch CREATE TABLE SQL DDL vanuit de structuur van een CSV-bestand.

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

Unlocking Tool Engine...

Hoe Te Gebruiken Schemagenerator

Voltooi uw taak perfect in slechts drie eenvoudige stappen.

1

CSV uploaden

Zet uw CSV-bestand neer.

2

Configureren

Kies SQL-dialect, tabelnaam en pas automatisch gedetecteerde kolomtypes aan.

3

SQL downloaden

Download de CREATE TABLE DDL-instructie.

Veelgestelde Vragen

Alles wat u moet weten over de Schemagenerator.

Welke SQL-dialecten worden ondersteund?

PostgreSQL, MySQL, SQLite, SQL Server en BigQuery.

Worden datatypes automatisch gedetecteerd?

Ja — INTEGER, FLOAT, DATE, BOOLEAN en VARCHAR met afgeleide lengtes.

Wordt mijn bestand geüpload?

Nee. Alles draait lokaal in uw browser.

Bestandsgrootte limiet?

Verwerk bestanden tot de geheugenlimiet van de browser.

Kan ik indexen toevoegen aan de DDL?

Ja — voeg PRIMARY KEY en INDEX-definities toe voordat u downloadt.

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.