<?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 Apache NiFi - RouteText has no matches in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-RouteText-has-no-matches/m-p/409068#M252801</link>
    <description>&lt;P&gt;I want to filter rows of a CSV file based on a regular expression, but so far I didn't get any row as a match.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CSV:&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;F;0;00003;;;SA;30012025;012025;;0456;3790;4940;0;0;150.00;"- Sachbezug (sonstiger)";;;EUR&lt;BR /&gt;F;0;00003;;;SA;30012025;012025;;0461;3790;4949;0;0;50.00;"- Abzug Gutschein stfr.";;;EUR&lt;BR /&gt;G;0;00003;;;SA;30012025;012025;;0486;3790;3725;0;0;970.00;"- sonstiger Abzug";;;EUR&lt;BR /&gt;G;0;00003;;;SA;30012025;012025;;0487;3790;6301;0;0;50.00;"- Abzug Arbeitskleidung";;;EUR&lt;BR /&gt;F;0;00003;;;SA;30012025;012025;;1160;3790;6010;0;0;-25.91;"Ausgl. Zuschl.b.Krankheit";;;EUR&lt;BR /&gt;F;0;00003;;;SA;30012025;012025;;1161;3790;6010;0;0;-63.36;"Ausgl. Zuschl. Feiertag";;;EUR&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Nifi-Workflow:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Because I don't have any permission to upload images I need to describe what the workflow looks like - sorry.&lt;BR /&gt;&lt;BR /&gt;I have a GetFile processor to read the CSV file. This processor is connected directly with the 'RouteText' processor. This processor is connected via the 'unmatches' output to a disabled 'Wait' processor. An output called 'MatchedG' has been created as another property of the 'RouteText' processor. This output is connected to another disabled 'Wait' processor.&lt;BR /&gt;&lt;BR /&gt;I use the disabled 'Wait' processors and to get the queues between the nodes.&lt;BR /&gt;&lt;BR /&gt;The 'MatchedG' property has been created with the RegEx '^(G;)'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Matching Strategy has been set to 'Matches Regular Expression. All other settings are default.&lt;BR /&gt;&lt;BR /&gt;I expect the two lines with the G in the first column to get routed to the 'MatchedG' output and the others to the 'unmatch' output.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Unfortunately no record matches my regular expression.&lt;/P&gt;&lt;P&gt;Any idea what could be the issue here ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 May 2025 18:05:38 GMT</pubDate>
    <dc:creator>NadirHamburg</dc:creator>
    <dc:date>2025-05-30T18:05:38Z</dc:date>
    <item>
      <title>Apache NiFi - RouteText has no matches</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-RouteText-has-no-matches/m-p/409068#M252801</link>
      <description>&lt;P&gt;I want to filter rows of a CSV file based on a regular expression, but so far I didn't get any row as a match.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CSV:&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;F;0;00003;;;SA;30012025;012025;;0456;3790;4940;0;0;150.00;"- Sachbezug (sonstiger)";;;EUR&lt;BR /&gt;F;0;00003;;;SA;30012025;012025;;0461;3790;4949;0;0;50.00;"- Abzug Gutschein stfr.";;;EUR&lt;BR /&gt;G;0;00003;;;SA;30012025;012025;;0486;3790;3725;0;0;970.00;"- sonstiger Abzug";;;EUR&lt;BR /&gt;G;0;00003;;;SA;30012025;012025;;0487;3790;6301;0;0;50.00;"- Abzug Arbeitskleidung";;;EUR&lt;BR /&gt;F;0;00003;;;SA;30012025;012025;;1160;3790;6010;0;0;-25.91;"Ausgl. Zuschl.b.Krankheit";;;EUR&lt;BR /&gt;F;0;00003;;;SA;30012025;012025;;1161;3790;6010;0;0;-63.36;"Ausgl. Zuschl. Feiertag";;;EUR&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Nifi-Workflow:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Because I don't have any permission to upload images I need to describe what the workflow looks like - sorry.&lt;BR /&gt;&lt;BR /&gt;I have a GetFile processor to read the CSV file. This processor is connected directly with the 'RouteText' processor. This processor is connected via the 'unmatches' output to a disabled 'Wait' processor. An output called 'MatchedG' has been created as another property of the 'RouteText' processor. This output is connected to another disabled 'Wait' processor.&lt;BR /&gt;&lt;BR /&gt;I use the disabled 'Wait' processors and to get the queues between the nodes.&lt;BR /&gt;&lt;BR /&gt;The 'MatchedG' property has been created with the RegEx '^(G;)'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Matching Strategy has been set to 'Matches Regular Expression. All other settings are default.&lt;BR /&gt;&lt;BR /&gt;I expect the two lines with the G in the first column to get routed to the 'MatchedG' output and the others to the 'unmatch' output.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Unfortunately no record matches my regular expression.&lt;/P&gt;&lt;P&gt;Any idea what could be the issue here ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 18:05:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-RouteText-has-no-matches/m-p/409068#M252801</guid>
      <dc:creator>NadirHamburg</dc:creator>
      <dc:date>2025-05-30T18:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi - RouteText has no matches</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-RouteText-has-no-matches/m-p/409072#M252802</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/127211"&gt;@NadirHamburg&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 &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/38301"&gt;@mburgess&lt;/a&gt;&amp;nbsp;&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>Fri, 30 May 2025 20:41:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-RouteText-has-no-matches/m-p/409072#M252802</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-05-30T20:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi - RouteText has no matches</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-RouteText-has-no-matches/m-p/409073#M252803</link>
      <description>&lt;P&gt;The strategy "Matches Regular Expression" intends to match the entire line, but your regex only matches the first two characters. The regex "^(G;).*" will match the entire line.&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 20:53:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-RouteText-has-no-matches/m-p/409073#M252803</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2025-05-30T20:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi - RouteText has no matches</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-RouteText-has-no-matches/m-p/409074#M252804</link>
      <description>&lt;P&gt;This indeed fixed the issue. Thanks a lot !&lt;/P&gt;</description>
      <pubDate>Sat, 31 May 2025 10:04:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-RouteText-has-no-matches/m-p/409074#M252804</guid>
      <dc:creator>NadirHamburg</dc:creator>
      <dc:date>2025-05-31T10:04:34Z</dc:date>
    </item>
  </channel>
</rss>

