<?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 fill missing date value with the previous date max value using talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355540#M121271</link>
    <description>&lt;P&gt;The attached copy of your job works fine in the Talend 8. I tried to modify tJava_flex but only what I get is value populated but from the bottom to top not as I want from the top to bottom:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;08-01-2017|12.34&lt;/P&gt;&lt;P&gt;09-01-2017|234.7&lt;/P&gt;&lt;P&gt;10-01-2017|234.7&lt;/P&gt;&lt;P&gt;11-01-2017|234.7&lt;/P&gt;&lt;P&gt;12-01-2017|234.7&lt;/P&gt;&lt;P&gt;13-01-2017|234.7&lt;/P&gt;&lt;P&gt;14-01-2017|234.7&lt;/P&gt;&lt;P&gt;15-01-2017|234.7&lt;/P&gt;&lt;P&gt;16-01-2017|23.8&lt;/P&gt;&lt;P&gt;17-01-2017|23.8&lt;/P&gt;&lt;P&gt;18-01-2017|23.8&lt;/P&gt;&lt;P&gt;19-01-2017|23.8&lt;/P&gt;&lt;P&gt;20-01-2017|23.8&lt;/P&gt;&lt;P&gt;21-01-2017|23.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 12:40:44 GMT</pubDate>
    <dc:creator>Pantonio</dc:creator>
    <dc:date>2022-09-16T12:40:44Z</dc:date>
    <item>
      <title>How to fill missing date value with the previous date max value using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355534#M121265</link>
      <description>&lt;P&gt;How to populate missing dates with the value of previous date say for example&lt;/P&gt;&lt;P&gt;25-11-2017 1000&lt;/P&gt;&lt;P&gt;27-11-2017 2000&lt;/P&gt;&lt;P&gt;the missing date is 26-11-2017 how to fill it up with 25-11-2017 value using talend&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 14:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355534#M121265</guid>
      <dc:creator>krengan21</dc:creator>
      <dc:date>2017-12-04T14:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill missing date value with the previous date max value using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355535#M121266</link>
      <description>&lt;P&gt;I have written an example of how to do this using Talend 6.4. It is attached here. You will need to modify it to fully accommodate your requirements. You will need to modify it to (for example) handle multiple customers. However, the complicated work has been done. It uses row multiplication to create rows for the gaps in the days. Have a play and see how it goes.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrTL"&gt;FillDayGaps.zip&lt;/A&gt;</description>
      <pubDate>Mon, 04 Dec 2017 23:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355535#M121266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-04T23:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill missing date value with the previous date max value using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355536#M121267</link>
      <description>&lt;P&gt;Hello @Richard Hall​&amp;nbsp;. Thanks for your help here. I wonder how I could populate zeros based on the earlier value so it would look like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;08-01-2017|12.34&lt;/P&gt;&lt;P&gt;09-01-2017|12.34&lt;/P&gt;&lt;P&gt;10-01-2017|12.34&lt;/P&gt;&lt;P&gt;11-01-2017|12.34&lt;/P&gt;&lt;P&gt;12-01-2017|12.34&lt;/P&gt;&lt;P&gt;13-01-2017|12.34&lt;/P&gt;&lt;P&gt;14-01-2017|12.34&lt;/P&gt;&lt;P&gt;15-01-2017|234.7&lt;/P&gt;&lt;P&gt;16-01-2017|234.7&lt;/P&gt;&lt;P&gt;17-01-2017|234.7&lt;/P&gt;&lt;P&gt;18-01-2017|234.7&lt;/P&gt;&lt;P&gt;19-01-2017|234.7&lt;/P&gt;&lt;P&gt;20-01-2017|234.7&lt;/P&gt;&lt;P&gt;21-01-2017|23.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I struggle with that one and I'd appreciate your tips.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355536#M121267</guid>
      <dc:creator>Pantonio</dc:creator>
      <dc:date>2022-09-16T10:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill missing date value with the previous date max value using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355537#M121268</link>
      <description>&lt;P&gt;I'm sorry, I don't understand what it is you are asking here.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355537#M121268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-16T11:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill missing date value with the previous date max value using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355538#M121269</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output from your sample job attached gives:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;08-01-2017|12.34&lt;/P&gt;&lt;P&gt;09-01-2017|0.0&lt;/P&gt;&lt;P&gt;10-01-2017|0.0&lt;/P&gt;&lt;P&gt;11-01-2017|0.0&lt;/P&gt;&lt;P&gt;12-01-2017|0.0&lt;/P&gt;&lt;P&gt;13-01-2017|0.0&lt;/P&gt;&lt;P&gt;14-01-2017|0.0&lt;/P&gt;&lt;P&gt;15-01-2017|234.7&lt;/P&gt;&lt;P&gt;16-01-2017|0.0&lt;/P&gt;&lt;P&gt;17-01-2017|0.0&lt;/P&gt;&lt;P&gt;18-01-2017|0.0&lt;/P&gt;&lt;P&gt;19-01-2017|0.0&lt;/P&gt;&lt;P&gt;20-01-2017|0.0&lt;/P&gt;&lt;P&gt;21-01-2017|23.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder how to modify the job to get mileage value in each row instead of zeros.&lt;/P&gt;&lt;P&gt;So let's say I have a data snapshot taken once per week but I want to have a table with a row for each day. Based on the earlier snapshot, I'd like to have values for filled days. The desired output is in my previous comment.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355538#M121269</guid>
      <dc:creator>Pantonio</dc:creator>
      <dc:date>2022-09-16T11:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill missing date value with the previous date max value using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355539#M121270</link>
      <description>&lt;P&gt;Oh I see. Can you share a screenshot of your job to give me an idea of what your version looks like? I am afraid I do not have a version of 6 running on my machine and it will take me a while to update the version I attached. It would also be better to see what changes you have made.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355539#M121270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-16T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill missing date value with the previous date max value using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355540#M121271</link>
      <description>&lt;P&gt;The attached copy of your job works fine in the Talend 8. I tried to modify tJava_flex but only what I get is value populated but from the bottom to top not as I want from the top to bottom:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;08-01-2017|12.34&lt;/P&gt;&lt;P&gt;09-01-2017|234.7&lt;/P&gt;&lt;P&gt;10-01-2017|234.7&lt;/P&gt;&lt;P&gt;11-01-2017|234.7&lt;/P&gt;&lt;P&gt;12-01-2017|234.7&lt;/P&gt;&lt;P&gt;13-01-2017|234.7&lt;/P&gt;&lt;P&gt;14-01-2017|234.7&lt;/P&gt;&lt;P&gt;15-01-2017|234.7&lt;/P&gt;&lt;P&gt;16-01-2017|23.8&lt;/P&gt;&lt;P&gt;17-01-2017|23.8&lt;/P&gt;&lt;P&gt;18-01-2017|23.8&lt;/P&gt;&lt;P&gt;19-01-2017|23.8&lt;/P&gt;&lt;P&gt;20-01-2017|23.8&lt;/P&gt;&lt;P&gt;21-01-2017|23.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355540#M121271</guid>
      <dc:creator>Pantonio</dc:creator>
      <dc:date>2022-09-16T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill missing date value with the previous date max value using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355541#M121272</link>
      <description>&lt;P&gt;OK, the issue was caused by the order in which the data was being processed and the algorithm used needed some tweaking to accommodate the change in order.Not significant changes. What I have done is add a tSortRow at the beginning to ensure the order coming in and a modification to the tMap code. You can see it here.....&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355541#M121272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-16T14:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill missing date value with the previous date max value using talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355542#M121273</link>
      <description>&lt;P&gt;Thank you so much @Richard Hall​&amp;nbsp;for your time to look into this! Now it works perfectly as I need. Have a great rest of the day!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-fill-missing-date-value-with-the-previous-date-max-value/m-p/2355542#M121273</guid>
      <dc:creator>Pantonio</dc:creator>
      <dc:date>2022-09-16T14:48:35Z</dc:date>
    </item>
  </channel>
</rss>

