<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question How to Join 2 Processor JoinEnrichment in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-Join-2-Processor-JoinEnrichment/m-p/411021#M252967</link>
    <description>&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;I'd like to looking for your help on this.&lt;/P&gt;&lt;P&gt;I seeking your guidance regarding how to join 2 JoinEnrichment Processors.&lt;/P&gt;&lt;P&gt;Please help!!&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 07:39:26 GMT</pubDate>
    <dc:creator>HoangNguyen</dc:creator>
    <dc:date>2025-07-01T07:39:26Z</dc:date>
    <item>
      <title>How to Join 2 Processor JoinEnrichment</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-Join-2-Processor-JoinEnrichment/m-p/411021#M252967</link>
      <description>&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;I'd like to looking for your help on this.&lt;/P&gt;&lt;P&gt;I seeking your guidance regarding how to join 2 JoinEnrichment Processors.&lt;/P&gt;&lt;P&gt;Please help!!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 07:39:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-Join-2-Processor-JoinEnrichment/m-p/411021#M252967</guid>
      <dc:creator>HoangNguyen</dc:creator>
      <dc:date>2025-07-01T07:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join 2 Processor JoinEnrichment</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-Join-2-Processor-JoinEnrichment/m-p/411023#M252968</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/128357"&gt;@HoangNguyen&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Welcome to the community.&lt;BR /&gt;&lt;BR /&gt;It would be very difficult to provide any suggestions with the limited information you have shared.&amp;nbsp; Please share more detail about your use case and what you are trying to accomplish.&amp;nbsp; &amp;nbsp;The &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.28.0/org.apache.nifi.processors.standard.JoinEnrichment/index.html" target="_blank"&gt;JoinEnrichment&lt;/A&gt; processor is used in conjunction with the &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.28.0/org.apache.nifi.processors.standard.ForkEnrichment/index.html" target="_blank"&gt;ForkEnrichment&lt;/A&gt; processor.&amp;nbsp; For a JoinEnrichment processor to join two NiFi&amp;nbsp; FlowFiles, those two FlowFiles must both have a matching group id set in an "enrichment.group.id" attribute on each FlowFile and must also have an Attribute" enrichment.role" set appropriately on each FlowFile (ORIGINAL set on FlowFile to be enriched and ENRICHMENT set on the FlowFile containing the enrichment data).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 12:44:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-Join-2-Processor-JoinEnrichment/m-p/411023#M252968</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-07-01T12:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join 2 Processor JoinEnrichment</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-Join-2-Processor-JoinEnrichment/m-p/411051#M252978</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your prompt reply.&lt;/P&gt;&lt;P&gt;I would like to create a NiFi chart structured as follows, as I am unable to attach a screenshot due to limitations:&lt;/P&gt;&lt;P&gt;```&lt;BR /&gt;ExecuteSQL&lt;BR /&gt;-&amp;gt; QueryRecord&lt;BR /&gt;-&amp;gt; ForkEnrichment&lt;BR /&gt;&amp;nbsp; &amp;nbsp; -&amp;gt; (original) JoinEnrichment-1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; -&amp;gt; (enrichment) ExecuteSQL&lt;BR /&gt;&amp;nbsp; &amp;nbsp; -&amp;gt; (original) JoinEnrichment-2&lt;BR /&gt;&amp;nbsp; &amp;nbsp; -&amp;gt; (enrichment) ExecuteSQL&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;I am looking to join JoinEnrichment-1 and JoinEnrichment-2. Could you please advise if there is a way to achieve this? I would greatly appreciate your support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 00:53:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-Join-2-Processor-JoinEnrichment/m-p/411051#M252978</guid>
      <dc:creator>HoangNguyen</dc:creator>
      <dc:date>2025-07-02T00:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join 2 Processor JoinEnrichment</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-Join-2-Processor-JoinEnrichment/m-p/411098#M252986</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/128357"&gt;@HoangNguyen&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All the ForkEnrichment processor does is add two specific FlowFile Attributes to each FlowFile it outputs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_0-1751469891673.png" style="width: 723px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46171i46F5106F6E065302/image-dimensions/723x94?v=v2" width="723" height="94" role="button" title="MattWho_0-1751469891673.png" alt="MattWho_0-1751469891673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The JoinEnrichment processor depends on receiving two FlowFiles with Matching "enrichment.group.ids" and one with "enrichment.role" = ORIGINAL and other FlowFile with "enrichment.id" = ENRICHMENT.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So you can do something like this for example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_1-1751470087060.png" style="width: 715px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46172i2A4D5B29ED250AA6/image-dimensions/715x538?v=v2" width="715" height="538" role="button" title="MattWho_1-1751470087060.png" alt="MattWho_1-1751470087060.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the above you above you fork the staring FlowFile and then join that first Enrichment, then you use ForkEnrichment again to generate the needed FlowFile attributes for the second Join enrichment operation.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 15:31:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-Join-2-Processor-JoinEnrichment/m-p/411098#M252986</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-07-02T15:31:04Z</dc:date>
    </item>
  </channel>
</rss>

