<?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 Regex help for RouteOnContent processor in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Regex-help-for-RouteOnContent-processor/m-p/335592#M231985</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a regex to configure in "RouteOnContent" processor of Nifi so that based on specific string in flow file content I can route FF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FF content :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;● rclone.service - Rclone(file transfer tool) Remote Service
   Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2022-02-03 09:46:01 UTC; 6h ago
 Main PID: 23647 (rclone)
    Tasks: 13
   Memory: 61.3M
      CPU: 5.143s
   CGroup: /system.slice/rclone.service
           └─23647 /usr/bin/rclone rcd --rc-no-auth --rc-job-expire-duration=60m --cache-tmp-upload-path=/tmp/rclone/upload&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to search for the string "&lt;STRONG&gt;Active: active (running)&lt;/STRONG&gt;" in flow file content, if present route to different path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried few regex but did not work as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahendra&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 17:13:29 GMT</pubDate>
    <dc:creator>hegdemahendra</dc:creator>
    <dc:date>2022-02-03T17:13:29Z</dc:date>
    <item>
      <title>Regex help for RouteOnContent processor</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Regex-help-for-RouteOnContent-processor/m-p/335592#M231985</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a regex to configure in "RouteOnContent" processor of Nifi so that based on specific string in flow file content I can route FF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FF content :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;● rclone.service - Rclone(file transfer tool) Remote Service
   Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2022-02-03 09:46:01 UTC; 6h ago
 Main PID: 23647 (rclone)
    Tasks: 13
   Memory: 61.3M
      CPU: 5.143s
   CGroup: /system.slice/rclone.service
           └─23647 /usr/bin/rclone rcd --rc-no-auth --rc-job-expire-duration=60m --cache-tmp-upload-path=/tmp/rclone/upload&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to search for the string "&lt;STRONG&gt;Active: active (running)&lt;/STRONG&gt;" in flow file content, if present route to different path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried few regex but did not work as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahendra&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 17:13:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Regex-help-for-RouteOnContent-processor/m-p/335592#M231985</guid>
      <dc:creator>hegdemahendra</dc:creator>
      <dc:date>2022-02-03T17:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help for RouteOnContent processor</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Regex-help-for-RouteOnContent-processor/m-p/335688#M232001</link>
      <description>&lt;P&gt;Those parentheses on your search would be considered special characters ina. regular expression unless escaped.&lt;/P&gt;&lt;P&gt;I can get this to work using this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;Active: active \(running\)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Feb 2022 00:52:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Regex-help-for-RouteOnContent-processor/m-p/335688#M232001</guid>
      <dc:creator>DigitalPlumber</dc:creator>
      <dc:date>2022-02-06T00:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regex help for RouteOnContent processor</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Regex-help-for-RouteOnContent-processor/m-p/335748#M232017</link>
      <description>&lt;P&gt;What&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/69192"&gt;@DigitalPlumber&lt;/a&gt;&amp;nbsp;said.&lt;/P&gt;&lt;P&gt;Also make sure that &lt;STRONG&gt;Match Requirement&lt;/STRONG&gt; is set to "&lt;STRONG&gt;content must contain match&lt;/STRONG&gt;", otherwise it won't work.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 22:36:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Regex-help-for-RouteOnContent-processor/m-p/335748#M232017</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-02-07T22:36:45Z</dc:date>
    </item>
  </channel>
</rss>

