No Data Model Selected
JSON Representation
🔄 Converters Beta
Esc to close
dbt Semantic Model
🔄
Drop dbt files here
semantic_manifest.json · .yml semantic model files
How to get files:
semantic_manifest.json: dbt Cloud artifact
.yml: Semantic model YAML with entities, dimensions, measures
Paste: Paste YAML directly into the textarea above
Sigma Data Model JSON
Snowflake Semantic View
❄️
Drop semantic view file here
Cortex Analyst .yaml · .yml · .json
How to get files:
Snowsight: Semantic Views → Export YAML
Generator: Cortex Analyst Semantic Model Generator
Paste: Paste YAML directly into the textarea above
Sigma Data Model JSON
LookML Project Files
🔍
Drop .lkml files here
Upload one .model.lkml + one or more .view.lkml files — or just .view.lkml files (view-only mode: standalone elements, no joins)
Relationships are lazy (join on demand). Physical joins are eager (always joined).
🤖 AI key for formula conversion (optional — converts complex sql expressions)
Without a key, simple patterns (ROUND, DATEDIFF, column = 1, CASE WHEN) are converted automatically. Complex expressions need a key.
Sigma Data Model JSON
Tableau Workbook
📊
Drop .twb, .twbx, .tds, or .tdsx files here
Multiple files supported — combined into one data model
Tables span more than one connection
Relationships are lazy (join on demand). Physical joins are eager (always joined).
Sigma Data Model JSON
Power BI Model
📈
Drop .pbit or model.bim file here
.pbit = Power BI template (zip) · .bim = TMSL JSON
How to get files:
.pbit: In Power BI Desktop → File → Save As Template
model.bim: Save as PBIP project, or export via Tabular Editor
Paste: Copy DataModelSchema JSON directly into the textarea below
Sigma Data Model JSON
Alteryx Workflow
⚙️
Drop .yxmd file here
.yxmd = Alteryx Workflow (XML)
Sigma Data Model JSON
Atlan Data Contract
📝
Drop data contract file here
datacontract.yaml · .yml · .json
How to get files:
Atlan: Asset profile → Contracts tab → Copy YAML
Atlan CLI: atlan init contract → edit → export
Paste: Paste YAML directly into the output textarea
Sigma Data Model JSON
Omni Analytics Model
🌐
Drop Omni YAML files here
.view.yaml · .model.yaml
How to get files:
.view.yaml: One file per view — dimensions & measures
.model.yaml: Explores & joins — wires relationships
Paste: Paste YAML directly into the textarea above
Sigma Data Model JSON
ThoughtSpot TML
🔷
Drop ThoughtSpot TML files here
.tml · .yaml
How to get files:
TML export: Data > Worksheets → ⋯ → Export TML
Bulk export: Develop > SpotApps → Export TML
Paste: Paste TML YAML directly into the textarea above
Sigma Data Model JSON
IBM Cognos Data Module
🟦
Drop Cognos Data Module JSON here
.json
How to get files:
REST: GET /api/v1/objects/{moduleId}?fields=specification
Cognos UI: Data module → ⋯ → Export specification (JSON)
Paste: Paste the Data Module JSON directly into the textarea above
Sigma Data Model JSON
QuickSight Assets
☁️
Drop QuickSight JSON or .qs files here
.json · .qs (Asset Bundle zip)
How to get files:
Analysis: aws quicksight describe-analysis-definition --account-id X --analysis-id Y > analysis.json
Dataset: aws quicksight describe-data-set --account-id X --data-set-id Z > dataset.json (one per referenced dataset)
Asset Bundle: drop a .qs zip from start-asset-bundle-export-job — each analyses/*.json and datasets/*.json is auto-extracted
Sigma Data Model JSON
Qlik Data Model
🔮
Drop Qlik metadata JSON or .qvd files here
REST API export · QVD files · or paste below
QVD files: only header metadata is read (table + fields + types). Set Database/Schema overrides for the warehouse path — QVDs don't include the load script.
How to get metadata:
REST API: GET /api/v1/apps/{appId}/data/metadata
Qlik CLI: qlik app data metadata get --app-id {id}
Master items: Add masterMeasures / masterDimensions arrays for metrics
Sigma Data Model JSON
BusinessObjects Universe
🏛️
Drop a universe JSON file here
RWS /sl/v1/universes/{id} export · or paste below
How to get the universe JSON:
RWS: POST /biprws/logon/long → token
GET /biprws/sl/v1/universes → list
GET /biprws/sl/v1/universes/{id} → metadata
Sigma Data Model JSON
Oracle Analytics Cloud
☁️
Drop SMML .zip or .json files here
OAC Semantic Modeler → ⋯ → Export → .zip
How to get files:
• In OAC, open the Semantic Modeler
• Click ⋯ → Export to download the .zip
• Drop the .zip here — or upload individual logical table .json files from the logical/ folder inside the ZIP
Sigma Data Model JSON
Cube.dev Schema
🟦
Drop Cube schema files here
.yml · .yaml · .js
How to get files:
YAML: model/cubes/*.yml · model/views/*.yml
JS: schema/*.js with cube(`Name`, {…})
Sigma Data Model JSON
Tableau Prep Flow
🔧
Drop .tfl/.tflx + optional .tds files
.tds files auto-resolve LoadSqlProxy stubs
How to get files:
.tfl / .tflx: Tableau Prep Builder → File → Save
• CSV/Excel inputs need a tableMapping override (filename → warehouse table)
• LoadSqlProxy (Tableau Server datasource) → Custom SQL stub
Sigma Data Model JSON
Custom SQL
🗄️
Drop .sql files here
Multiple files supported · or paste below
What gets converted:
Simple SELECT … FROM table → native warehouse-table element
SELECT list → column names auto-extracted
db.schema.table → path auto-detected; overrides below apply
Complex queries (JOINs, CTEs, subqueries) → SQL fallback element
Sigma Data Model JSON