[
https://issues.apache.org/jira/browse/NIFI-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16012755#comment-16012755
]
ASF subversion and git services commented on NIFI-3910:
-------------------------------------------------------
Commit 3f4b276b713464ad0ccf13b5164e08d118e2cc25 in nifi's branch
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=3f4b276 ]
NIFI-3910: Fixed issue where CSVRecordReader throws an Exception if a field is
missing instead of using a null value
This closes #1807.
> ConvertRecord or CSVReader not handling input data which has more columns
> than the schema properly
> --------------------------------------------------------------------------------------------------
>
> Key: NIFI-3910
> URL: https://issues.apache.org/jira/browse/NIFI-3910
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.2.0
> Reporter: Joseph Witt
> Assignee: Mark Payne
> Fix For: 1.3.0
>
>
> Example when reading a single line CSV where the number of actual data
> columns exceeded what the schema expected we just failed/rolledback the
> session.
> We should route to failure in that case and/or ideally try to parse it up to
> the max known columns.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)