Generate and Profile CSV
Generate mock CSV and immediately profile column quality metrics.
Use case
Use this for synthetic analytics fixture generation with quick data-quality review.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Generate mock CSV and immediately profile column quality metrics.
CSV Data Generator
JSON → CSV
Generate CSV data
Mock CSV rows produced from the provided specification.
CSV Column Profiler
CSV → JSON
Profile CSV columns
Review the result here before moving to the next step.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · CSV Data Generator
CSV Data Generator
Generate mock CSV with configurable columns including uuid, email, integer, float, date, boolean, enum, and name.
CSV generator input (JSON envelope)
Provide { "columns": [{ "name": "id", "type": "uuid" }], "count": 10, "seed": 42 }.
Generated CSV
Mock CSV rows produced from the provided specification.
Run this step to process the current input and prepare the next workflow stage.
CSV Column Profiler
Profile CSV columns with inferred type, emptiness, uniqueness, top values, and numeric percentiles.
CSV input
Provide csv input for this workflow step.
Column profile report
Review the result here before moving to the next step.
Run this step to process the current input and prepare the next workflow stage.