[ 
https://issues.apache.org/jira/browse/NIFI-11487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard resolved NIFI-11487.
-----------------------------------
    Resolution: Feedback Received

Apache NiFi 1.x is no longer maintained and no new release is planned on the 
1.x release line. Marking as resolved as part of a cleanup operation. Please 
open a new one with an updated description if this is still relevant for NiFi 
2.x.

> 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
>            Priority: Major
>
> 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