<?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: Remove ^@ from a flow file in Nifi in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Remove-from-a-flow-file-in-Nifi/m-p/109504#M38292</link>
    <description>&lt;P&gt;That sounds like it could be a visual representation of a range of different control characters in the file. One thing to do would be to use a regex like [^\d\w] to greedily replace the non-ascii and non-digit characters. &lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2016 20:17:43 GMT</pubDate>
    <dc:creator>sball</dc:creator>
    <dc:date>2016-08-18T20:17:43Z</dc:date>
    <item>
      <title>Remove ^@ from a flow file in Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Remove-from-a-flow-file-in-Nifi/m-p/109503#M38291</link>
      <description>&lt;P&gt;I have a file which has a bunch ^@ in it.  I would like to remove these to clean up the file.  I was going to use ReplaceTExt in nifi but I cant figure out the correct regex for this, any help would be appreciated.  Thanks &lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 19:28:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Remove-from-a-flow-file-in-Nifi/m-p/109503#M38291</guid>
      <dc:creator>pmccarthy</dc:creator>
      <dc:date>2016-08-18T19:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ^@ from a flow file in Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Remove-from-a-flow-file-in-Nifi/m-p/109504#M38292</link>
      <description>&lt;P&gt;That sounds like it could be a visual representation of a range of different control characters in the file. One thing to do would be to use a regex like [^\d\w] to greedily replace the non-ascii and non-digit characters. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 20:17:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Remove-from-a-flow-file-in-Nifi/m-p/109504#M38292</guid>
      <dc:creator>sball</dc:creator>
      <dc:date>2016-08-18T20:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ^@ from a flow file in Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Remove-from-a-flow-file-in-Nifi/m-p/109505#M38293</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/12569/pmccarthy.html"&gt;Pat McCarthy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want to keep only numbers and alphas, you can use something like this:&lt;/P&gt;&lt;P&gt;[^0-9a-zA-Z]+&lt;/P&gt;&lt;P&gt;If you want also to keep some special characters like {}, you can use something like this:&lt;/P&gt;&lt;P&gt;[^0-9a-zA-Z{}]+&lt;/P&gt;&lt;P&gt;Obviously, you can add other special characters to the above regex&lt;/P&gt;&lt;P&gt;The following matches any non-alphanumeric characters:&lt;/P&gt;&lt;P&gt;[^\w\d]&lt;/P&gt;&lt;P&gt;Try this interactive tutorial:  &lt;A href="http://regexone.com/" target="_blank"&gt;http://regexone.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 01:31:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Remove-from-a-flow-file-in-Nifi/m-p/109505#M38293</guid>
      <dc:creator>cstanca</dc:creator>
      <dc:date>2016-08-19T01:31:07Z</dc:date>
    </item>
  </channel>
</rss>

