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)