Export your data models or import from files
Select a project first
Full machine-readable export with all data. Can be re-imported later.
Human-readable documentation in Markdown format.
Self-contained HTML documentation with styling.
CREATE TABLE statements for your database dialect.
Drag & drop a file here or click to browse
Supports: JSON, CSV, Excel, SQL DDL, SwaggerNative Datada JSON export format with models, entities, attributes, and relationships
OpenAPI 3.x and Swagger 2.0 specification files
Apache Avro data files (.avro) and schema files (.avsc)
SQL Data Definition Language files with automatic dialect detection using sqlglot
CSV (Comma-Separated Values) files - one file becomes one entity
Microsoft Excel files (.xlsx, .xls) - each sheet becomes an entity
dbt manifest.json files with full lineage extraction
Apache Parquet columnar storage files with schema detection
Delta Lake table schema from _delta_log JSON files
Generic JSON files with automatic schema inference
Generic XML files with automatic schema inference
Apache ORC (Optimized Row Columnar) files with schema detection