[
https://issues.apache.org/jira/browse/NIFI-8761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403780#comment-17403780
]
ASF subversion and git services commented on NIFI-8761:
-------------------------------------------------------
Commit 9ebdd4bdf1d15586d1d1415551467ee0650cc0b0 in nifi's branch
refs/heads/main from timeabarna
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9ebdd4b ]
NIFI-8761 Enable not setting a value for Escape Character in CSVReade… (#5249)
NIFI-8761 Enable not setting a value for Escape Character in CSVReader
controller service
Co-authored-by: Pierre Villard <[email protected]>
> Enable not setting a value for Escape Character in CSVReader controller
> service
> -------------------------------------------------------------------------------
>
> Key: NIFI-8761
> URL: https://issues.apache.org/jira/browse/NIFI-8761
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Peter Gyori
> Assignee: Timea Barna
> Priority: Minor
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Currently Escape Character is a mandatory property in the CSVReader
> controller service. Whenever a custom CSV format is specified in the reader,
> it needs to be provided. If it is not set, it defaults to '\'. It would be
> useful to allow the users not to set this value in which case no character
> would be considered an escape character. CSVFormat class allows passing null
> value as the escape char (to the constructor) and some built-in formats (RFC
> 4180, Microsoft Excel, Tab-delimited, Informix Unload Escape Disabled)
> actually use this setting.
> Also modify the CSVRecordSetWriter, so the record could be written in
> alignment with the reader.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)