<?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 Re: create exception table column from multiple files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349568#M116540</link>
    <description>&lt;P&gt;Not the same story!&lt;/P&gt;
&lt;P&gt;You need to merge all your input files (tFileList-(iterate)-&amp;gt;tFileInpputDelimited--&amp;gt;tHashOutput) then remove duplicates (tHashInput--&amp;gt;tUniqRow--&amp;gt;tHashOutput).&lt;/P&gt;
&lt;P&gt;This will replace the&amp;nbsp;&lt;SPAN&gt;pseudo-table associated to a&amp;nbsp;tFixedFlowInput&amp;nbsp;in my previous answer.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then you can continue with the scenario I proposed before.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 May 2018 14:09:40 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-05-28T14:09:40Z</dc:date>
    <item>
      <title>create exception table column from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349563#M116535</link>
      <description>&lt;P&gt;i have 4 CSV file&amp;nbsp; which are having common&amp;nbsp; transcation id,&lt;/P&gt;
&lt;P&gt;but in,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;file 1:- 1,2,3,4,5 rows,&lt;/P&gt;
&lt;P&gt;file 2:- 1,2,3,6&amp;nbsp; rows,&lt;/P&gt;
&lt;P&gt;file 3:- 1,3,8,7 rows,&lt;/P&gt;
&lt;P&gt;file 4:- 1,4,7,8,9 rows.&lt;/P&gt;
&lt;P&gt;so, i want to create table column which can be shown exception messsage that&amp;nbsp; which file data is missing?&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349563#M116535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: create exception table column from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349564#M116536</link>
      <description>&lt;P&gt;Based on your sample data, can you show the expected result?&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 10:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349564#M116536</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-05-28T10:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: create exception table column from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349565#M116537</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks &lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;for reply,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;i&amp;nbsp;&lt;/SPAN&gt;have 4 CSV file&amp;nbsp; which are having common&amp;nbsp; transaction id,&lt;/P&gt; 
&lt;P&gt;but in,&amp;nbsp; domain of transaction id is 0-9&lt;/P&gt; 
&lt;P&gt;file 1:-&amp;nbsp;&lt;SPAN&gt;transaction&amp;nbsp;id&amp;nbsp;&lt;/SPAN&gt;1,2,3,4,5&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;file 2:-&amp;nbsp;&lt;SPAN&gt;transaction&amp;nbsp;id&amp;nbsp;&lt;/SPAN&gt;1,2,3,6&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;file 3:-&amp;nbsp;&lt;SPAN&gt;transaction&amp;nbsp;id&amp;nbsp;&lt;/SPAN&gt;1,3,8,7&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;file 4:-&amp;nbsp;&lt;SPAN&gt;transaction&amp;nbsp;id&amp;nbsp;&lt;/SPAN&gt;1,4,7,8,9&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;target table:-&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;file name&amp;nbsp; &amp;nbsp; missing id&lt;/P&gt; 
&lt;P&gt;file 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6,7,8,9&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;file 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4,5,7,8,9&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;file 3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2,4,5,6,9&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;file 4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2,3,5,6&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 10:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349565#M116537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-28T10:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: create exception table column from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349566#M116538</link>
      <description>&lt;P&gt;You may use a tFixedFlowInput component to build a pseudo-table with row 1, 2, 3, ..., 9.&lt;/P&gt;&lt;P&gt;Then, use tFileList to iterate over the file list, tFileInputDelimited to get the file content, tMap to join with the pseudo-table using an inner join and catch the rejected rows to have the missing transaction Id for each row.&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 11:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349566#M116538</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-05-28T11:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: create exception table column from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349567#M116539</link>
      <description>thanks sir it works, but in the place of 1-9 row ,if we have milions of rows then what is the process?</description>
      <pubDate>Mon, 28 May 2018 14:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349567#M116539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-28T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: create exception table column from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349568#M116540</link>
      <description>&lt;P&gt;Not the same story!&lt;/P&gt;
&lt;P&gt;You need to merge all your input files (tFileList-(iterate)-&amp;gt;tFileInpputDelimited--&amp;gt;tHashOutput) then remove duplicates (tHashInput--&amp;gt;tUniqRow--&amp;gt;tHashOutput).&lt;/P&gt;
&lt;P&gt;This will replace the&amp;nbsp;&lt;SPAN&gt;pseudo-table associated to a&amp;nbsp;tFixedFlowInput&amp;nbsp;in my previous answer.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then you can continue with the scenario I proposed before.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 14:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-exception-table-column-from-multiple-files/m-p/2349568#M116540</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-05-28T14:09:40Z</dc:date>
    </item>
  </channel>
</rss>

