You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Gyori (Jira)" <ji...@apache.org> on 2021/07/06 13:28:00 UTC

[jira] [Created] (NIFI-8761) Enable not setting a value for Escape Character in CSVReader controller service

Peter Gyori created NIFI-8761:
---------------------------------

             Summary: 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


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.



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