You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Kulik Gábor (Jira)" <ji...@apache.org> on 2022/03/17 16:03:00 UTC

[jira] [Created] (NIFI-9808) PutHbase processor fails to encode CSV using CSVReader

Kulik Gábor created NIFI-9808:
---------------------------------

             Summary: PutHbase processor fails to encode CSV using CSVReader
                 Key: NIFI-9808
                 URL: https://issues.apache.org/jira/browse/NIFI-9808
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 1.15.2
            Reporter: Kulik Gábor
         Attachments: image-2022-03-17-16-43-22-348.png

Steps to repro:
- create a PutHbase processor using CSVReader service with the attached configuration.
- encode some CSV data which has a field with a value both starts and ends with a ". eg "field"
- using RFC-4180 it will result as """field""" in the encoded csv file.
- feed it to the processor
- read data from hbase

What we expect: "field" can be found in hbase
What do we see: field can be found in hbase (the quotes are gone)


  !image-2022-03-17-16-43-22-348.png|width=394,height=350!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)