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

Timea Barna updated NIFI-8761:
------------------------------
    Description: 
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.

  was: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.


> 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
>
> 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)

Reply via email to