<?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>topic tFileInputDelimited / File Not Found in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250465#M34701</link>
    <description>tFileInputDelimited throws a Java exception if the filename specified does not exist. 
&lt;BR /&gt;This happens regardless of whether the Die on Error box is checked. 
&lt;BR /&gt;I thought that if the Die on Error box was unchecked, no Java exception would occur. Instead, I would think it would just follow the path for On Component Error (which in my case simply is a tWarn to log a message). 
&lt;BR /&gt;It appears to me that the Die On Error check box has no effect on the functioning of the component. 
&lt;BR /&gt;See screen shots... 
&lt;BR /&gt; 
&lt;BR /&gt;LOGGED MESSAGE: 
&lt;BR /&gt;2008-05-16 16:25:53|1hu3dF|1hu3dF|1hu3dF|SJMTESTS|tst|Default|6|Java Exception|tWarn_1|\tmp\hdc_test.txt (The system cannot find the file specified)|1 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/1457/11602_Delimited1.JPG" /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/1457/11602_Delimited1X.JPG" /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/1457/11602_Delimited2.JPG" /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/1457/11602_Delimited2X.JPG" /&gt;</description>
    <pubDate>Sat, 16 Nov 2024 14:22:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:22:06Z</dc:date>
    <item>
      <title>tFileInputDelimited / File Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250465#M34701</link>
      <description>tFileInputDelimited throws a Java exception if the filename specified does not exist. 
&lt;BR /&gt;This happens regardless of whether the Die on Error box is checked. 
&lt;BR /&gt;I thought that if the Die on Error box was unchecked, no Java exception would occur. Instead, I would think it would just follow the path for On Component Error (which in my case simply is a tWarn to log a message). 
&lt;BR /&gt;It appears to me that the Die On Error check box has no effect on the functioning of the component. 
&lt;BR /&gt;See screen shots... 
&lt;BR /&gt; 
&lt;BR /&gt;LOGGED MESSAGE: 
&lt;BR /&gt;2008-05-16 16:25:53|1hu3dF|1hu3dF|1hu3dF|SJMTESTS|tst|Default|6|Java Exception|tWarn_1|\tmp\hdc_test.txt (The system cannot find the file specified)|1 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/1457/11602_Delimited1.JPG" /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/1457/11602_Delimited1X.JPG" /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/1457/11602_Delimited2.JPG" /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/1457/11602_Delimited2X.JPG" /&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250465#M34701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited / File Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250466#M34702</link>
      <description>Hi SMaz,
&lt;BR /&gt;What's your operating System (Windows or Linux) ? 
&lt;BR /&gt;In all cases you need to specify your filepath with / character.
&lt;BR /&gt;For example under Windows : C:/myfolder/myfile.txt
&lt;BR /&gt;Or under linux : /myfolder/myfile.txt
&lt;BR /&gt;Thanks.
&lt;BR /&gt;Best regards;</description>
      <pubDate>Sat, 17 May 2008 09:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250466#M34702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-17T09:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited / File Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250467#M34703</link>
      <description>Flows are developed in Windows and deployed to AIX. 
&lt;BR /&gt;I always use the "/" character for paths &amp;amp; filenames, so it's not that. 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/1457/11643_Context1.JPG" /&gt;</description>
      <pubDate>Mon, 19 May 2008 14:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250467#M34703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-19T14:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited / File Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250468#M34704</link>
      <description>This questions is not about your OS&lt;BR /&gt;Like for all others components, the Die On Error checkbox is only about flow errors&lt;BR /&gt;Missing data sources (file, or db) is a big problem and is not releated to die on error.&lt;BR /&gt;You can use a tFileList or tWaitForFile to work only if you file s available.&lt;BR /&gt;Regards,</description>
      <pubDate>Sat, 24 May 2008 13:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250468#M34704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-24T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited / File Not Found</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250469#M34705</link>
      <description>Thanks!  I was wondering about tFileWait. It worked fine.</description>
      <pubDate>Tue, 27 May 2008 14:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-File-Not-Found/m-p/2250469#M34705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-27T14:52:07Z</dc:date>
    </item>
  </channel>
</rss>

