GitHub user vadimar opened a pull request:
https://github.com/apache/nifi/pull/2953
[NIFI-5525] CSVRecordReader fails with StringIndexOutOfBoundsExceptioâ¦
Fixed incorrect value trimming when the field is double quote
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vadimar/nifi-1 nifi-5525
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2953.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2953
----
commit 1a8e4f7748739ffa586073356002404031a97c84
Author: Vadim Arshavsky <varshavsky@...>
Date: 2018-08-16T14:25:38Z
[NIFI-5525] CSVRecordReader fails with StringIndexOutOfBoundsException when
field is a double quote
----
---