Dataset JSON Flattener
Pricing
Pay per usage
Go to Apify Store
Dataset JSON Flattener
Flatten nested JSON objects into flat key/value rows using configurable dot notation, from inline JSON or an Apify Dataset.
Dataset JSON Flattener
Pricing
Pay per usage
Flatten nested JSON objects into flat key/value rows using configurable dot notation, from inline JSON or an Apify Dataset.
Optional Apify Dataset to flatten. If empty, the inline rows below are used.
JSON rows to flatten when no Source Dataset is selected.
[ { "id": "A001", "user": { "name": "Alice", "address": { "city": "Tokyo" } } }, { "id": "A002", "user": { "name": "Bob", "address": { "city": "Osaka" } }, "tags": [ "customer", "active" ] }]