<?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: Using tSortRow after reading multiple files to sort across all rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367535#M130904</link>
    <description>Does this answer solved your case?&lt;BR /&gt;If so, thank's to close the subject.</description>
    <pubDate>Fri, 15 Dec 2017 19:32:30 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2017-12-15T19:32:30Z</dc:date>
    <item>
      <title>Using tSortRow after reading multiple files to sort across all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367533#M130902</link>
      <description>&lt;P&gt;I have a directory of files which I iterate through and output to 1 master file. I would like to sort&amp;nbsp;all the rows in a particular order before outputting to a file but because I'm iterating through multiple files my output is automatically separated into batches based on the flow of rows through my job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to sort all the rows without having to read in the master file?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367533#M130902</guid>
      <dc:creator>mobmsc2</dc:creator>
      <dc:date>2017-12-15T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using tSortRow after reading multiple files to sort across all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367534#M130903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFileList --&amp;gt; tFileInputDelimited --&amp;gt; tHashOutput&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;+ on Subjob OK&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;tHashInput --&amp;gt; tSortRow --&amp;gt; tFileOutputDelimited (sorted with all records)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367534#M130903</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-15T15:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using tSortRow after reading multiple files to sort across all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367535#M130904</link>
      <description>Does this answer solved your case?&lt;BR /&gt;If so, thank's to close the subject.</description>
      <pubDate>Fri, 15 Dec 2017 19:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367535#M130904</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-15T19:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using tSortRow after reading multiple files to sort across all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367536#M130905</link>
      <description>&lt;P&gt;In this case would tFileList trigger SubJob Ok when all files have been read or after each file was read?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 10:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367536#M130905</guid>
      <dc:creator>mobmsc2</dc:creator>
      <dc:date>2017-12-18T10:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using tSortRow after reading multiple files to sort across all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367537#M130906</link>
      <description>&lt;P&gt;The subjob starts to work only when all files are read.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 11:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367537#M130906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T11:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using tSortRow after reading multiple files to sort across all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367538#M130907</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;on Subjob OK"&amp;nbsp;means&amp;nbsp;"when the subjob is finish with success", so in this case when all the files have been read.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 11:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367538#M130907</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-18T11:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using tSortRow after reading multiple files to sort across all rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367539#M130908</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here is a document about &lt;A title="https://community.talend.com/t5/Design-and-Development/What-is-the-difference-between-OnSubjobOK-and-OnComponentOK/ta-p/21696" href="https://community.qlik.com/s/article/ka03p0000006EaJAAU" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/What-is-the-difference-between-OnSubjobOK-and-OnComponentOK/ta-p/21696.&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Hope it will be helpful.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 08:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSortRow-after-reading-multiple-files-to-sort-across-all/m-p/2367539#M130908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-19T08:40:26Z</dc:date>
    </item>
  </channel>
</rss>

