<?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: Comparing CRC values in an expression filter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206372#M6454</link>
    <description>Hi
&lt;BR /&gt;What's the data type of this column? Source.CRC?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 19 May 2011 10:15:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-05-19T10:15:50Z</dc:date>
    <item>
      <title>Comparing CRC values in an expression filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206371#M6453</link>
      <description>Hi, 
&lt;BR /&gt;I need to read records from an Oracle DB(Source) and load it into a SQL server db.(Target) 
&lt;BR /&gt;I am using a tAddCRCRow to generate a CRC column . This column is in the Target Table. 
&lt;BR /&gt;I then lookup the Target table to find out updates vs. inserts. 
&lt;BR /&gt;Here is what I do in the tMap component. 
&lt;BR /&gt;I look up based on primary key using 'Inner Join' 
&lt;BR /&gt;Then I update the table or insert(inner join reject) 
&lt;BR /&gt;In the Update I also use an expression filter to say Source.CRC != Lookup.CRC 
&lt;BR /&gt;But it still updates all the rows , not just the changed rows. I need to retain history as I have a timestamp column to track changes for later. 
&lt;BR /&gt;Is the expression wrong? We are using Java and NOT perl. 
&lt;BR /&gt;New to Talend (&amp;amp; Java) - any help is appreciated. 
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 12:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206371#M6453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing CRC values in an expression filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206372#M6454</link>
      <description>Hi
&lt;BR /&gt;What's the data type of this column? Source.CRC?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 19 May 2011 10:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206372#M6454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-19T10:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing CRC values in an expression filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206373#M6455</link>
      <description>Hi Shong,
&lt;BR /&gt;I am sorry, I think I had created this post twice and never saw your reply.
&lt;BR /&gt;The datatype is Long. This is the default datatype created by the tAddCRCRow Component.
&lt;BR /&gt;The target.CRC is also long.
&lt;BR /&gt;When I use (Source.CRC+0) != (Target.CRC+0) , it works.
&lt;BR /&gt;Another question - is there a possibility using the tAddCRCRow to create the CRC (Using all available fields except the key field) , changed rows will be missed?</description>
      <pubDate>Tue, 21 Jun 2011 18:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206373#M6455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-21T18:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing CRC values in an expression filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206374#M6456</link>
      <description>Hello &lt;BR /&gt;I have the same Issue with excel files as source &amp;amp; loading the data tho target oracle database.Can anyone explain me with screenshots Please.</description>
      <pubDate>Tue, 06 Sep 2011 05:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206374#M6456</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-09-06T05:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing CRC values in an expression filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206375#M6457</link>
      <description>Hi Gurus - &lt;BR /&gt;I have a scenario like I am dealing with XMl files as SRC &amp;amp; want to load into Oracle database(TGT). Here I am dealing with 2 Files, &lt;BR /&gt;data from file 1 is a direct pass into DB &amp;amp;  based on a primary key file 2 data is present in database neglect it or insert it..&lt;BR /&gt;So I have a date coloum for ex : say I got file 1 on july 15th..So database is inserted with July 15th &amp;amp; I got 2nd file on july 27th .My data should get insert file 2 as july 27th..(this is how I'm expecting) . I am new to this tool..Do you have anything like doing lookup on target table or CRC concept or CDC concept?&lt;BR /&gt;Can anyone explain me with screenshots Please.&lt;BR /&gt;any help would be appreciated.Thank you.</description>
      <pubDate>Tue, 06 Sep 2011 05:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206375#M6457</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-09-06T05:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing CRC values in an expression filter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206376#M6458</link>
      <description>Is it possible to join CRC values in the job and not storing in the table? Also if i want to insert or update based on change in CRC values how do I do it ?</description>
      <pubDate>Thu, 12 Dec 2013 22:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Comparing-CRC-values-in-an-expression-filter/m-p/2206376#M6458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T22:12:21Z</dc:date>
    </item>
  </channel>
</rss>

