JSON unnesting makes it easy to work with deeply nested and semi-structured data. Extract nested fields from JSON objects and arrays into flat, queryable formats during ingestion.
transformConfigs
and unnestConfig
.user_id | user_name | event |
---|---|---|
123 | Alice | click |
orderId | items_sku | items_qty |
---|---|---|
A001 | X1 | 2 |
A001 | X2 | 1 |