<?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: implementing scd2 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319716#M89932</link>
    <description>Hi jlolling, 
&lt;BR /&gt;I'm facing a problem with tOracleSCD...It takes alot of time to get finished ..i was looking for output component which make it faster to execute.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Mirella</description>
    <pubDate>Mon, 09 Dec 2013 09:53:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-09T09:53:10Z</dc:date>
    <item>
      <title>implementing scd2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319710#M89926</link>
      <description>please anyone suggest me how to implement SCD 2 in talend? im new for talend</description>
      <pubDate>Thu, 14 Mar 2013 06:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319710#M89926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-14T06:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: implementing scd2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319711#M89927</link>
      <description>Nearly for all database types you find SCD related components. The interface to configure it is very user friendly and fits very well to the theory of slowly changing dimension types. &lt;BR /&gt;You will find at start your schema column in the unused sction and simply drag and drop them to the SCD type as you need.&lt;BR /&gt;You can configure the timestamp fields as well as an active field.&lt;BR /&gt;Hint: If you design your table and add it to the meta data and use this meta data to create your SCD output, please let the scd columns in the unused section or better switch to a build-in schema and delete them from schema because they will only be handled be the SCD component.</description>
      <pubDate>Thu, 14 Mar 2013 07:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319711#M89927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-14T07:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: implementing scd2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319712#M89928</link>
      <description>Hi, 
&lt;BR /&gt;Do you want to use the SCD component in talend? There are some component references about SCD, such as 
&lt;A href="https://help.talend.com/search/all?query=tMysqlSCD&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tMysqlSCD&lt;/A&gt;, 
&lt;A href="https://help.talend.com/search/all?query=tOracleSCD&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tOracleSCD&lt;/A&gt; and so on. Could you give us more info about your requirement so that we can give you a proper help.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 14 Mar 2013 10:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319712#M89928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-14T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: implementing scd2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319713#M89929</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;please anyone suggest me how to implement SCD 2 in talend? im new for talend&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi Manju,
&lt;BR /&gt;We have a property in output components of all DBs ( for example tMySqlOutput) named ' Action on Table '
&lt;BR /&gt;and ' Action on data ' .
&lt;BR /&gt;Set ' Action on Table ' to ' Default '
&lt;BR /&gt;Set ' Action on Data ' to ' Insert or Update ' / ' Update or Insert '.
&lt;BR /&gt;We can achieve SCD2 using this property I guess.
&lt;BR /&gt;Hope this would be helpful.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Saty.</description>
      <pubDate>Thu, 14 Mar 2013 12:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319713#M89929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-14T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: implementing scd2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319714#M89930</link>
      <description>Hi Saty,
&lt;BR /&gt;NO that is not an SCD feature! Slowly Changing Dimension means you track the changes of fields and writes a new time slice for a changed data set. What you describe is simply an update of the existing dataset in different orders (first insert and than update if the insert found an existing one).
&lt;BR /&gt;Only the tXXXSCD components do this job properly and this for all 3 SCD types.</description>
      <pubDate>Thu, 14 Mar 2013 20:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319714#M89930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-14T20:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: implementing scd2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319715#M89931</link>
      <description>Hi jlolling,
&lt;BR /&gt;Thanks for the corrections. This forum is very helpful to me to explore various features of Talend.
&lt;BR /&gt;
&lt;BR /&gt;Saty.</description>
      <pubDate>Fri, 15 Mar 2013 03:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319715#M89931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-15T03:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: implementing scd2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319716#M89932</link>
      <description>Hi jlolling, 
&lt;BR /&gt;I'm facing a problem with tOracleSCD...It takes alot of time to get finished ..i was looking for output component which make it faster to execute.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Mirella</description>
      <pubDate>Mon, 09 Dec 2013 09:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implementing-scd2/m-p/2319716#M89932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T09:53:10Z</dc:date>
    </item>
  </channel>
</rss>

