How can I turn the deepest elements of nested JSON payload into individual rows in Power Query?

≯℡__Kan透↙ 提交于 2019-11-30 23:47:05

Chris Webb wrote a recursive function to expand all table-type columns - I've managed to clone it for record-type columns:

https://gist.github.com/Mike-Honey/0a252edf66c3c486b69b

If you use Record.FromList for the expansion it should work.

You can find an example in the script here: https://chris.koester.io/wp-content/uploads/2016/04/TransformJsonArrayWithPowerQueryImkeFeldmann.txt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!