<?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 to make a copy of input file? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385110#M245619</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/106206"&gt;@manishg&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Can you be more specific when you say "an error"? is&amp;nbsp; it an error on a processor or is it error in nifi system? if its an&amp;nbsp; error on processor what kind of processor and what kind of error are you getting or working with?&lt;/P&gt;&lt;P&gt;Generally speaking, when a processor fails it sends the flowfile to the failure relationship which you can capture and do what is needed to handle this error, however every processor behaves a little different from one another , also the nature of error can sometimes decide what can happen. In my experience I have seen different behaviors as follows:&lt;/P&gt;&lt;P&gt;1- flowfile is sent to the failure relationship which what you expect&lt;/P&gt;&lt;P&gt;2- flowfile is lost even though the failure relationship is captured. this usually happens upon fatal error and\or uncaptured exceptions.&lt;/P&gt;&lt;P&gt;3- flowfile is pushed to the upstream queue and penalize.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 08:23:21 GMT</pubDate>
    <dc:creator>SAMSAL</dc:creator>
    <dc:date>2024-03-18T08:23:21Z</dc:date>
    <item>
      <title>How to make a copy of input file?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385102#M245616</link>
      <description>&lt;P&gt;I have a usecase wherein in case of an error I need to make a copy of input file and send it to some FTP location so that it can be assessed.&lt;/P&gt;&lt;P&gt;What is idiomatic way of achieving this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 03:04:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385102#M245616</guid>
      <dc:creator>manishg</dc:creator>
      <dc:date>2024-03-18T03:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a copy of input file?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385110#M245619</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/106206"&gt;@manishg&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Can you be more specific when you say "an error"? is&amp;nbsp; it an error on a processor or is it error in nifi system? if its an&amp;nbsp; error on processor what kind of processor and what kind of error are you getting or working with?&lt;/P&gt;&lt;P&gt;Generally speaking, when a processor fails it sends the flowfile to the failure relationship which you can capture and do what is needed to handle this error, however every processor behaves a little different from one another , also the nature of error can sometimes decide what can happen. In my experience I have seen different behaviors as follows:&lt;/P&gt;&lt;P&gt;1- flowfile is sent to the failure relationship which what you expect&lt;/P&gt;&lt;P&gt;2- flowfile is lost even though the failure relationship is captured. this usually happens upon fatal error and\or uncaptured exceptions.&lt;/P&gt;&lt;P&gt;3- flowfile is pushed to the upstream queue and penalize.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 08:23:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385110#M245619</guid>
      <dc:creator>SAMSAL</dc:creator>
      <dc:date>2024-03-18T08:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a copy of input file?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385111#M245620</link>
      <description>&lt;P&gt;Error is in processor. Basically a functional error, nothing to do with nifi.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 08:25:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385111#M245620</guid>
      <dc:creator>manishg</dc:creator>
      <dc:date>2024-03-18T08:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a copy of input file?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385112#M245621</link>
      <description>&lt;P&gt;What kind of processor? most of processors have failure relationship which you can&amp;nbsp; capture and do the error handling of that.&lt;/P&gt;&lt;P&gt;If that helps please accept solution.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 08:27:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385112#M245621</guid>
      <dc:creator>SAMSAL</dc:creator>
      <dc:date>2024-03-18T08:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a copy of input file?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385158#M245636</link>
      <description>&lt;P&gt;Its a script processor to run a groovy script. If a functional error is detected, I need to send original input file over FTP.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 05:53:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-make-a-copy-of-input-file/m-p/385158#M245636</guid>
      <dc:creator>manishg</dc:creator>
      <dc:date>2024-03-19T05:53:38Z</dc:date>
    </item>
  </channel>
</rss>

