I think you're running into NIFI-5525 [1], it should be fixed in master as well as the upcoming 1.8.0 release.
Regards, Matt [1] https://issues.apache.org/jira/browse/NIFI-5525 On Wed, Oct 24, 2018 at 7:14 AM Nalinrat Laekawan <[email protected]> wrote: > Hi nifi team, > > I found some issue with CSVreader in NIFI. I tried to parse the CSV file > in RFC 4180 format. The data has some rows with a text value of “”””, which > according to RFC 4180 should be parsed to be a single double quote (“). > However, the NIFI job failed with the error of ‘StringIndexOutofBound’. > > > > A flow that I’m implementing and some of mock up data that I’m using for > testing are attached. > > > > Here is the results of the files that I attached, for the id ‘1’ has the > error with a text value of “”””. > [image: image.png] >
