Generate and Chart CSV
Generate synthetic CSV and immediately render a chart preview.
Use case
Use this when building demo data or validating visualization settings quickly.
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 synthetic CSV and immediately render a chart preview.
CSV Data Generator
JSON → CSV
Generate CSV data
Mock CSV rows produced from the provided specification.
CSV Chart Viewer
CSV → RENDERED-CHART
Render chart
Workflow marker while chart is rendered in UI.
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 Chart Viewer
Plot numeric CSV columns as a bar or line chart. Choose axes and chart type; runs 100% in the browser.
CSV chart input
Paste CSV with headers. Optional workflow hint line: columns: x,y
Chart render status
Workflow marker while chart is rendered in UI.
Run this step to process the current input and prepare the next workflow stage.