<?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: Issue with updating selected records in Postgres target in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348763#M115841</link>
    <description>&lt;P&gt;i thought applying output filter will filter the incoming records flow to the target.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the incoming records i have case number 123 and legacynumber 100 and in the prev legacy number 456.but where can i mention to filter the target dataset for legacy number 456?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i apply your_row.legacynumber == 456 &amp;amp;&amp;amp; your_row.casenumber=123 this will only filter the data that goes into target but it wnt restrict the update to 456 legacy number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please correct my understanding.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 04:43:16 GMT</pubDate>
    <dc:creator>veeaar</dc:creator>
    <dc:date>2021-06-25T04:43:16Z</dc:date>
    <item>
      <title>Issue with updating selected records in Postgres target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348759#M115837</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am  new to talend and facing issues while trying to implement the logic below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to translate a legacy data from oracle to postgres and below is the sample structure of the postgres target table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tableseq(db sequence)    casenumber   legacynumber  statusofcase&lt;/P&gt;&lt;P&gt;1                                     123                          789             A&lt;/P&gt;&lt;P&gt;2                                     123                          678            B&lt;/P&gt;&lt;P&gt;3                                     123                          456            C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created various filters in the tmap component to insert the data in above format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for update scenarios i have taken my key as casenumber but i want to update the status of the record where the legacynumber is 456.&lt;/P&gt;&lt;P&gt;i cant take the legacynumber as key because a part of this update i will also need to update the legacynumber column to the some new number like 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically i m trying to acheive below SQL functionality in talend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update tableA set legacynumber=100 where legacynumber=456 and casenumber=123;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any inputs will be highly appreciated as i ran out of the options and needs the resolution ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veearr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348759#M115837</guid>
      <dc:creator>veeaar</dc:creator>
      <dc:date>2024-11-16T00:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with updating selected records in Postgres target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348760#M115838</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Do you use any filter in tMap component? Could you please post your tMap screenshots here? Which will be helpful for get more information from situation.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina &lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 08:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348760#M115838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-24T08:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with updating selected records in Postgres target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348761#M115839</link>
      <description>&lt;P&gt;Hi, in TMAP update output set a filter expression on the output expression filter field :&lt;/P&gt;&lt;P&gt;your_row.legacynumber == 456 &amp;amp;&amp;amp; your_row.casenumber=123&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 09:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348761#M115839</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-06-24T09:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with updating selected records in Postgres target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348762#M115840</link>
      <description>&lt;P&gt;yes i have filter on the tmap to filter the records to insert or update flow.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 04:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348762#M115840</guid>
      <dc:creator>veeaar</dc:creator>
      <dc:date>2021-06-25T04:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with updating selected records in Postgres target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348763#M115841</link>
      <description>&lt;P&gt;i thought applying output filter will filter the incoming records flow to the target.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the incoming records i have case number 123 and legacynumber 100 and in the prev legacy number 456.but where can i mention to filter the target dataset for legacy number 456?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i apply your_row.legacynumber == 456 &amp;amp;&amp;amp; your_row.casenumber=123 this will only filter the data that goes into target but it wnt restrict the update to 456 legacy number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please correct my understanding.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 04:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-updating-selected-records-in-Postgres-target/m-p/2348763#M115841</guid>
      <dc:creator>veeaar</dc:creator>
      <dc:date>2021-06-25T04:43:16Z</dc:date>
    </item>
  </channel>
</rss>

