[ 
https://issues.apache.org/jira/browse/NIFI-7734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Payne updated NIFI-7734:
-----------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> Add Record Separator property to CSVReader, causes Jackson parser to fail 
> with Custom format
> --------------------------------------------------------------------------------------------
>
>                 Key: NIFI-7734
>                 URL: https://issues.apache.org/jira/browse/NIFI-7734
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> If "Custom" is set as the format in CSVReader when "Jackson CSV" is set for 
> the CSV Parser property, a NullPointerException occurs.
> This is because there is no Record Separator property available for 
> CSVReader, so the value is null when retrieved to configure the Jackson CSV 
> parser. The Jackson CSV Parser code in NiFi should be updated to check for 
> null and default to the newline character sequence, and the Record Separator 
> property should be exposed in the CSVReader in order to ensure it is set (and 
> can be configured by the user), as was done for the 
> ConvertExcelToCSVProcessor.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to