I’ve created NIFI-6966 and NIFI-6967 with some examples.

Thanks
Shawn Weeks

From: Pierre Villard <pierre.villard...@gmail.com>
Reply-To: "users@nifi.apache.org" <users@nifi.apache.org>
Date: Thursday, December 26, 2019 at 9:33 AM
To: "users@nifi.apache.org" <users@nifi.apache.org>
Subject: Re: CSV Record Reader - No Quote and No Escape

Hey Shawn,

Could you provide an example of what data you have and how you would like to 
have it processed? It'll be easier to add a unit test and make a code change if 
necessary.

Thanks,
Pierre

Le ven. 20 déc. 2019 à 18:51, Shawn Weeks 
<swe...@weeksconsulting.us<mailto:swe...@weeksconsulting.us>> a écrit :
I’m trying to process some tab delimited text that may contain embedded quotes 
and  slashes. How do I disable quote and escape in the CSVReader so that they 
aren’t used. Setting them to empty text doesn’t work and I’m getting the 
following error because there are quotes and slashes in the data despite 
setting the format to tab delimited.

Failed to write due to org.apache.nifi.serialization.MalformedRecordException: 
Error while getting next record. Root cause: java.io.IOException: (line 
1050916) invalid char between encapsulated token and delimiter: 
java.io.IOException: org.apache.nifi.serialization.MalformedRecordException: 
Error while getting next record. Root cause: java.io.IOException: (line 
1050916) invalid char between encapsulated token and delimiter

Reply via email to