-
Notifications
You must be signed in to change notification settings - Fork 5
Export Formats
ravikiranpagidi edited this page Jun 17, 2026
·
1 revision
Great Generator supports convenience exports:
- CSV
- JSON
- Parquet
- Delta
generate_domain(
"ecommerce",
scale="small",
output_path="./synthetic/ecommerce",
output_format="parquet",
)Output layout is table-per-folder:
synthetic/ecommerce/
customers/
products/
orders/
order_items/
payments/
Returned DataFrames are still returned even when writing to disk. This gives users the flexibility to write to databases, table catalogs, custom paths, or any pandas/Spark-supported destination.
- Home
- Problem Statement
- Quick Start
- Generate Related Tables
- Query-Aware Generation
- Supported Schema Inputs
- Function Comparison
- Getting Started
- Plain Dictionary
- Rich Dictionary
- Pandas
- PySpark StructType
- Contracts and SQL DDL
- Schema Generation
- JSON Schema
- YAML Schema Profile