Flattening JSON objects so it’s queryable

Описание к видео Flattening JSON objects so it’s queryable

Need to flatten a JSON Object from MongoDB? For example, you need to:

turn something like this:
[{"genres": "[{'id': 80, 'name': 'Comedy'}, {'id': 80, 'name': 'Drama'}]" }]

into this:
[{"name": "Comedy"},{"name": "Drama"}]

You've come to the right place! You can also catch the blog version here:
https://rockset.com/blog/flattening-a...

Join us on Twitch:   / rocksetcloud  
Follow us on Twitter: @rocksetcloud
Follow Nadine: @heyerrrbody
Join the Slack community: https://join.slack.com/t/rockset-comm...

Комментарии

Информация по комментариям в разработке