<?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: multiply the rows with dates in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231724#M21932</link>
    <description>&lt;P&gt;From that step what shoud I do next fdenis?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2018 10:09:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-02T10:09:34Z</dc:date>
    <item>
      <title>multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231712#M21920</link>
      <description>&lt;P&gt;Hi everyone. I'm new with talend open studio . I have some trouble when using it. Is there any way to I can get my expected output from this input?&lt;BR /&gt;INPUT&lt;BR /&gt;DATE (yyyymmdd) | ip | FINISHED ( 1:finished; 0: not finish)&lt;BR /&gt;2017-01-01 | 111 | 1&lt;BR /&gt;2017-01-01 | 222 | 1&lt;BR /&gt;2017-01-02 | 333 | 1&lt;BR /&gt;2017-01-03 | 444 | 1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;EXPECTED OUTPUT&lt;BR /&gt;DATE (yyyymmdd) | ip | FINISHED ( 1:finished; 0: not finish)&lt;BR /&gt;2017-01-01 | 111 | 1&lt;BR /&gt;2017-01-01 | 222 | 1&lt;BR /&gt;2017-01-01 | 333 | 0&lt;BR /&gt;2017-01-01 | 444 | 0&lt;BR /&gt;2017-01-02 | 111 | 1&lt;BR /&gt;2017-01-02 | 222 | 1&lt;BR /&gt;2017-01-02 | 333 | 1&lt;BR /&gt;2017-01-02 | 444 | 0&lt;BR /&gt;2017-01-03 | 111 | 1&lt;BR /&gt;2017-01-03 | 222 | 1&lt;BR /&gt;2017-01-03 | 333 | 1&lt;BR /&gt;2017-01-03 | 444 | 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone show me the way to do it?&lt;BR /&gt;&lt;SPAN&gt;Your help is very much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thang&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231712#M21920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231713#M21921</link>
      <description>hi,&lt;BR /&gt;use your fist file as source (3 times)&lt;BR /&gt;one for date tfileInput --&amp;gt; taggregate&lt;BR /&gt;one for ip tfileInput&lt;BR /&gt;one for done status tfileInput&lt;BR /&gt;&lt;BR /&gt;use tmap to link all 3 input.&lt;BR /&gt;main is date lockup (all match match on nothing Full Join) to Ip&lt;BR /&gt;lockup to don match on Ip&lt;BR /&gt;&lt;BR /&gt;add condition on the Finiched output to compare date&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Mon, 01 Oct 2018 10:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231713#M21921</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-01T10:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231714#M21922</link>
      <description>&lt;P&gt;hey fdenis . How can I fist file when it all store in one excel file so I have already linked excel file through tmap then take 3 cols I need.&lt;/P&gt;&lt;P&gt;Then I linked tmap main to taggregaterow ( I don't see taggregate available in my version so I used&amp;nbsp;taggregaterow instead) but when I linked&amp;nbsp;taggregaterow main to the next tmap(I called it tmap_6) , i couldn't link anything main to the tmap_6. Could you add some images? I'm new so it's hard for me to follow your instruction.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your responce&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 11:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231714#M21922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-01T11:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231715#M21923</link>
      <description>I'm sorry I cannot add pics.&lt;BR /&gt;extract data from your excel store data split dataset by 3 with tmap (using previous message) store data (in temp files tFileDelimitedOutput or thashoutput).&lt;BR /&gt;then use This 3 files to link them together.</description>
      <pubDate>Mon, 01 Oct 2018 12:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231715#M21923</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-01T12:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231716#M21924</link>
      <description>&lt;P&gt;hi fdenis. I still can link all 3 files to tmap . Just can connect 1 by main&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 03:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231716#M21924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T03:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231717#M21925</link>
      <description>&lt;P&gt;this is my current etl format. I followed some intruction online to link 3 tfileoutputdelimited but none of them worked&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltxc"&gt;Screenshot from 2018-10-02 09-39-49.png&lt;/A&gt;</description>
      <pubDate>Tue, 02 Oct 2018 03:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231717#M21925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T03:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231718#M21926</link>
      <description>first you have to build your 3 delimited files.&lt;BR /&gt;tFileExcelInput --&amp;gt; tMap --&amp;gt; tFileDelimited1&lt;BR /&gt;--&amp;gt; tFileDelimited2&lt;BR /&gt;--&amp;gt; tFileDelimited3</description>
      <pubDate>Tue, 02 Oct 2018 09:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231718#M21926</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-02T09:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231719#M21927</link>
      <description>&lt;P&gt;After I divined my files into 3 seperate files.I connect it using just like you said then the first time I met this error lol&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltqi"&gt;Screenshot from 2018-10-02 15-22-11.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltxm"&gt;Screenshot from 2018-10-02 15-29-49.png&lt;/A&gt;</description>
      <pubDate>Tue, 02 Oct 2018 09:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231719#M21927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T09:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231720#M21928</link>
      <description>so you are new in talend…&lt;BR /&gt;have a look to &lt;A href="https://www.talendbyexample.com/my-first-talend-job.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendbyexample.com/my-first-talend-job.html&lt;/A&gt;&lt;BR /&gt;and convert this sample to your job&lt;BR /&gt;one excel to one csv first&lt;BR /&gt;after, add other output files</description>
      <pubDate>Tue, 02 Oct 2018 09:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231720#M21928</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-02T09:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231721#M21929</link>
      <description>&lt;P&gt;thanks man.I'll try to figure it after your instruction. Anything else I will post it later at a new topic&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 09:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231721#M21929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231722#M21930</link>
      <description>&lt;P&gt;hi fdenis. Did you mean join like this in tmap?&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltxr"&gt;Screenshot from 2018-10-02 16-01-34.png&lt;/A&gt;</description>
      <pubDate>Tue, 02 Oct 2018 10:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231722#M21930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T10:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231723#M21931</link>
      <description>yes you are on the good way&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2018 10:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231723#M21931</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-02T10:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231724#M21932</link>
      <description>&lt;P&gt;From that step what shoud I do next fdenis?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 10:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231724#M21932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T10:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231725#M21933</link>
      <description>you have to link row 13 and row 14 to row 15
&lt;BR /&gt;then on the output hoan_thanh write:
&lt;BR /&gt;(comparDate(row15.finished_Timestamp, row15.finished_Timestamp)&amp;gt;0)?"1":"0"
&lt;BR /&gt;
&lt;BR /&gt;timestamp have to be Date Type</description>
      <pubDate>Tue, 02 Oct 2018 11:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231725#M21933</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-02T11:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231726#M21934</link>
      <description>&lt;P&gt;it runs but all rows in col Hoan_thanh ( which is finished) all in 0&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231726#M21934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T11:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231727#M21935</link>
      <description>&lt;P&gt;&lt;BR /&gt;(comparDate(row15.finished_Timestamp, &lt;STRIKE&gt;&lt;FONT color="#ff0000"&gt;row15&lt;/FONT&gt;&lt;/STRIKE&gt;.finished_Timestamp)&amp;gt;0)?"1":"0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(comparDate(row15.finished_Timestamp, &lt;FONT color="#339966"&gt;row13&lt;/FONT&gt;.finished_Timestamp)&amp;gt;0)?"1":"0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it will be better&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 12:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231727#M21935</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-02T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231728#M21936</link>
      <description>&lt;P&gt;Hi fdenis&lt;/P&gt;&lt;P&gt;I followed your instruction then linked it but unfortunately when I linked it but row15.finished_timestamp still get null in that row ( I checked the same data pattern, compare with just yyyy-MM-dd ). the output full of 2 and of course I did'n change anything in tmap setting)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Picture bellow&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltyk"&gt;Screenshot from 2018-10-03 11-49-44.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltyu"&gt;Screenshot from 2018-10-03 11-50-00.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltz9"&gt;Screenshot from 2018-10-03 12-05-18.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtuV"&gt;Screenshot from 2018-10-03 12-07-30.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtzE"&gt;Screenshot from 2018-10-03 12-08-29.png&lt;/A&gt;</description>
      <pubDate>Wed, 03 Oct 2018 06:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231728#M21936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-03T06:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231729#M21937</link>
      <description>do not link date in tMap, only id.&lt;BR /&gt;date are managed to define if it's finished or not .&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2018 08:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231729#M21937</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-10-03T08:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231730#M21938</link>
      <description>&lt;P&gt;hi fdenis,&lt;/P&gt;&lt;P&gt;You asked me to link row13 into row15. Row13 contains date . If I don't link it in row15 don't have any date so date contains will be null. Should I add a column finished_timestamp into the finished csv?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 08:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231730#M21938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-03T08:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: multiply the rows with dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231731#M21939</link>
      <description>&lt;P&gt;hi fdenis&lt;/P&gt;&lt;P&gt;Like you said , I didn't like row13 into row15 . However, I add to file finished a col wich is finished_timestamp than in the output just like in picture but the file still all in 2.In file data I sure it has the date. I format the date in data pattern just like the formate in file .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which step did I do wrong?&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtuW"&gt;Screenshot from 2018-10-03 15-22-18.png&lt;/A&gt;</description>
      <pubDate>Wed, 03 Oct 2018 09:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiply-the-rows-with-dates/m-p/2231731#M21939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-03T09:22:29Z</dc:date>
    </item>
  </channel>
</rss>

