<?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: How to do SCD1 Implementation with using tmap component in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-SCD1-Implementation-with-using-tmap-component-in/m-p/2364215#M128001</link>
    <description>Hi,
&lt;BR /&gt;It seems you are looking for changed data&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;in the existing record.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Could you please try to make an inner job between&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;input file's case_number&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;and&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;target table's column case_number?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;The work flow should be:&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;target source--&amp;gt;tMap(inner join)--&amp;gt;t&amp;lt;DB&amp;gt;output(set the "catch lookup inner join rejected " as true, the output result should be the changed/ new data)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;input source&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Let us know if it is working for your case.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Wed, 27 Apr 2016 09:50:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-27T09:50:59Z</dc:date>
    <item>
      <title>How to do SCD1 Implementation with using tmap component in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-SCD1-Implementation-with-using-tmap-component-in/m-p/2364214#M128000</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I need to implement SCD1 with t map. I don't want to use SCD component available in Talend.&lt;BR /&gt;&lt;BR /&gt;I have a file with input columns:&lt;BR /&gt;case_number;&lt;BR /&gt;source&lt;BR /&gt;description&lt;BR /&gt;title&lt;BR /&gt;exist_flag&lt;BR /&gt;&lt;BR /&gt;Target table columns:&lt;BR /&gt;case_id(Primary key)&lt;BR /&gt;case_number&lt;BR /&gt;source&lt;BR /&gt;description&lt;BR /&gt;title&lt;BR /&gt;exist_flag&lt;BR /&gt;&lt;BR /&gt;My requirement is&amp;nbsp;&lt;BR /&gt;INSERT the record- if input file's case_number does not match with target table's column case_number, insert a new record&lt;BR /&gt;UPDATE the record- if there is some change in the existing record and input file's case_number matches with target table's column case_number, then update the record. Also exist_flag will change to "Y"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have tried it using tmap, INSERT is working perfectly but UPDATE functionality is not working.&lt;BR /&gt;Can somebody please help me out ?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 11:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-SCD1-Implementation-with-using-tmap-component-in/m-p/2364214#M128000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T11:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to do SCD1 Implementation with using tmap component in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-SCD1-Implementation-with-using-tmap-component-in/m-p/2364215#M128001</link>
      <description>Hi,
&lt;BR /&gt;It seems you are looking for changed data&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;in the existing record.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Could you please try to make an inner job between&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;input file's case_number&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;&amp;nbsp;and&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;target table's column case_number?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;The work flow should be:&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;target source--&amp;gt;tMap(inner join)--&amp;gt;t&amp;lt;DB&amp;gt;output(set the "catch lookup inner join rejected " as true, the output result should be the changed/ new data)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;input source&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Let us know if it is working for your case.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 27 Apr 2016 09:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-SCD1-Implementation-with-using-tmap-component-in/m-p/2364215#M128001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-27T09:50:59Z</dc:date>
    </item>
  </channel>
</rss>

