Splits a line by a sparator into tokens
Extends Interceptor
This interceptor cares about the handling of the messages. It will add the hops and copies the messages
This module reads an object stream which contains a string data field. It will split this string into tokens
Creates the line tokenizer and sets the options. The following options are supported: { "separator_list" : [',', ';'], "quote_char" : '"', "use_quotes" : true, "trim" : true }
opts
Reads the stream data and split it into lines.
data
enc
cb
With npm do:
npm install @kronos-integration/interceptor-line-tokenizer-csv
BSD-2-Clause