<?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: Inserting just the new data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232675#M22563</link>
    <description>&lt;P&gt;You cannot have a tMap without a main input flow.&lt;/P&gt;&lt;P&gt;Here, tMap_3 is connected with a lookup (row7) and an outpout flow (sortie).&lt;/P&gt;&lt;P&gt;Because the link connected to a tMap is automatically considered as the main input flow, I suppose you have deleted something which was connected to the tMap_3.&lt;/P&gt;&lt;P&gt;If you just want to make some transformations in tMap_3,&amp;nbsp;&lt;SPAN&gt;row7 should be considered as the main input flow for tMap_3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cut row7, then reconnect the Output_Trend component to tMap_3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Should solve your problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bon courage.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2017 16:59:10 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2017-05-16T16:59:10Z</dc:date>
    <item>
      <title>Inserting just the new data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232672#M22560</link>
      <description>&lt;P&gt;I want to know if there is any way to do the below process with talend.&lt;/P&gt;
&lt;P&gt;evry time the job is runing, i want to insert just the new data in the source datatable .&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 09:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232672#M22560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-26T09:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting just the new data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232673#M22561</link>
      <description>&lt;P&gt;It depends...&lt;/P&gt; 
&lt;P&gt;If you've a primiray key on these tables, insert will fail as soon as a value already exists (and only new rows will be inserted). But can be considered a dirty approach specially if you have a large number of rows in the source for only a few of new ones.&lt;/P&gt; 
&lt;P&gt;If you want to avoid rejection for existing rows, you need to join (inner join in a tMap) rows from the source with existing rows in the target (the lookup) and "catch lookup inner join reject" to identify only new rows to be inserted.&lt;/P&gt; 
&lt;P&gt;An other approach is to store the datetime of the last run somewhere (table or file) and use this information as a filter for the select query based on a column indicating the datetime the row was created is the source database.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 13:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232673#M22561</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-26T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting just the new data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232674#M22562</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I've connected the TMsSqlOutput with tmap as Lookup and connected Tmap to the same&amp;nbsp;&lt;SPAN&gt;TMsSqlOutput but i've got this warnings (Aucun lien main n'est défini pour ce composant) and my job doesn't work&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cc.PNG" style="width: 894px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuW3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151594i3DD48A81681F5450/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuW3.png" alt="0683p000009LuW3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Could you help me&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 15:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232674#M22562</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-16T15:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting just the new data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232675#M22563</link>
      <description>&lt;P&gt;You cannot have a tMap without a main input flow.&lt;/P&gt;&lt;P&gt;Here, tMap_3 is connected with a lookup (row7) and an outpout flow (sortie).&lt;/P&gt;&lt;P&gt;Because the link connected to a tMap is automatically considered as the main input flow, I suppose you have deleted something which was connected to the tMap_3.&lt;/P&gt;&lt;P&gt;If you just want to make some transformations in tMap_3,&amp;nbsp;&lt;SPAN&gt;row7 should be considered as the main input flow for tMap_3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cut row7, then reconnect the Output_Trend component to tMap_3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Should solve your problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bon courage.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 16:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232675#M22563</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-05-16T16:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting just the new data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232676#M22564</link>
      <description>&lt;P&gt;I need (lookup) to insert just new data, this is why&amp;nbsp;&lt;SPAN&gt;tMap_3 is connected with a lookup (row7).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If i&amp;nbsp;reconnect the Output_Trend component to tMap_3 i can't have Lookup.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 19:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-just-the-new-data/m-p/2232676#M22564</guid>
      <dc:creator>INESBK</dc:creator>
      <dc:date>2017-05-16T19:59:10Z</dc:date>
    </item>
  </channel>
</rss>

