<?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: How to Maintain History in target table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223831#M16786</link>
    <description>&lt;P&gt;Hi Arpita,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Why you created two pipelines for type2 logic. You can use single&amp;nbsp;flow to insert new/insert changed/Update inactive records.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the flow for your requirement will be like below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;temp_dim (select max(key) from temp_dim)-- &amp;gt; tJavarow(to assign&amp;nbsp;max value to&amp;nbsp;context variable)&lt;/P&gt; 
&lt;P&gt;Depending on&amp;nbsp;first flow&lt;/P&gt; 
&lt;P&gt;source(receiving latest data) --&amp;gt; tmap (used to lookup on temp_dim and flag records for insert,update)-- &amp;gt; target&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScdType2.PNG" style="width: 684px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtPf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131235i93DE57289F7903C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtPf.png" alt="0683p000009LtPf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScdType21.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtJF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156064i808923A9CCA789E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtJF.png" alt="0683p000009LtJF.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Mar 2018 15:08:00 GMT</pubDate>
    <dc:creator>vboppudi</dc:creator>
    <dc:date>2018-03-28T15:08:00Z</dc:date>
    <item>
      <title>How to Maintain History in target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223826#M16781</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;My requirement is to maintain the history of records by writing own logic in tmap.&lt;/P&gt;
&lt;P&gt;I couldn't achieve this task and I'm trying to my best.&lt;/P&gt;
&lt;P&gt;My workflow is as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oracleinput(targettable)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|(lookup)&lt;/P&gt;
&lt;P&gt;Oracleinput(sourcetable)----&amp;gt;tmap----&amp;gt;oracleoutput(action on table &lt;STRONG&gt;INSERT&lt;/STRONG&gt;)&amp;nbsp;&lt;SPAN&gt;catch lookup inner rejects &amp;nbsp;false&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;oracleOutput(action on table(INSERT) but catch lookup inner rejects &amp;nbsp;false&lt;/P&gt;
&lt;P&gt;Source table consists of (Id,name,salary,start_date) and In target table(Id,name,salary,Start_date,End_date)&lt;/P&gt;
&lt;P&gt;Source records looks like below&lt;/P&gt;
&lt;P&gt;Id Name Salary Start_date&lt;/P&gt;
&lt;P&gt;1 &amp;nbsp;John &amp;nbsp; 1000 &amp;nbsp; &amp;nbsp; 24-may-2017&lt;/P&gt;
&lt;P&gt;2 &amp;nbsp;Shree &amp;nbsp;2000 &amp;nbsp; &amp;nbsp;24-may-2017&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any update in source records like salary increments from 1000 to 3000&lt;/P&gt;
&lt;P&gt;expected output is:&lt;/P&gt;
&lt;P&gt;Id &amp;nbsp; Name &amp;nbsp;Salary &amp;nbsp;Start_date &amp;nbsp; &amp;nbsp; &amp;nbsp; End_Date&lt;/P&gt;
&lt;P&gt;1 &amp;nbsp; &amp;nbsp;John &amp;nbsp; &amp;nbsp;1000 &amp;nbsp; &amp;nbsp;24-may-2017 &amp;nbsp; 25-may-2017&lt;/P&gt;
&lt;P&gt;2 &amp;nbsp; &amp;nbsp;Shree &amp;nbsp; 2000 &amp;nbsp; 24-may-2017 &amp;nbsp; null&lt;/P&gt;
&lt;P&gt;1 &amp;nbsp; &amp;nbsp;John &amp;nbsp; &amp;nbsp; 3000 &amp;nbsp; 25-may-2017 &amp;nbsp; null&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried to maintain surrogate key in the target table to achieve this but it's failing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest me or show me how to achieve this.&lt;/P&gt;
&lt;P&gt;The same scenario I have implemented IN Informatica power center with Md5 concept and&amp;nbsp;sequence row generator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But In Talend, I really don't know how to implement the same&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking forward to the possible solution!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NOTE: DON'T want to use SCD components&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&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>Thu, 25 May 2017 12:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223826#M16781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Maintain History in target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223827#M16782</link>
      <description>&lt;P&gt;First of all, you are essentially creating a slowly changing dimension, so why not use the SCD components? They will do this for you easily.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However, I can see that this might be an interesting challenge, so i can suggest the following way of achieving this. What you are essentially looking to do is find where the main row&amp;nbsp;does NOT entirely match the corresponding lookup row where the ID matches. Your main row is your source data and I am assuming your lookup is also your target data. If that is the case, you need to do the following....&lt;BR /&gt;&lt;BR /&gt;1) Join your main to your tMap first&lt;/P&gt; 
&lt;P&gt;2) Join your lookup to the tMap and join the main to the lookup on ID. The query for this table should have a WHERE CLAUSE that states "WHERE end_date is null" since that is the latest record. Use a left outer join (to capture main rows where the ID has never existed in the lookup table&lt;/P&gt; 
&lt;P&gt;3) Use tMap variables to compare each of the column values between the main and lookup (where a join is found). Where they all match, there is nothing to update. Where there is a change, then you need to have two outputs. 1 to a component which inserts a new record with a null end_date and 1 to a component which will update the lookup record to have an end _date of that day.&lt;BR /&gt;&lt;BR /&gt;The key to use for this should be an auto generated key in the output/lookup table. When you do the join to the lookup, do not join on this key, join on the ID (which will be repeated with new versions of the record). The update of the record (where needed) will always be carried out using the unique autogenerated key field.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You will need to understand how to handle updates (this is demonstrated in the Talend documentation). This method *should* give you what you want&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 23:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223827#M16782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T23:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Maintain History in target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223828#M16783</link>
      <description>Hi
&lt;BR /&gt;As per your guidance i have tried it the issue I'm facing is when there is change in salary column it is inserting as well as updating the existing record value too when I use action on table as update or insert ,even tried with all options too ,either it updates all records or the record which meets the condition ,i didnt get the record as new record. I didn't get desired output and i don't know how to update end date on the existing record.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Do I have to keep 3 output components else 2 is enough if so how could I implement my logic in it.
&lt;BR /&gt;Can you put screen shot if u got output?</description>
      <pubDate>Mon, 29 May 2017 07:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223828#M16783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T07:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Maintain History in target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223829#M16784</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here I have shown my job design ,someone please helpme&amp;nbsp;to get solution.Thanks in advance&lt;/P&gt; 
&lt;P&gt;1.jobDesign:&amp;nbsp;getting the max count of the surrogate key from tjavaflex and also further mapping.&lt;/P&gt; 
&lt;P&gt;toracleinput&amp;nbsp;(targettable)-----&amp;gt;tjavaflex&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JobDesign.PNG" style="width: 800px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LulT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134364i6588D84BF5B8FE88/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LulT.png" alt="0683p000009LulT.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2. Tmap&amp;nbsp;conditions&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap-part1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LulX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153163i1F4E48C6D282A713/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LulX.png" alt="0683p000009LulX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap-part2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LukB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148908i6896E7ED4D6B6AD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LukB.png" alt="0683p000009LukB.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;All Matches and Inner join on the &lt;/STRONG&gt;left-hand&lt;STRONG&gt; side&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;On right-hand side ----&amp;gt; toracleoutput1 -----&amp;gt; Insert(action on table)&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-----&amp;gt;toracleoutput2 ------&amp;gt;when there are changes have to insert as new record with end date as "null". Condition&amp;nbsp;am using here is&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;"row2.ID==row3.ID &amp;amp;&amp;amp; !(row2.NAME.equals(row3.NAME)) &amp;amp;&amp;amp; row2.AGE != row3.AGE"&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ------&amp;gt;toracleoutput3 -----&amp;gt; update the end date for the existing record which has changed.&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;I kept oracleoutput2 &amp;nbsp;(Insert as action on table)and oracleoutput3&amp;nbsp;(update as action on table)&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First time when I run the job all the records from source table inserted into target table and once I update some record on source table and running the job again but there are zero rows affected.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;can any one tell me What mistake I'm doing here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 13:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223829#M16784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T13:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Maintain History in target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223830#M16785</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anyone tell me where m going wrong.&lt;BR /&gt;i am not getting Start date and end date as per my requirement.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsHd"&gt;data.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsSF"&gt;Job.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsT2"&gt;Map.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsQF"&gt;Map2update.PNG&lt;/A&gt;</description>
      <pubDate>Wed, 28 Mar 2018 12:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223830#M16785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Maintain History in target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223831#M16786</link>
      <description>&lt;P&gt;Hi Arpita,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Why you created two pipelines for type2 logic. You can use single&amp;nbsp;flow to insert new/insert changed/Update inactive records.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the flow for your requirement will be like below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;temp_dim (select max(key) from temp_dim)-- &amp;gt; tJavarow(to assign&amp;nbsp;max value to&amp;nbsp;context variable)&lt;/P&gt; 
&lt;P&gt;Depending on&amp;nbsp;first flow&lt;/P&gt; 
&lt;P&gt;source(receiving latest data) --&amp;gt; tmap (used to lookup on temp_dim and flag records for insert,update)-- &amp;gt; target&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScdType2.PNG" style="width: 684px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtPf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131235i93DE57289F7903C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtPf.png" alt="0683p000009LtPf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScdType21.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtJF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156064i808923A9CCA789E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtJF.png" alt="0683p000009LtJF.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223831#M16786</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-03-28T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Maintain History in target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223832#M16787</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt;&amp;nbsp;Thanks for quick response.&lt;BR /&gt;Can you please show me javarow component and variable expression.&lt;/P&gt; 
&lt;P&gt;if you dont mind can you please explain once more with all component.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223832#M16787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T15:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Maintain History in target table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223833#M16788</link>
      <description>&lt;P&gt;Hi Arpiita,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please find the details below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScdType22.PNG" style="width: 895px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtPz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154684iDCA5C128389C02B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtPz.png" alt="0683p000009LtPz.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScdType23.PNG" style="width: 833px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtJ5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142276iCA201FE0B8A87811/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtJ5.png" alt="0683p000009LtJ5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 16:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Maintain-History-in-target-table/m-p/2223833#M16788</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-03-28T16:21:35Z</dc:date>
    </item>
  </channel>
</rss>

