<?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 [resolved] Truncate table from job design in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260340#M41496</link>
    <description>Hi ALL, 
&lt;BR /&gt;I just wonder, how do i wants to truncate table from job design? My plan is, i wants to truncate all data from table A before i load the new fresh data into it. 
&lt;BR /&gt; 
&lt;BR /&gt;Plz help me.....thanks in advance 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Thu, 06 Dec 2012 04:04:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-06T04:04:19Z</dc:date>
    <item>
      <title>[resolved] Truncate table from job design</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260340#M41496</link>
      <description>Hi ALL, 
&lt;BR /&gt;I just wonder, how do i wants to truncate table from job design? My plan is, i wants to truncate all data from table A before i load the new fresh data into it. 
&lt;BR /&gt; 
&lt;BR /&gt;Plz help me.....thanks in advance 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 06 Dec 2012 04:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260340#M41496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T04:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Truncate table from job design</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260341#M41497</link>
      <description>Hi 
&lt;BR /&gt;Just use txxxRow component to execute a truncate statement to truncate the table before loading new data.
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 06 Dec 2012 06:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260341#M41497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T06:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Truncate table from job design</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260342#M41498</link>
      <description>Hi,
&lt;BR /&gt;I wanted to try truncate the table by using txxxRow, but i can see it only can cater for one-by-one table. I wanted to truncate more than one table. How was it?
&lt;BR /&gt;
&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 06 Dec 2012 09:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260342#M41498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Truncate table from job design</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260343#M41499</link>
      <description>Hi,&lt;BR /&gt;Think selecting the Action on Table as Truncate and leaving the Action on Data as Insert would help on the tXXXOutput component.&lt;BR /&gt;cheers</description>
      <pubDate>Thu, 06 Dec 2012 13:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260343#M41499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T13:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Truncate table from job design</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260344#M41500</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;I wanted to try truncate the table by using txxxRow, but i can see it only can cater for one-by-one table. I wanted to truncate more than one table. How was it?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If the tables' name which you want to truncate are in a file, you can read this file, then iterate each table name and pass it to tOracleRow one by one. If the tables are in a same database, use tTableList to iterate each table and pass it to tOracleRow one by one. 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 06 Dec 2012 17:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260344#M41500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-06T17:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Truncate table from job design</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260345#M41501</link>
      <description>Hi pravinkumarbandi, 
&lt;BR /&gt;Thanks for your idea. I've tested and indeed it worked. 
&lt;BR /&gt; 
&lt;BR /&gt;Hi Shong, 
&lt;BR /&gt;I try to apply your ideas but i didn't really get 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Appreciate if you can give any screen shots for both method. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 07 Dec 2012 02:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260345#M41501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-07T02:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Truncate table from job design</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260346#M41502</link>
      <description>Hi
&lt;BR /&gt;I take an example to explain how to use tOracleTableList to iterate each table and truncate it one by one on tOracleRow.
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 07 Dec 2012 05:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Truncate-table-from-job-design/m-p/2260346#M41502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-07T05:51:25Z</dc:date>
    </item>
  </channel>
</rss>

