<?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: Transformation in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055880#M5564</link>
    <description>&lt;P&gt;Glad to hear that, thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90520"&gt;@suvbin&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
    <pubDate>Sat, 01 Apr 2023 13:16:05 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2023-04-01T13:16:05Z</dc:date>
    <item>
      <title>Transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2054473#M5526</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Added a new column in transformation and used header column Ar_h _operation.&amp;nbsp; If we done full load the values in target must be full_load_done and if&amp;nbsp; values got inserted&amp;nbsp; in the source , then in target&amp;nbsp; it must be described as Inserted. i have tried like this.&lt;/P&gt;
&lt;P&gt;CASE&lt;BR /&gt;WHEN $AR_H_OPERATION = 'INSERT' then&lt;BR /&gt;"Inserted"&lt;BR /&gt;ELSE&lt;BR /&gt;"RR"&lt;BR /&gt;END&lt;/P&gt;
&lt;P&gt;But everytime its doing insert. not sure how to include full load here. please let me know how to acheive this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 02:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2054473#M5526</guid>
      <dc:creator>suvbin</dc:creator>
      <dc:date>2023-03-31T02:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2054652#M5529</link>
      <description>&lt;P&gt;notes &lt;I&gt;&lt;STRONG&gt;AR_H_OPERATION&lt;/STRONG&gt;&lt;/I&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(77,81,86);font-size:14px;"&gt;. For the initial &lt;/SPAN&gt;&lt;I&gt;&lt;STRONG&gt;full load&lt;/STRONG&gt;&lt;/I&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(77,81,86);font-size:14px;"&gt;, the value is INSERT, whereas for ongoing replication, it's either INSERT, UPDATE, or DELETE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(77,81,86);font-size:14px;"&gt;so not sure what you want from the AR_H_OPERATION on full load.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 12:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2054652#M5529</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2023-03-29T12:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055462#M5545</link>
      <description>&lt;P&gt;My requirement is ,&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;If the task performs full load then the value in the target must be "full_load_done" and when the values got inserted&amp;nbsp; in the source end , then in target&amp;nbsp; it must be described as&amp;nbsp; "Inserted".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 02:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055462#M5545</guid>
      <dc:creator>suvbin</dc:creator>
      <dc:date>2023-03-31T02:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055472#M5546</link>
      <description>&lt;P&gt;The full_load is NOT part of a transaction. You can distinguish a full-load from an application insert looking at variabes like &lt;STRONG&gt;AR_H_TRANSACTION_ID&lt;/STRONG&gt;.&amp;nbsp; Other variables may also be useful such as&amp;nbsp;&lt;STRONG&gt;AR_H_USER.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The 'best' solution is Source Endpoint dependent. I encourage you to create a test task which moves ALL the $AR_H_ variables in added columns and compare the results for full-load vs application insert.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 03:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055472#M5546</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-03-31T03:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055811#M5556</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90520"&gt;@suvbin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this transformation as I believe it will do what you want:&lt;/P&gt;
&lt;P&gt;CASE &lt;BR /&gt;WHEN $AR_H_STREAM_POSITION = '' AND $AR_H_OPERATION = 'INSERT' &lt;BR /&gt;THEN&lt;BR /&gt;"Full Load"&lt;BR /&gt;ELSE&lt;BR /&gt;"Inserted"&lt;BR /&gt;END&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 20:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055811#M5556</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2023-03-31T20:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055862#M5561</link>
      <description>&lt;P&gt;Hi Michael,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your response.&amp;nbsp; when i used a full load task then the task stopped once the full load has been done.&lt;/P&gt;
&lt;P&gt;But in the target end, the value was "inserted" instead of "full load". .....&amp;nbsp; &amp;nbsp;not sure why.&lt;/P&gt;
&lt;P&gt;And more over i think it will not take the second condition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 08:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055862#M5561</guid>
      <dc:creator>suvbin</dc:creator>
      <dc:date>2023-04-01T08:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055864#M5562</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90520"&gt;@suvbin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;Thank you for your response.&amp;nbsp; when i used a full load task then the task stopped once the full load has been done.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In general there are 2 possibilities: 1) it's Full Load ONLY task; 2) it's FL + CDC task however you enabled the STOPPING Task option (for example):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1680337861557.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103986i09F9333DE5DDADB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="john_wang_0-1680337861557.png" alt="john_wang_0-1680337861557.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;But in the target end, the value was "inserted" instead of "full load". .....&amp;nbsp; &amp;nbsp;not sure why.&lt;/P&gt;
&lt;P&gt;And more over i think it will not take the second condition.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121284"&gt;@Michael_Litz&lt;/a&gt;&amp;nbsp;'s expression works fine in my labs (Oracle to MySQL replication). What's your source and target DB types? and what's the CDC apply mode? You may open a support ticket with Diag Packages so far we may check further for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 08:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055864#M5562</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-04-01T08:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055873#M5563</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it worked fine.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121284"&gt;@Michael_Litz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It worked . Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 10:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055873#M5563</guid>
      <dc:creator>suvbin</dc:creator>
      <dc:date>2023-04-01T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055880#M5564</link>
      <description>&lt;P&gt;Glad to hear that, thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90520"&gt;@suvbin&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 13:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Transformation/m-p/2055880#M5564</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-04-01T13:16:05Z</dc:date>
    </item>
  </channel>
</rss>

