Generate Test Data with Timestamps
Generate timestamp references, then generate CSV fixtures and convert to JSON.
Use case
Use this for end-to-end fixture generation with time-based context and tabular exports.
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 timestamp references, then generate CSV fixtures and convert to JSON.
Timestamp Generator
JSON → JSON
Generate timestamps
Offset-based timestamps rendered in requested formats.
CSV Data Generator
JSON → CSV
Generate CSV data
Mock CSV rows produced from the provided specification.
CSV to JSON Converter
CSV → JSON
Convert to JSON
JSON generated from the CSV input.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · Timestamp Generator
Timestamp Generator
Generate timestamps in multiple formats for offsets from an anchor date.
Timestamp generator input (JSON envelope)
Provide { "anchor": "ISO date", "offsets": ["-1h","now","+24h"], "formats": ["iso","unix-ms","sql"] }.
Generated timestamps
Offset-based timestamps rendered in requested formats.
Run this step to process the current input and prepare the next workflow stage.
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 to JSON Converter
Convert CSV rows with headers into a clean JSON array.
CSV input
Paste CSV rows with a header row.
JSON output
JSON generated from the CSV input.
Run this step to process the current input and prepare the next workflow stage.