<?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 Multiple Reject Files for each input file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Reject-Files-for-each-input-file/m-p/2474872#M141112</link>
    <description>&lt;P&gt;Hey guys, I made a job where it takes in multiple files of donation entries based on volunteers and sorts through them and inserts them into my database and outputs the rejects into a file. I'm having trouble getting it to make a seperate file for each volunteer's reject entries&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This is how my job looks like and so far:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SupItzAdeem_0-1722967830074.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170294iE48D1C9CC68C9A80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SupItzAdeem_0-1722967830074.png" alt="SupItzAdeem_0-1722967830074.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have it mapped to a single csv file. I'm not sure how I would get it to make multiple files based on the volunteers since in the database the volunteers have a group leader id which is set to 100, 200, 300, ..., etc. and each group leader has volunteers with their own volunteer ids. For group leader id 100 it would range from (141 - 149), group leader 200 would be from 241-249.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2024 18:15:38 GMT</pubDate>
    <dc:creator>SupItzAdeem</dc:creator>
    <dc:date>2024-08-06T18:15:38Z</dc:date>
    <item>
      <title>Multiple Reject Files for each input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Reject-Files-for-each-input-file/m-p/2474872#M141112</link>
      <description>&lt;P&gt;Hey guys, I made a job where it takes in multiple files of donation entries based on volunteers and sorts through them and inserts them into my database and outputs the rejects into a file. I'm having trouble getting it to make a seperate file for each volunteer's reject entries&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This is how my job looks like and so far:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SupItzAdeem_0-1722967830074.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170294iE48D1C9CC68C9A80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SupItzAdeem_0-1722967830074.png" alt="SupItzAdeem_0-1722967830074.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have it mapped to a single csv file. I'm not sure how I would get it to make multiple files based on the volunteers since in the database the volunteers have a group leader id which is set to 100, 200, 300, ..., etc. and each group leader has volunteers with their own volunteer ids. For group leader id 100 it would range from (141 - 149), group leader 200 would be from 241-249.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 18:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Reject-Files-for-each-input-file/m-p/2474872#M141112</guid>
      <dc:creator>SupItzAdeem</dc:creator>
      <dc:date>2024-08-06T18:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Reject Files for each input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Reject-Files-for-each-input-file/m-p/2475504#M141134</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;SupItzAdeem&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One idea is to add a tLoop component for each group leader from 100 to XXX with a step of 100&lt;/P&gt;
&lt;P&gt;And add a tFilterRow for this value to only load the values of your file for the current value of the loop&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the file of for the rejects you can name it "C:/....../rejects_"+tLoopCurrentValue+".csv"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's juste one idea of how to implement it&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 09:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Reject-Files-for-each-input-file/m-p/2475504#M141134</guid>
      <dc:creator>quentin-vigne</dc:creator>
      <dc:date>2024-08-09T09:17:32Z</dc:date>
    </item>
  </channel>
</rss>

