UUID and Timestamp Combo
Generate IDs and timestamps in sequence for correlated test fixtures.
Use case
Use this for event fixtures where records need both unique IDs and temporal fields.
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 IDs and timestamps in sequence for correlated test fixtures.
UUID / ID Generator
JSON → JSON
Generate IDs
IDs in the selected output format.
Timestamp Generator
JSON → JSON
Generate timestamps
Offset-based timestamps rendered in requested formats.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · UUID / ID Generator
UUID / ID Generator
Generate UUID or sequential IDs in JSON array, newline, or CSV formats.
ID generator input (JSON envelope)
Provide { "type": "uuid-v4|sequential", "count": 5, "format": "json-array|newline|csv", "prefix": "optional" }.
Generated IDs
IDs in the selected output format.
Run this step to process the current input and prepare the next workflow stage.
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.