<?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 TFileList with tFileInputDelimitted attached OnSubJobOk in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TFileList-with-tFileInputDelimitted-attached-OnSubJobOk/m-p/2217065#M12815</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a set of .csv files, and each one I use a tInputDelimitted component to handle,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Next, for each file read by tFileInputDelimited, I use tHashOutput and tHashInput, so that I have to use the event OnSubjobOK&lt;/P&gt; 
&lt;P&gt;Now, I need to loop the process and apply to many files, so that I use tFileList.&lt;/P&gt; 
&lt;P&gt;But in that case, the tFileInputDelimitted is no longer the started component, and then I got the error message "A component that is not a subprocess start cannot have any link on subjob ok/ on sub job error in input ", how can I deal with this?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8MR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157826i9BE33EB2D3F42396/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8MR.png" alt="0683p000009M8MR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:49:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T03:49:22Z</dc:date>
    <item>
      <title>TFileList with tFileInputDelimitted attached OnSubJobOk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileList-with-tFileInputDelimitted-attached-OnSubJobOk/m-p/2217065#M12815</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a set of .csv files, and each one I use a tInputDelimitted component to handle,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Next, for each file read by tFileInputDelimited, I use tHashOutput and tHashInput, so that I have to use the event OnSubjobOK&lt;/P&gt; 
&lt;P&gt;Now, I need to loop the process and apply to many files, so that I use tFileList.&lt;/P&gt; 
&lt;P&gt;But in that case, the tFileInputDelimitted is no longer the started component, and then I got the error message "A component that is not a subprocess start cannot have any link on subjob ok/ on sub job error in input ", how can I deal with this?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8MR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157826i9BE33EB2D3F42396/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8MR.png" alt="0683p000009M8MR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileList-with-tFileInputDelimitted-attached-OnSubJobOk/m-p/2217065#M12815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: TFileList with tFileInputDelimitted attached OnSubJobOk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileList-with-tFileInputDelimitted-attached-OnSubJobOk/m-p/2217066#M12816</link>
      <description>You need to connect the OnSubjobOk trigger to the MainFull tHashInput component which is the main row for the next subjob.</description>
      <pubDate>Mon, 16 Dec 2019 08:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileList-with-tFileInputDelimitted-attached-OnSubJobOk/m-p/2217066#M12816</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-12-16T08:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: TFileList with tFileInputDelimitted attached OnSubJobOk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileList-with-tFileInputDelimitted-attached-OnSubJobOk/m-p/2217067#M12817</link>
      <description>&lt;P&gt;Hello TRF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's if the MainFull is finished but the other 2 tHashInput is not completed yet and the subjob start to execute?&lt;/P&gt;&lt;P&gt;Would such case happen?&lt;/P&gt;&lt;P&gt;Another, according to your suggestion, change the OnsubjobOK to MainFull, and create the Link between tFileList to tFileInputDelimiter, right?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 10:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileList-with-tFileInputDelimitted-attached-OnSubJobOk/m-p/2217067#M12817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-16T10:18:48Z</dc:date>
    </item>
  </channel>
</rss>

