<?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: DB Migration: Last table data is blank (Output DB) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264173#M44103</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I figured out the reason why the last table data is not inserted.&lt;/P&gt; 
&lt;P&gt;Now that I change tDBOutput_1's setting,, from &lt;U&gt;use existing connection&lt;/U&gt; (tDBConnection_2) to &lt;U&gt;manual&lt;/U&gt; setup in tDBOutput and it work now.&lt;/P&gt; 
&lt;P&gt;Do you happened to know why? Does it have something to do with the trigger 'OnComponentOK'?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbinput" style="width: 493px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9i4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136778i2683F56892125BDA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9i4.png" alt="0683p000009M9i4.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;dbinput&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2020 06:07:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-24T06:07:42Z</dc:date>
    <item>
      <title>DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264166#M44096</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Using the following job and settings, I was able to dynamically migrate a whole database from MSSQL to MySQL. &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;However,&amp;nbsp;&lt;/SPAN&gt;I noticed that&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;last table&lt;/STRONG&gt;&lt;/U&gt;&lt;STRONG&gt;'s&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;data&lt;/U&gt;&amp;nbsp;is blank&amp;nbsp;&lt;/STRONG&gt;(only the table structure and column is migrated).&lt;/P&gt; 
&lt;P&gt;Please refer to the screenshots and attached job file below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;**The table and its schema is migrated, but no data inside the table. // I'm using a dynamic schema.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Job Design and DBInput&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbinput" style="width: 493px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9i4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136778i2683F56892125BDA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9i4.png" alt="0683p000009M9i4.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;dbinput&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;DBOutput&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DBOutput" style="width: 516px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9iE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152787i6B2A9C56A3230C81/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9iE.png" alt="0683p000009M9iE.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;DBOutput&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I tried to logged each component, I found that the&lt;STRONG&gt; last table's data is loaded and pass on from tDBInput to tMap&lt;/STRONG&gt; and also from &lt;STRONG&gt;tMap to tDBOutput&lt;/STRONG&gt;, as the last table's data showed up in the log.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However, when I check the actual output database, &lt;STRONG&gt;only the last table&lt;/STRONG&gt; contains no data at all.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Output DB's 1st Table - Have data&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tbl2.png" style="width: 505px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9WY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131452iE5A32D5DA5BECBC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9WY.png" alt="0683p000009M9WY.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2nd (last) table - No Data&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tbl1.png" style="width: 510px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9Yo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135880iF924EDA745362405/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9Yo.png" alt="0683p000009M9Yo.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;==============================================================&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264166#M44096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264167#M44097</link>
      <description>For the last table, is there any error from log?</description>
      <pubDate>Tue, 24 Mar 2020 04:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264167#M44097</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-24T04:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264168#M44098</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;
&lt;BR /&gt;do you mean the whole run log??
&lt;BR /&gt;If yes, only the tables' data are printed (both).
&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2020 04:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264168#M44098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-24T04:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264169#M44099</link>
      <description>What has printed for the last table?</description>
      <pubDate>Tue, 24 Mar 2020 04:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264169#M44099</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-24T04:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264170#M44100</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is the log for the job run...&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="log.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9qh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150816i9A7C3AE7B94371A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9qh.png" alt="0683p000009M9qh.png" /&gt;&lt;/span&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;and here is single table job run.&lt;/P&gt; 
&lt;P&gt;the table data is logged here, however, no data is imported to the database. (only schema and column headings)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="single_table.png" style="width: 799px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9qm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137632i3870C8C7D1721555/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9qm.png" alt="0683p000009M9qm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 05:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264170#M44100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-24T05:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264171#M44101</link>
      <description>As per the log there is no error right and even it has printed to console that last table data right?  If yes it bit confusing.  Can you try to run the had last table hard-coded one for testing to see that why it is not inserting data?</description>
      <pubDate>Tue, 24 Mar 2020 05:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264171#M44101</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-24T05:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264172#M44102</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;yes, there is no error in the console.&lt;BR /&gt;can you elaborate more about 'hard-coded one'?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here I tried to do a debug run&lt;/P&gt; 
&lt;P&gt;and somehow nothing shows up in row5?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="debug.png" style="width: 612px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9qr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153575i18D6111A597E1F16/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9qr.png" alt="0683p000009M9qr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;can you tried importing this job? please check the attached file.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LvuC"&gt;Migration_DB_Parent_Job.zip&lt;/A&gt;</description>
      <pubDate>Tue, 24 Mar 2020 05:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264172#M44102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-24T05:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264173#M44103</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I figured out the reason why the last table data is not inserted.&lt;/P&gt; 
&lt;P&gt;Now that I change tDBOutput_1's setting,, from &lt;U&gt;use existing connection&lt;/U&gt; (tDBConnection_2) to &lt;U&gt;manual&lt;/U&gt; setup in tDBOutput and it work now.&lt;/P&gt; 
&lt;P&gt;Do you happened to know why? Does it have something to do with the trigger 'OnComponentOK'?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbinput" style="width: 493px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9i4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136778i2683F56892125BDA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9i4.png" alt="0683p000009M9i4.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;dbinput&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 06:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264173#M44103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-24T06:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264174#M44104</link>
      <description>one thing could be it might rollback?  But not sure how it could have triggered.</description>
      <pubDate>Tue, 24 Mar 2020 06:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264174#M44104</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-24T06:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264175#M44105</link>
      <description>use the on component trigger from tdboutput.</description>
      <pubDate>Tue, 24 Mar 2020 06:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264175#M44105</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-24T06:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264176#M44106</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried to&amp;nbsp;&lt;SPAN&gt;use on component trigger from tdboutput as suggested however there's an error&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="outputerror.png" style="width: 649px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9qw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140892i7BAC49D95E379475/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9qw.png" alt="0683p000009M9qw.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 06:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264176#M44106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-24T06:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264177#M44107</link>
      <description>You are doing wrong your dbconnection component should trigger before tdbtablelist.</description>
      <pubDate>Tue, 24 Mar 2020 06:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264177#M44107</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-24T06:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264178#M44108</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here I tried connecting it like this and there's no error.&lt;/P&gt; 
&lt;P&gt;However, no data is inserted to the output database (not only the last one but all)&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="oncomponent.png" style="width: 665px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9kV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145837iF49060A24ECCEB4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9kV.png" alt="0683p000009M9kV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 07:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264178#M44108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-24T07:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264179#M44109</link>
      <description>If you used tdbconnection component you no need to connect to tdbouput, since you are using Torrin, which will execute first.</description>
      <pubDate>Tue, 24 Mar 2020 07:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264179#M44109</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-24T07:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264180#M44110</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;but when I use existing connection from tdbconnection component, the last table data is not inserted (that's the initial setting)</description>
      <pubDate>Tue, 24 Mar 2020 07:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264180#M44110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-24T07:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: DB Migration: Last table data is blank (Output DB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264181#M44111</link>
      <description>if that is the case built in of tdbouput and do not use the existing connection.</description>
      <pubDate>Tue, 24 Mar 2020 07:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB-Migration-Last-table-data-is-blank-Output-DB/m-p/2264181#M44111</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-24T07:27:56Z</dc:date>
    </item>
  </channel>
</rss>

