You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Mike Thomsen <mi...@gmail.com> on 2019/04/15 15:22:05 UTC

Relaxing CSV parsing rules on quotes

We have a CSV data set that does a bad job with escaping quoted strings
like this:

"Smith"^"John"^"Something - "Garbage Here""^"john.smith@testing.com"

Is there any way to tell the CSV readers to just split on the delimiter,
try their best and take whatever garbage is in between if the field is a
string type?

Thanks,

Mike