Support line-delimited JSON

New nodes for handling line-delimited JSON.

https://en.wikipedia.org/wiki/JSON_Streaming
This commit is contained in:
Michael Penkov
2017-10-28 15:57:37 +02:00
parent 3e7898a987
commit 10a82cce62
5 changed files with 60 additions and 2 deletions

View File

@ -12,6 +12,11 @@ Command line
* `bonobo download /examples/datasets/coffeeshops.txt` now downloads the coffeeshops example
Graphs and Nodes
................
* New `LdjsonReader` and `LdjsonWriter` nodes for handling `line-delimited JSON <https://en.wikipedia.org/wiki/JSON_Streaming>`_.
v.0.5.0 - 5 october 2017
::::::::::::::::::::::::