[
https://issues.apache.org/jira/browse/NIFI-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16512498#comment-16512498
]
Otto Fowler commented on NIFI-5310:
-----------------------------------
The csv reader has a setting for the escape character, it defaults to '\'. Do
you have that set?
> Not able to read record as string type ending with \ (backslash)
> ----------------------------------------------------------------
>
> Key: NIFI-5310
> URL: https://issues.apache.org/jira/browse/NIFI-5310
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.6.0
> Environment: Windows/Linux Both
> Reporter: Nishant Gupta
> Priority: Critical
> Labels: BackSlash, CSV, Nifi, QueryRecord,
> Attachments: IssueWithBackSlash.PNG
>
>
> *Processor* - QueryRecord
> *RecordReader* - CSVReader
> *RecordWriter* - CSVRecordSetWriter
> *Data* Type- String
> {
> "name": "Name",
> "type": ["string","null"]
> }
> *Data - John\ (Failing), John\M(passing)*
> *Query* - select Name, ID from FLOWFILE
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)