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)

Reply via email to