Nested source record
{
"order": {"id": "o-1004", "total": 8.75},
"customer": {"name": "Smith, Alice"},
"tags": ["gift", "follow-up"]
}
Public capability proof · synthetic data
Four synthetic order records are flattened through six declarative mapping rules. The checked-in output preserves Unicode, escapes embedded commas, and accounts for every input row.
{
"order": {"id": "o-1004", "total": 8.75},
"customer": {"name": "Smith, Alice"},
"tags": ["gift", "follow-up"]
}
order.id → order_id customer.name → customer_name order.total → total_usd / decimal_2 tags → tags / join_pipe
| order_id | customer_name | customer_email | total_usd | paid | tags |
|---|---|---|---|---|---|
| o-1001 | Ada Lovelace | ada@example.com | 19.50 | true | new|priority |
| o-1002 | Bob Stone | 0.00 | false | ||
| o-1003 | Chloë de Vries | chloe@example.com | 125.00 | true | renewal |
| o-1004 | Smith, Alice | alice.smith@example.com | 8.75 | true | gift|follow-up |
The manifest records three SHA-256 checksums, two intentionally empty output cells, and zero unaccounted rows. This is owned synthetic portfolio work—not client data, a testimonial, or a revenue claim.