You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Nishant Gupta (JIRA)" <ji...@apache.org> on 2018/06/14 08:57:00 UTC

[jira] [Created] (NIFI-5310) Not able to read record as string type ending with \ (backslash)

Nishant Gupta created NIFI-5310:
-----------------------------------

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