<?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: [resolved] tMap left outer join to insert/update and delete records in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347776#M114983</link>
    <description>Access(Main) INNER JOIN postgres (lookup)-------&amp;gt;get reject (update and insert to postgres)
&lt;BR /&gt;Another tMap different flow subjob 
&lt;BR /&gt;Postgres (Main)INNER JOIN Acess (Lookup)--------&amp;gt;reject row then delete all these rows from postgres.
&lt;BR /&gt;Vaibhav</description>
    <pubDate>Thu, 22 May 2014 14:05:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-22T14:05:58Z</dc:date>
    <item>
      <title>[resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347771#M114978</link>
      <description>Hi, 
&lt;BR /&gt;I have one problem about delete record from table. In my job, I take tAccessInput do left outer join via tMap with tPostgreSQLInput (I need to update some Access column with postgres table column). I want to update or insert row that exist in tAccessInput to Postgres table and to delete record that doesn't exist in Postgres table. 
&lt;BR /&gt;Can you tell me how to do it ? I read some posts that we can create two different outputs in tMap to tPostgreSQLOutput which one performs insert/update and the other output performs delete. Bud I don't know how to do this with left outer join.
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Sophanna</description>
      <pubDate>Thu, 22 May 2014 12:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347771#M114978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347772#M114979</link>
      <description>Hi Sophanna, 
&lt;BR /&gt;Any specific reason for using left outer join? 
&lt;BR /&gt;- Perform Main input inner join with lookup using tMap 
&lt;BR /&gt;- You will get reject rows from Main (need to configure in tMap output configuration) 
&lt;BR /&gt;- All these rejected records are update, or insert 
&lt;BR /&gt;- Your update and insert for records can be managed by the database, you don't need separate output from tMap, 
&lt;BR /&gt;Use another tMap and reverse main and lookup to get the deleted records, use subsequent sql query to delete records from target. 
&lt;BR /&gt;Check the forum post for further details. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCsZKCA0" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Insert-Update-with-tMap/td-p/58028&lt;/A&gt; 
&lt;BR /&gt;Check tMap example 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/search/all?query=tMap&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tMap&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 22 May 2014 13:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347772#M114979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T13:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347773#M114980</link>
      <description>Hi Vaibhav, 
&lt;BR /&gt;Thanks for your quick reply. The reason that I need to use left outer join is MS access is user record data local DB (user can add new record, update existing record or delete record). tAccessInput and tPostgreSQLInput has different schema, so I have to use tMap (some columns from access and some from postgres). Therefore, I can't just delete data from postgres first then insert new data to it.
&lt;BR /&gt;According to this scenario, could you help me by giving other ideas how to do solve this?
&lt;BR /&gt;May I ask if I do inner join, then there is reject row, where these reject row comes from? is it from main or lookup?</description>
      <pubDate>Thu, 22 May 2014 13:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347773#M114980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T13:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347774#M114981</link>
      <description>Reject rows comes from Main.&lt;BR /&gt;Above scenario may satisfy your problem... try some POC.&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 22 May 2014 13:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347774#M114981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T13:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347775#M114982</link>
      <description>You gave me idea on how to do this. And this is what I come up with :
&lt;BR /&gt;Access INNER JOIN postgres-------&amp;gt;get exist in both table update to postgres.
&lt;BR /&gt;Postgres INNER JOIN Acess--------&amp;gt;reject row then delete all these rows from postgres.
&lt;BR /&gt;Access INNER JOIN postgres-------&amp;gt;reject row then insert to postgres.
&lt;BR /&gt;This is what you mean?
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Sophanna</description>
      <pubDate>Thu, 22 May 2014 14:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347775#M114982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T14:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347776#M114983</link>
      <description>Access(Main) INNER JOIN postgres (lookup)-------&amp;gt;get reject (update and insert to postgres)
&lt;BR /&gt;Another tMap different flow subjob 
&lt;BR /&gt;Postgres (Main)INNER JOIN Acess (Lookup)--------&amp;gt;reject row then delete all these rows from postgres.
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 22 May 2014 14:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347776#M114983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T14:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347777#M114984</link>
      <description>Hi Vaibhav, 
&lt;BR /&gt;You're brilliant. Thanks you for sharing. 
&lt;BR /&gt;But one more thing is that in first sub job, we will get only the row that doesn't exist in Postgres , then insert it to postgres. And I think we still need one more subjob which will update the data that both exist in these two table. 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Sophanna</description>
      <pubDate>Thu, 22 May 2014 14:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347777#M114984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T14:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347778#M114985</link>
      <description>Hi Vaibhav, 
&lt;BR /&gt;I don't know how to retrieve rejected row. Could you take a look at my screenshot and tell me how to get rejected row? 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Sophanna 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME4E.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131566iAC2BE5E5D98B0BC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME4E.png" alt="0683p000009ME4E.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 22 May 2014 17:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347778#M114985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T17:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347779#M114986</link>
      <description>You have to enable output reject in tMap configuration.... 
&lt;BR /&gt;we still need one more subjob which will update the data that both exist in these two table. 
&lt;BR /&gt;&amp;gt;&amp;gt; This can be handled by the database insert/update 
&lt;BR /&gt;check out following tutorial. 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/tutorials/tutorial.php?language=english&amp;amp;idTuto=9" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/tutorials/tutorial.php?language=english&amp;amp;idTuto=9&lt;/A&gt; 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 23 May 2014 04:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347779#M114986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-23T04:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347780#M114987</link>
      <description>Hi, &lt;BR /&gt;May I ask, beside map these two table with primary key, do I need to give another criteria to get the rejected row that doesn't match this join ? Could you tell me what is "catch lookup inner join reject means"?&lt;BR /&gt;Best regards, &lt;BR /&gt;Sophanna</description>
      <pubDate>Fri, 23 May 2014 06:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347780#M114987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-23T06:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347781#M114988</link>
      <description>what is "catch lookup inner join reject means"?&lt;BR /&gt;Check this tutorial &lt;A href="https://help.talend.com/search/all?query=tMap&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tMap&amp;amp;content-lang=en&lt;/A&gt; for the description of "Catch lookup inner join reject"&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 23 May 2014 06:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347781#M114988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-23T06:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347782#M114989</link>
      <description>Hi, &lt;BR /&gt;Sorry for asking repeated question. Could you tell me beside map these two table with primary key, do I need to give another criteria to get the rejected row that doesn't match this join.&lt;BR /&gt;Sophanna</description>
      <pubDate>Fri, 23 May 2014 07:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347782#M114989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-23T07:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347783#M114990</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hi This is Prashant.I Have 10 Records Excel File.I am Converting it into Access File.And the Fields Names are First Name,Surname,Title, Gender,Year etc.Now I Want to Update Particular Row in Access File.For Example if the First Name is Smith i Want to Make it as John.Please Help me Regarding with this.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 11 Feb 2015 07:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347783#M114990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-11T07:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMap left outer join to insert/update and delete records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347784#M114991</link>
      <description>Hi Team,
&lt;BR /&gt;I am trying to do CDC using file system.
&lt;BR /&gt;I have 2 input files(.csv) one for current day and one for previous day.
&lt;BR /&gt;I wanted to compare these 2 files and get the Inserted,updated and Remains unchanged records into 3 different flows.
&lt;BR /&gt;I tried it using tmap component but i m not able to acheive it.
&lt;BR /&gt;can anyone help me with this?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Srinivas</description>
      <pubDate>Tue, 24 Jan 2017 13:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMap-left-outer-join-to-insert-update-and-delete/m-p/2347784#M114991</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-01-24T13:11:57Z</dc:date>
    </item>
  </channel>
</rss>

