<?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 Re: How do I search through FlowFiles and pull out all lines that match a multiple string values? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382367#M244559</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/108791"&gt;@MPHSpeed&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Rather than using &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.RouteText/index.html" target="_blank" rel="noopener"&gt;RouteText&lt;/A&gt; processor which routes individual lines of a text file, you could use &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.RouteOnContent/index.html" target="_blank" rel="noopener"&gt;RouteOnContent&lt;/A&gt;&amp;nbsp;processor that routes the entire FlowFile whose content matches to a dynamic relationship.&lt;BR /&gt;&lt;BR /&gt;What i would do is extract the data type &lt;STRONG&gt;TDRS 3, or AMSC 1 or SKYNET 4C, &lt;/STRONG&gt;etc to a FlowFile attribute using &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.ExtractText/index.html" target="_blank" rel="noopener"&gt;ExtractText&lt;/A&gt; processor and then you have that type associated with the FlowFile through your entire flow making it easy to do things like merge FlowFiles all of same type together (&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.MergeContent/index.html" target="_blank" rel="noopener"&gt;MergeContent&lt;/A&gt; with "&lt;SPAN&gt;Correlation Attribute Name")&lt;/SPAN&gt;, route FlowFiles of a specific type using &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.RouteOnAttribute/index.html" target="_blank" rel="noopener"&gt;RouteOnAttribut&lt;/A&gt;e, etc...&lt;BR /&gt;&lt;BR /&gt;Then you also have options using the many Record based processors if you can define a schema for your data that defines your record as those three lines.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;SplitText (splits relationship) ---&amp;gt; ExtractTEXT:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_0-1705526991646.png" style="width: 698px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39458i3C964CD19CC7E8C8/image-dimensions/698x487?v=v2" width="698" height="487" role="button" title="MattWho_0-1705526991646.png" alt="MattWho_0-1705526991646.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_3-1705527064741.png" style="width: 700px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39461i2B50CBBF68D18352/image-dimensions/700x252?v=v2" width="700" height="252" role="button" title="MattWho_3-1705527064741.png" alt="MattWho_3-1705527064741.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ExtractText (Matched relationship) --&amp;gt; RouteOnAttribute&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_4-1705527171077.png" style="width: 697px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39462i64B0890CF4CD010D/image-dimensions/697x481?v=v2" width="697" height="481" role="button" title="MattWho_4-1705527171077.png" alt="MattWho_4-1705527171077.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;RouteOnAttribute with above configuration will have three dynamically created relationships for the data types you want to keep.&amp;nbsp; connect each to the unique dataflow path for processing that data type.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_6-1705527384059.png" style="width: 707px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39464iE0402F2799012A6F/image-dimensions/707x738?v=v2" width="707" height="738" role="button" title="MattWho_6-1705527384059.png" alt="MattWho_6-1705527384059.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, 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 one or more 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>Wed, 17 Jan 2024 21:37:34 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2024-01-17T21:37:34Z</dc:date>
    <item>
      <title>How do I search through FlowFiles and pull out all lines that match a multiple string values?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382352#M244557</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;I'm currently grabbing data from a website, "splitting" it into its separate components and trying to route them so I can save them into a single zipped file.&lt;BR /&gt;&lt;BR /&gt;My workflow currently works as follows:&lt;BR /&gt;InvokeHTTP --&amp;gt; SplitText --&amp;gt; RouteText ...&lt;/P&gt;&lt;P&gt;The original Dataset is a bunch of satellite data (example below).&amp;nbsp; I’m then splitting it into separate 3 line records. I then run RouteText and try and grab specific records.&amp;nbsp; For example, if I wanted &lt;STRONG&gt;TDRS 3&lt;/STRONG&gt; and &lt;STRONG&gt;AMSC 1&lt;/STRONG&gt; and &lt;STRONG&gt;SKYNET 4C,&lt;/STRONG&gt; how do I pull them out with its respected 2 lines?&amp;nbsp; I tried adding a Property:&amp;nbsp; SatelliteData1 = &lt;STRONG&gt;${literal('TDRS 3')}&lt;/STRONG&gt;.&amp;nbsp; This only gives me the first line of the Split record (I need all 3).&amp;nbsp; I tried OR-Statement, but don't think I'm using it right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;${literal('TDRS 3''):or(${literal('AMSC 1')}):or(${literal('SKYNET 4C')})}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be greatly appreciated.&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Original Data:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MPHSpeed_0-1705512709062.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39454iBBD685A29652751E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MPHSpeed_0-1705512709062.png" alt="MPHSpeed_0-1705512709062.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Splitting&lt;/U&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;U&gt;:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MPHSpeed_1-1705512709071.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39455iD97856B454CDB660/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MPHSpeed_1-1705512709071.png" alt="MPHSpeed_1-1705512709071.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MPHSpeed_2-1705512709072.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39456i3D4897EDA2310B99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MPHSpeed_2-1705512709072.png" alt="MPHSpeed_2-1705512709072.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MPHSpeed_3-1705512709076.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39457i0530FF49BC19AA0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MPHSpeed_3-1705512709076.png" alt="MPHSpeed_3-1705512709076.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 17:39:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382352#M244557</guid>
      <dc:creator>MPHSpeed</dc:creator>
      <dc:date>2024-01-17T17:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search through FlowFiles and pull out all lines that match a multiple string values?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382353#M244558</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/108791"&gt;@MPHSpeed&lt;/a&gt;&amp;nbsp;Welcome to the Cloudera Community!&lt;BR /&gt;&lt;BR /&gt;To help you get the best possible solution, I have tagged our NiFi experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95503"&gt;@steven-matison&lt;/a&gt;&amp;nbsp; who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please keep us updated on your post, and we hope you find a satisfactory solution to your query.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 17:47:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382353#M244558</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-01-17T17:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search through FlowFiles and pull out all lines that match a multiple string values?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382367#M244559</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/108791"&gt;@MPHSpeed&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Rather than using &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.RouteText/index.html" target="_blank" rel="noopener"&gt;RouteText&lt;/A&gt; processor which routes individual lines of a text file, you could use &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.RouteOnContent/index.html" target="_blank" rel="noopener"&gt;RouteOnContent&lt;/A&gt;&amp;nbsp;processor that routes the entire FlowFile whose content matches to a dynamic relationship.&lt;BR /&gt;&lt;BR /&gt;What i would do is extract the data type &lt;STRONG&gt;TDRS 3, or AMSC 1 or SKYNET 4C, &lt;/STRONG&gt;etc to a FlowFile attribute using &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.ExtractText/index.html" target="_blank" rel="noopener"&gt;ExtractText&lt;/A&gt; processor and then you have that type associated with the FlowFile through your entire flow making it easy to do things like merge FlowFiles all of same type together (&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.MergeContent/index.html" target="_blank" rel="noopener"&gt;MergeContent&lt;/A&gt; with "&lt;SPAN&gt;Correlation Attribute Name")&lt;/SPAN&gt;, route FlowFiles of a specific type using &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.24.0/org.apache.nifi.processors.standard.RouteOnAttribute/index.html" target="_blank" rel="noopener"&gt;RouteOnAttribut&lt;/A&gt;e, etc...&lt;BR /&gt;&lt;BR /&gt;Then you also have options using the many Record based processors if you can define a schema for your data that defines your record as those three lines.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;SplitText (splits relationship) ---&amp;gt; ExtractTEXT:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_0-1705526991646.png" style="width: 698px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39458i3C964CD19CC7E8C8/image-dimensions/698x487?v=v2" width="698" height="487" role="button" title="MattWho_0-1705526991646.png" alt="MattWho_0-1705526991646.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_3-1705527064741.png" style="width: 700px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39461i2B50CBBF68D18352/image-dimensions/700x252?v=v2" width="700" height="252" role="button" title="MattWho_3-1705527064741.png" alt="MattWho_3-1705527064741.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ExtractText (Matched relationship) --&amp;gt; RouteOnAttribute&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_4-1705527171077.png" style="width: 697px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39462i64B0890CF4CD010D/image-dimensions/697x481?v=v2" width="697" height="481" role="button" title="MattWho_4-1705527171077.png" alt="MattWho_4-1705527171077.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;RouteOnAttribute with above configuration will have three dynamically created relationships for the data types you want to keep.&amp;nbsp; connect each to the unique dataflow path for processing that data type.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_6-1705527384059.png" style="width: 707px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39464iE0402F2799012A6F/image-dimensions/707x738?v=v2" width="707" height="738" role="button" title="MattWho_6-1705527384059.png" alt="MattWho_6-1705527384059.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, 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 one or more 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>Wed, 17 Jan 2024 21:37:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382367#M244559</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-01-17T21:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search through FlowFiles and pull out all lines that match a multiple string values?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382373#M244560</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&amp;nbsp;I get what we are doing.&amp;nbsp; It makes sense and seems to be the right way to handle it.&amp;nbsp; Unfortunately, It seems to send everything to 'unmatched' on ExtractText (at least on my end).&amp;nbsp; I made sure I had everything the same as what you provided.&lt;BR /&gt;I'm extracting data from here:&lt;BR /&gt;&lt;A href="https://celestrak.org/NORAD/elements/gp.php?GROUP=geo&amp;amp;FORMAT=tle" target="_blank"&gt;https://celestrak.org/NORAD/elements/gp.php?GROUP=geo&amp;amp;FORMAT=tle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MPHSpeed_3-1705532108830.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39468iA38EC3BD54A83E0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MPHSpeed_3-1705532108830.png" alt="MPHSpeed_3-1705532108830.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;SplitText:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MPHSpeed_4-1705532516477.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39469i7A715037F830A151/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MPHSpeed_4-1705532516477.png" alt="MPHSpeed_4-1705532516477.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;ExtractText:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MPHSpeed_0-1705531889720.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39465iCA68C93B8E34364F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MPHSpeed_0-1705531889720.png" alt="MPHSpeed_0-1705531889720.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;RouteOnAttribute:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MPHSpeed_1-1705532056967.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39466i5421FE2EFDF7BD94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MPHSpeed_1-1705532056967.png" alt="MPHSpeed_1-1705532056967.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 23:03:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382373#M244560</guid>
      <dc:creator>MPHSpeed</dc:creator>
      <dc:date>2024-01-17T23:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search through FlowFiles and pull out all lines that match a multiple string values?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382425#M244583</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/108791"&gt;@MPHSpeed&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Working with the actual data instead of sample data I build, i would recommend making these two changes:&lt;BR /&gt;&lt;BR /&gt;1. In extractText processor change "&lt;STRONG&gt;Enable Unix Lines Mode&lt;/STRONG&gt;" to &lt;STRONG&gt;true&lt;/STRONG&gt;.&lt;BR /&gt;2. In each dynamic property in RouteOnAttribute, change "&lt;STRONG&gt;equals&lt;/STRONG&gt;" function to "&lt;STRONG&gt;contains&lt;/STRONG&gt;" function.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, 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 one or more 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>Thu, 18 Jan 2024 17:17:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-I-search-through-FlowFiles-and-pull-out-all-lines/m-p/382425#M244583</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-01-18T17:17:21Z</dc:date>
    </item>
  </channel>
</rss>

