admin管理员组文章数量:1353658
I have multiple(a lot) json files. One file basically represents one record. My goal is to feed the data to power bi, to do some analysis. I tried adding data to relational database MS SQL. But mapping got too complicated, because of lots of nested nodes. Then I simply merged few files to one json and feed to power bi. which seems to work. I get the data I want. Now my question is, what would be alternative to merging all those json files as size of the resulting json file would be a problem with increasing records. MongoDb may be simpler in this case instead MS sql, but I don't have option to use MongoDB.
本文标签: Json data handling for analysisStack Overflow
版权声明:本文标题:Json data handling for analysis - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743883876a2555698.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论