<?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 Generating the range of months between 2 months in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Generating-the-range-of-months-between-2-months/m-p/2377613#M139424</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I have the below scenario:&lt;/P&gt;&lt;P&gt;my data looks something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cust 1  startdate 1   end date1&lt;/P&gt;&lt;P&gt;Cust1  Startdate 2   enddate2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123   201803    &lt;B&gt;201907&lt;/B&gt;&lt;/P&gt;&lt;P&gt;123  &lt;B&gt;201909&lt;/B&gt;   202003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically there is a gap of few months between  enddate1 and startdate2.&lt;/P&gt;&lt;P&gt;The output expected is  range of month-year from startdate1 to enddate1 and then again from startdate2 to end date2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123  201803&lt;/P&gt;&lt;P&gt;123 201804&lt;/P&gt;&lt;P&gt;|.      .  |&lt;/P&gt;&lt;P&gt;123   201906&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123   201909&lt;/P&gt;&lt;P&gt;  |            |&lt;/P&gt;&lt;P&gt;123  202003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to generate this kind of output in redshift database or implement this logic through Talend components?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:18:20 GMT</pubDate>
    <dc:creator>sushantk19</dc:creator>
    <dc:date>2024-11-15T23:18:20Z</dc:date>
    <item>
      <title>Generating the range of months between 2 months</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generating-the-range-of-months-between-2-months/m-p/2377613#M139424</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I have the below scenario:&lt;/P&gt;&lt;P&gt;my data looks something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cust 1  startdate 1   end date1&lt;/P&gt;&lt;P&gt;Cust1  Startdate 2   enddate2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123   201803    &lt;B&gt;201907&lt;/B&gt;&lt;/P&gt;&lt;P&gt;123  &lt;B&gt;201909&lt;/B&gt;   202003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically there is a gap of few months between  enddate1 and startdate2.&lt;/P&gt;&lt;P&gt;The output expected is  range of month-year from startdate1 to enddate1 and then again from startdate2 to end date2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123  201803&lt;/P&gt;&lt;P&gt;123 201804&lt;/P&gt;&lt;P&gt;|.      .  |&lt;/P&gt;&lt;P&gt;123   201906&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;123   201909&lt;/P&gt;&lt;P&gt;  |            |&lt;/P&gt;&lt;P&gt;123  202003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to generate this kind of output in redshift database or implement this logic through Talend components?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generating-the-range-of-months-between-2-months/m-p/2377613#M139424</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2024-11-15T23:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Generating the range of months between 2 months</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generating-the-range-of-months-between-2-months/m-p/2377614#M139425</link>
      <description>&lt;P&gt;Hi, via talend you could use this :&lt;/P&gt;&lt;P&gt;if input are String&lt;/P&gt;&lt;P&gt;TalendDate.diffDate(TalendDate.parseDate("yyyyMM",(String of start date)), TalendDate.parseDate("yyyyMM",(String of end date)), "MM")&lt;/P&gt;&lt;P&gt;if input are date :&lt;/P&gt;&lt;P&gt;TalendDate.diffDate(start date),(end date), "MM")&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 13:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generating-the-range-of-months-between-2-months/m-p/2377614#M139425</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-01-17T13:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Generating the range of months between 2 months</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generating-the-range-of-months-between-2-months/m-p/2377615#M139426</link>
      <description>&lt;P&gt;@guenneguez jeremy​&amp;nbsp;: Hello, I need the list of months between the 2 dates.,not the number of months. Is there a way in redshift ot get this?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 14:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generating-the-range-of-months-between-2-months/m-p/2377615#M139426</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2022-01-17T14:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Generating the range of months between 2 months</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generating-the-range-of-months-between-2-months/m-p/2377616#M139427</link>
      <description>&lt;P&gt;You can use the following steps to get the job done :&lt;/P&gt;&lt;P&gt;(For testing purposes I had added a third line in the input data. I removed this line before taking screenshots)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N28wJAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130371i497DC78269788873/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N28wJAAR.png" alt="0695b00000N28wJAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N28wdAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143127i3BDA1314C09C7E86/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N28wdAAB.png" alt="0695b00000N28wdAAB.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N28wiAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153675i19BBC21E9BD1CA21/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N28wiAAB.png" alt="0695b00000N28wiAAB.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N28wsAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129211i79C284C3A267FEF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N28wsAAB.png" alt="0695b00000N28wsAAB.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N28x7AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151498iC7A9A10716F49C5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N28x7AAB.png" alt="0695b00000N28x7AAB.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N28xCAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141816i8C344A2AED87275A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N28xCAAR.png" alt="0695b00000N28xCAAR.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N28xHAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136390iB565C383E3FA04B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N28xHAAR.png" alt="0695b00000N28xHAAR.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N28xRAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134560i873FE9BEBB9E631B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N28xRAAR.png" alt="0695b00000N28xRAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that answers your question..&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 15:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generating-the-range-of-months-between-2-months/m-p/2377616#M139427</guid>
      <dc:creator>Mahamoutou</dc:creator>
      <dc:date>2022-01-18T15:51:22Z</dc:date>
    </item>
  </channel>
</rss>

