<?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 How to retrieve historical data using some transformation rules in Talend-DI in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274910#M51445</link>
    <description>&lt;P&gt;Here i'm given a task to take the data from the AS400(DB2-DB) which has all the data since ages and, do TRANSFORMATION'S using some transformation rules:&lt;/P&gt;
&lt;P&gt;1) keep 30 days old data from the current date&lt;BR /&gt;2) delete the data older than 30 days .&lt;BR /&gt;3) keep the data of the 1st days of every month untill the previous 2 years.&lt;BR /&gt;4) Delete the data which is more than 2 yrs(24 months) old.&lt;/P&gt;
&lt;P&gt;And, after the transformation, LOADING the transformed data in to the Oracle DB using Talend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions, in this regard is highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks..&lt;/P&gt;</description>
    <pubDate>Tue, 11 Sep 2018 08:59:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-11T08:59:46Z</dc:date>
    <item>
      <title>How to retrieve historical data using some transformation rules in Talend-DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274910#M51445</link>
      <description>&lt;P&gt;Here i'm given a task to take the data from the AS400(DB2-DB) which has all the data since ages and, do TRANSFORMATION'S using some transformation rules:&lt;/P&gt;
&lt;P&gt;1) keep 30 days old data from the current date&lt;BR /&gt;2) delete the data older than 30 days .&lt;BR /&gt;3) keep the data of the 1st days of every month untill the previous 2 years.&lt;BR /&gt;4) Delete the data which is more than 2 yrs(24 months) old.&lt;/P&gt;
&lt;P&gt;And, after the transformation, LOADING the transformed data in to the Oracle DB using Talend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions, in this regard is highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks..&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 08:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274910#M51445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve historical data using some transformation rules in Talend-DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274911#M51446</link>
      <description>good luck!
&lt;BR /&gt;
&lt;BR /&gt;start by a data map with the true field definition (what, from where, ….).
&lt;BR /&gt;be careful of date data field! are they usable to shrink datas?
&lt;BR /&gt;be careful of data who have to be sum-up!
&lt;BR /&gt;
&lt;BR /&gt;good luck again.</description>
      <pubDate>Tue, 11 Sep 2018 09:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274911#M51446</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-11T09:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve historical data using some transformation rules in Talend-DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274912#M51447</link>
      <description>&lt;P&gt;Hi fdenis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just a beginner in Talend-DI.&lt;/P&gt;&lt;P&gt;But, to answer your question, yes the date data field is allowed to shrink the data.&lt;/P&gt;&lt;P&gt;Also, do i write the transformation rules using tjava component or, a stored procedure on the destination DB(Oracle)&lt;/P&gt;&lt;P&gt;Can you explain me step by step to perform this task. I would really appreciate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274912#M51447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T09:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve historical data using some transformation rules in Talend-DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274913#M51448</link>
      <description>is your source full?&lt;BR /&gt;is it a one shot process or a dally one?&lt;BR /&gt;is oracle db a production db or an archive db?&lt;BR /&gt;&lt;BR /&gt;replie are:&lt;BR /&gt;source full --&amp;gt; just use simple select&lt;BR /&gt;oracle db is production ! resources are for prod --&amp;gt;no store proc.&lt;BR /&gt;daly run --&amp;gt; check process duration&lt;BR /&gt;one shot --&amp;gt; think of migration failure&lt;BR /&gt;&lt;BR /&gt;when writing job use tmap. do not use tjava for everything.&lt;BR /&gt;&lt;BR /&gt;good luck.&lt;BR /&gt;your question is define global view to chose the best technical solution.&lt;BR /&gt;it's your job. I could not give you the perfect solution if I'm not in your place.&lt;BR /&gt;I can try to help you.&lt;BR /&gt;good luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274913#M51448</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-11T09:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve historical data using some transformation rules in Talend-DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274914#M51449</link>
      <description>&lt;P&gt;Thank You for your prompt responses &lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;source full --&amp;gt; just use simple select &lt;FONT color="#FF0000"&gt;--&amp;gt; Source is not full but on the process of Data warehousing.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;oracle db is production ! resources are for prod --&amp;gt;no store proc. &lt;FONT color="#FF0000"&gt;--&amp;gt; OK&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;daly run --&amp;gt; check process duration &lt;FONT color="#FF0000"&gt;--&amp;gt; NO&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;one shot --&amp;gt; think of migration failure &lt;FONT color="#FF0000"&gt;--&amp;gt; PERIODIC ( MONTHLY/WEEKLY/QUARTERLY) BASIS&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;In tMap, do i need to take the Date field and write the transformation function? If possible, could you give a sample query / expression used for my purpose?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;+++&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 10:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274914#M51449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T10:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve historical data using some transformation rules in Talend-DI</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274915#M51450</link>
      <description>so yo are building a data warehouse.&lt;BR /&gt;Did you have a staging area? if yes, use it&lt;BR /&gt;if no code have to be into Talend, Standardized and Documented.&lt;BR /&gt;no sample is possible for me.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Sep 2018 10:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-historical-data-using-some-transformation-rules/m-p/2274915#M51450</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-11T10:52:14Z</dc:date>
    </item>
  </channel>
</rss>

