senzing-garage/stream-producer

When encountering a malformed line in an input file, log it and continue.

Opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
We've notice input files with lines that are malformed (i.e. CSV delimiters are corrupted by delimiters in the data itself)

Describe the solution you'd like
When the stream-producer encounters such an error:

  1. Log the error
  2. Continue reading the next records.

How about added a command line option to log failed lines?

It is ok to log all of the information to an error log file.