<?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: How to clear / truncate a table without doing an insert? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-clear-truncate-a-table-without-doing-an-insert/m-p/2341965#M109878</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPFKAA4"&gt;@Harguna&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The action on Table will happen only once per execution and not at individual row.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Lets stick to your other post since we are already interacting there.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D73p000004kXpZCAU#M92658" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/How-do-I-clear-a-table-in-TOS-before-transferring-data-into-it/m-p/151602#M92658&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Feb 2019 09:04:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-20T09:04:02Z</dc:date>
    <item>
      <title>How to clear / truncate a table without doing an insert?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-clear-truncate-a-table-without-doing-an-insert/m-p/2341962#M109875</link>
      <description>I have a job where I want to clear the destination MySQL table at the start of the whole job.  I can't use the "Clear table" action-on-table setting on the MySQL output component because the job iterates through a series of inserts, and if I use that then each insert also clears the results of the previous inserts in *this* execution (I am only trying to clear the results of *previous* executions).  Please see the attached pic for a clearer explanation.&lt;BR /&gt;So basically, how can I easily clear the entire table before I even start?&lt;BR /&gt;Any help much appreciated.</description>
      <pubDate>Sat, 16 Nov 2024 13:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-clear-truncate-a-table-without-doing-an-insert/m-p/2341962#M109875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear / truncate a table without doing an insert?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-clear-truncate-a-table-without-doing-an-insert/m-p/2341963#M109876</link>
      <description>Actually don't worry, I figured it out ... you use the tMysqlRow component to just execute arbitrary SQL with a "truncate" statement in it.</description>
      <pubDate>Mon, 05 Apr 2010 17:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-clear-truncate-a-table-without-doing-an-insert/m-p/2341963#M109876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-05T17:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear / truncate a table without doing an insert?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-clear-truncate-a-table-without-doing-an-insert/m-p/2341964#M109877</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I wanted to implement a similar case. How does the connection look like?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 08:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-clear-truncate-a-table-without-doing-an-insert/m-p/2341964#M109877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-20T08:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear / truncate a table without doing an insert?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-clear-truncate-a-table-without-doing-an-insert/m-p/2341965#M109878</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPFKAA4"&gt;@Harguna&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The action on Table will happen only once per execution and not at individual row.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Lets stick to your other post since we are already interacting there.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D73p000004kXpZCAU#M92658" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/How-do-I-clear-a-table-in-TOS-before-transferring-data-into-it/m-p/151602#M92658&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 09:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-clear-truncate-a-table-without-doing-an-insert/m-p/2341965#M109878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-20T09:04:02Z</dc:date>
    </item>
  </channel>
</rss>

