<?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: tTeradataSCD in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362927#M126965</link>
    <description>&lt;P&gt;Hi Manohar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply and suggestion.&lt;/P&gt;
&lt;P&gt;Just to confirm, so we cannot manually set the values of the scd_active, am I right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A walkaround is to put a tmap after the tTeradataSCD component and write the expression to convert the scd_active values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 02:46:13 GMT</pubDate>
    <dc:creator>sszzxx</dc:creator>
    <dc:date>2018-02-20T02:46:13Z</dc:date>
    <item>
      <title>tTeradataSCD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362925#M126963</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using tTeradataSCD to do slowly changing dimension on my table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a table in my Teradata and I would like to give in inputs with updated data and do a SCD type 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question is in the SCD_ACTIVE, it is showing "t" or "f" in the table. I want it to be kept as "Y" and "N" as I have an existing table for this. I have tried to change the type from boolean to string, but it is still showing "t" or "f".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there anyway I can set my own return values instead of it passing fixed ("t" or "f") values?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 05:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362925#M126963</guid>
      <dc:creator>sszzxx</dc:creator>
      <dc:date>2018-02-15T05:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: tTeradataSCD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362926#M126964</link>
      <description>&lt;P&gt;as a expersion in tMap you can convert as you required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;ex:-&amp;nbsp;&lt;SPAN&gt;SCD_ACTIVE.equals('t') ? 'Y' : 'N'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but in tTeradataSCD,you can not able to write expersion like above&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 05:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362926#M126964</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-15T05:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: tTeradataSCD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362927#M126965</link>
      <description>&lt;P&gt;Hi Manohar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply and suggestion.&lt;/P&gt;
&lt;P&gt;Just to confirm, so we cannot manually set the values of the scd_active, am I right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A walkaround is to put a tmap after the tTeradataSCD component and write the expression to convert the scd_active values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 02:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362927#M126965</guid>
      <dc:creator>sszzxx</dc:creator>
      <dc:date>2018-02-20T02:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: tTeradataSCD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362928#M126966</link>
      <description>&lt;P&gt;You cannot call the manuall value into&amp;nbsp;&lt;SPAN&gt;scd_active.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 04:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362928#M126966</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-20T04:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: tTeradataSCD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362929#M126967</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have decided to use tTeradataRow instead and gave Case query instead.&lt;/P&gt;&lt;P&gt;Thank you for your inputs!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 10:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tTeradataSCD/m-p/2362929#M126967</guid>
      <dc:creator>sszzxx</dc:creator>
      <dc:date>2018-02-20T10:16:12Z</dc:date>
    </item>
  </channel>
</rss>

