<?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: Usage of tMSSqlSCD component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290883#M64122</link>
    <description>&lt;P&gt;do this [column with space]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2018 10:35:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-03T10:35:24Z</dc:date>
    <item>
      <title>Usage of tMSSqlSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290877#M64116</link>
      <description>Hi everyone, &lt;BR /&gt;I need to read from a SQL Server only changed rows. I red that tMsSqlSCD is the right component but I don't know how configure it.&lt;BR /&gt;Could you help me please?&lt;BR /&gt;Thks&lt;BR /&gt;Gisella</description>
      <pubDate>Sat, 16 Nov 2024 13:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290877#M64116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of tMSSqlSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290878#M64117</link>
      <description>Hello 
&lt;BR /&gt;About SCD(Slowly changing dimension), you could read an 
&lt;A href="http://en.wikipedia.org/wiki/Slowly_Changing_Dimension" target="_blank" rel="nofollow noopener noreferrer"&gt;introduction&lt;/A&gt;. About tMsSqlSCD, please read the user documentation, there is a demo on tMySQLSCD part. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 18 Dec 2009 03:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290878#M64117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-18T03:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of tMSSqlSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290879#M64118</link>
      <description>Thanks shong! 
&lt;BR /&gt;But now I have one other problem. 
&lt;BR /&gt;I have some fields that contains spaces or number in the field name: for example "Search Description" is a field name or "Vendor Item No_" or "4x4". 
&lt;BR /&gt;This kind of names causes compliation problems in talend. But if I try to change it I have SQLException in insert/update phase. 
&lt;BR /&gt;How can I resolve that?</description>
      <pubDate>Fri, 18 Dec 2009 14:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290879#M64118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-18T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of tMSSqlSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290880#M64119</link>
      <description>Hello 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;for example "Search Description" is a field name or "Vendor Item No_" or "4x4".&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;When i look into the generated code, i see some code like:
&lt;BR /&gt;
&lt;PRE&gt;    class SCDStruct_tMysqlSCD_1 {&lt;BR /&gt;private Integer 4x4;&lt;BR /&gt;private String f f;&lt;BR /&gt;}&lt;/PRE&gt;
&lt;BR /&gt;The string is invalid in Java if the column name contains some space or starts with digit. So, please report a bug on our bugtrack, we need handle the special characters first.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 21 Dec 2009 06:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290880#M64119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-21T06:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of tMSSqlSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290881#M64120</link>
      <description>I am having problems with SCD components. Please explain me in detail what is this components all about and how to incorporate this 'tmssqLSCD' or SCD in job design.</description>
      <pubDate>Thu, 01 Mar 2012 11:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290881#M64120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-01T11:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of tMSSqlSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290882#M64121</link>
      <description>&lt;P&gt;I have the same issue - SCD&amp;nbsp; component does not work for tables which have spaces in column names. I use version 6.4.1. I see that the first post is from year 2009 and now it is year 2018, so I do not know if it appropriate to ask for help of a fix. I will come back to celebrate 10 year anniversary of this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 10:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290882#M64121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-02T10:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of tMSSqlSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290883#M64122</link>
      <description>&lt;P&gt;do this [column with space]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 10:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290883#M64122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T10:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of tMSSqlSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290884#M64123</link>
      <description>&lt;P&gt;This is a topic about tMSSqlSCD in Talend Open Studio, so DO THIS: please reply about the issue in question and not some unrelated matter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 12:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290884#M64123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T12:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of tMSSqlSCD component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290885#M64124</link>
      <description>&lt;P&gt;I will do this [IGNORE] you're probably using type 4&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 13:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Usage-of-tMSSqlSCD-component/m-p/2290885#M64124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T13:13:39Z</dc:date>
    </item>
  </channel>
</rss>

