<?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 merging multiple files with the same schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/merging-multiple-files-with-the-same-schema/m-p/2304822#M76554</link>
    <description>I have multiple files with the same schema. They are already sorted. I want to merge them together into a single file that is also sorted by the same field.
&lt;BR /&gt;I can use tUnite --&amp;gt; tSortRow but this is highly inefficient, plus I get an out-of-memory error
&lt;BR /&gt;Is there a "version" of tUnite that reads multiple files and outputs the records in sorted order?
&lt;BR /&gt;Suggestions?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;--eric</description>
    <pubDate>Sat, 16 Nov 2024 13:48:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:48:37Z</dc:date>
    <item>
      <title>merging multiple files with the same schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/merging-multiple-files-with-the-same-schema/m-p/2304822#M76554</link>
      <description>I have multiple files with the same schema. They are already sorted. I want to merge them together into a single file that is also sorted by the same field.
&lt;BR /&gt;I can use tUnite --&amp;gt; tSortRow but this is highly inefficient, plus I get an out-of-memory error
&lt;BR /&gt;Is there a "version" of tUnite that reads multiple files and outputs the records in sorted order?
&lt;BR /&gt;Suggestions?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;--eric</description>
      <pubDate>Sat, 16 Nov 2024 13:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/merging-multiple-files-with-the-same-schema/m-p/2304822#M76554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: merging multiple files with the same schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/merging-multiple-files-with-the-same-schema/m-p/2304823#M76555</link>
      <description>Hello 
&lt;BR /&gt;tUnite is the most suitable component for merging records. 
&lt;BR /&gt;You can try the following way: 
&lt;BR /&gt;1)Go to Windows/Preferences/Talend/RunDebug, and modify the vm argument in "Job Run VM arguments" table. 
&lt;BR /&gt;2)Split your job into two subjob, one is merge all the records into a temporary file, another is extract records from temporary file and sort them, output them to target file. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 21 Aug 2009 03:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/merging-multiple-files-with-the-same-schema/m-p/2304823#M76555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-21T03:12:35Z</dc:date>
    </item>
  </channel>
</rss>

