<?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: truncating without insert/update in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324910#M94560</link>
    <description>I have tried this &amp;nbsp;. I dont think Mysql supports this syntax as i cant run it on a basic editor outside of talend.</description>
    <pubDate>Tue, 31 Jan 2017 17:51:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-31T17:51:21Z</dc:date>
    <item>
      <title>truncating without insert/update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324908#M94558</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;A newbie question I am afraid!&lt;BR /&gt;how do i execute a truncate table(s) set of statements (mysql database ) at the start of a job . I do not want to load records at this point(so no using tmysqloutput).&lt;BR /&gt;I have tried to use tMysqlRow but recieve an error i assume means that this component cannot run DDL statements. I would like to dynamicly select which table to truncate based on runtime context so a stored proc is not going to work.&lt;BR /&gt;comments and assistance appreciated&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Neil&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324908#M94558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-31T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: truncating without insert/update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324909#M94559</link>
      <description>Hi, 
&lt;BR /&gt;Have a look here 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCtYOCA0" target="_blank"&gt;thread&lt;/A&gt;. 
&lt;BR /&gt;Should also works with tMysqlRow (I suppose so). 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;TRF</description>
      <pubDate>Tue, 31 Jan 2017 15:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324909#M94559</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-01-31T15:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: truncating without insert/update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324910#M94560</link>
      <description>I have tried this &amp;nbsp;. I dont think Mysql supports this syntax as i cant run it on a basic editor outside of talend.</description>
      <pubDate>Tue, 31 Jan 2017 17:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324910#M94560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-31T17:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: truncating without insert/update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324911#M94561</link>
      <description>tMySQLRow with command - "truncate table your_table_name;" 
&lt;BR /&gt; 
&lt;BR /&gt;or "TRUNCATE TABLE "+((String)globalMapGet("v_your_table_name")) for make it dynamic 
&lt;BR /&gt;You can run more than 1 command line in same component, but this depends from database and You may need read information for additional JDBC string parameters&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Redshift on picture - just examples, I use this and for MySQL and other types 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGEy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138497i344EF95AEC35F4D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGEy.png" alt="0683p000009MGEy.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 31 Jan 2017 20:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324911#M94561</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-01-31T20:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: truncating without insert/update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324912#M94562</link>
      <description>Thanks!&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;Works fine now.
&lt;BR /&gt;
&lt;BR /&gt;i added&amp;nbsp;"allowMultiQueries=true" under additional JDBC paramers so i can run multiple statements.</description>
      <pubDate>Wed, 01 Feb 2017 11:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324912#M94562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T11:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: truncating without insert/update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324913#M94563</link>
      <description>How do i now mark this as resolved?</description>
      <pubDate>Wed, 01 Feb 2017 11:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324913#M94563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: truncating without insert/update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324914#M94564</link>
      <description>Hi,&lt;BR /&gt;You can&amp;nbsp;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;click the "Set this topic as resolved" link which is right underneath your initial post? This way, other users will be informed that this thread has been resolved.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 06 Feb 2017 06:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/truncating-without-insert-update/m-p/2324914#M94564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-06T06:15:21Z</dc:date>
    </item>
  </channel>
</rss>

