bson-json-to-csv

时间:2024-04-24 18:25:01
【文件属性】:

文件名称:bson-json-to-csv

文件大小:598KB

文件格式:ZIP

更新时间:2024-04-24 18:25:01

Scala

bson-json-to-csv 从嵌套的bson / json文件中创建平面的csv文件 用法 适用于json / bson对象流。 例如, { " name " : " john " , " location " : { " city " : " mumbai " , " country " : " india " } } { " name " : " jane " , " location " : " delhi " , " tags " : [ " scala " , " java " , " big data " ] } 每个*对象都进入一个csv行。 上面的文件将生成一个带头和两个csv记录的csv .name,.location.city,.location.country,.tags[1],.location,.tags[


【文件预览】:
bson-json-to-csv-main
----.gitignore(67B)
----images()
--------help.png(401KB)
--------usage.png(179KB)
----project()
--------plugins.sbt(61B)
--------build.properties(23B)
--------project()
--------metals.sbt(161B)
--------Libs.scala(971B)
----src()
--------main()
--------test()
----.github()
--------workflows()
----README.md(2KB)
----changelog()
--------v1.3.0.md(208B)
--------v1.1.0.md(110B)
--------release-instructions.md(739B)
--------v1.0.1.md(102B)
--------v1.2.0.md(163B)
----.scalafmt.conf(15B)
----build.sbt(1KB)

网友评论