minio / simdjson-go

Golang port of simdjson: parsing gigabytes of JSON per second
Apache License 2.0
1.8k stars 85 forks source link

Explode/Flatten to CSV example? #68

Closed tooptoop4 closed 2 years ago

tooptoop4 commented 2 years ago

Do you have an example of this? https://stackoverflow.com/questions/54210389/is-there-a-generic-way-to-read-the-multiline-json-in-spark-more-specifically-sp

klauspost commented 2 years ago

You will have to do the exploding yourself. That functionality is not part of this package.