Splits a stream into lines.
Transforms an object stream into a stream of strings
Creates the line parser and sets the options. The following options are supported: { "allow_new_line_in_cell" : true, "line_separator" : "\n", "quote_char" : '"' "skip_empty_lines" : true }
opts(optional, default{})
Reads the stream data and split it into lines.
dataencnext
Extends Interceptor
This interceptor cares about the handling of the messages. It will add the hops and copies the messages
With npm do:
npm install kronos-interceptor-stream-obj2stringBSD-2-Clause