You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gaël Poujol (Jira)" <ji...@apache.org> on 2023/04/26 13:48:00 UTC

[jira] [Created] (NIFI-11487) JoinEnrichment not inserting enrichment data fields

Gaël Poujol created NIFI-11487:
----------------------------------

             Summary: JoinEnrichment not inserting enrichment data fields 
                 Key: NIFI-11487
                 URL: https://issues.apache.org/jira/browse/NIFI-11487
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.20.0
            Reporter: Gaël Poujol


I am using a ForkEnrichment - JoinEnrichment combo to enrich some data. 

The "wrapper" options for the "Join Strategy" don't insert enrichment data fileds.

For exemple, I have this data on the original part,
{quote}[ {
  "id" : "Orignal"
} ]
{quote}
and this data on the enrichment part,
{quote}{{[ {}}
{{  "id" : Enrichment"}}
{{} ]}}
{quote}
And after join (I use wrapper option) I have this,
{quote}{{[ {}}
{{  "original" : {}}
{{    "id" : "Orignal"}}
{{  }}}
{{} ]}}
{quote}
{{But I should have this?}}
{quote}{{[ {}}
{{  "original" : {}}
{{    "id" : "Orignal"}}
{{  },}}

{{  "enrichment" : {}}
{{{}    "id" : "e{}}}{{{}nrichment{}}}{{{}"{}}}
{{  }}}
{{{}} ]{}}}{{{}{}}}
{quote}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)