benthos read beautified json
I have a simple json { "years": [ "2018", "2019" ] } that I want to read with Benthos. However as this is a "beautified" json, Benthos reads each line as message. How can one read this multiline json with benthos and compactify it for further downstream processors? input: file: paths: [./init.json] codec: lines/multipart pipeline:… Read More benthos read beautified json