Derivation Flatten Array

Create an Estuary derivation that flattens a nested array into one output document per array element. Use for normalising nested JSON, exploding line items, unpacking tags, or producing one-row-per-item tables from arrays. Derivations add complexity and cost — confirm the user wants a derivation before reaching for this (some destinations can `UNNEST` server-side without one). Use when user says "flatten-array derivation", "derivation to explode an array", "transformation to unnest", "derive one row per item", or "flatten nested data with a derivation".

estuary 61f2c56 10.9 KB Updated

File contents

estuary/agent-skills/tree/main/skills/derivation-flatten-array commit 61f2c56366

Frequently asked questions

npx skillmds@latest add estuary/derivation-flatten-array