Skip to main content

Inspect format transformations

Compare the authored mappings and representative outputs for each format stage.

Interactive pipeline

FORMAT TRANSFORMATIONS

Curated encoding walkthrough

Stage 1 of 4

JSON Input

A representative JSON record before a schema-backed encoding is selected.

1HighlightsAuthored emphasis only—not a computed diff.
Copy & download

Input

{"sensor_id": "sensor-42","temperature_celsius": 23.5,"humidity_percent": 45.2,"timestamp": "2024-01-15T10:30:00Z"}

Output

Authored highlight: JSON review points:Field names and numeric types are explicitNo schema artifact is attached to this record
Stage configuration01-json-input.yaml
pipeline:
  processors: [] # JSON input; no format conversion yet