<?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 split day month year from a date format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289593#M62965</link>
    <description>&lt;P&gt;you can convert belo way also.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 795px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lyrp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147434i2A66D856663CDD11/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lyrp.png" alt="0683p000009Lyrp.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 13:52:09 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-08-02T13:52:09Z</dc:date>
    <item>
      <title>how to split day month year from a date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289589#M62961</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;i have a birth_date column&amp;nbsp;'1962-02-19 00:00:00'&amp;nbsp; "yyyy-MM-dd" format&lt;/P&gt;
&lt;P&gt;i want to split birthday-month-year and load it to three different database table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;please help me out&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Manish&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 13:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289589#M62961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-02T13:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to split day month year from a date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289590#M62962</link>
      <description>TalendDate.getPartOfDate</description>
      <pubDate>Thu, 02 Aug 2018 13:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289590#M62962</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-08-02T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to split day month year from a date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289591#M62963</link>
      <description>&lt;P&gt;You could use tExtractRegexFields to split your input data into three parts.&lt;/P&gt; 
&lt;P&gt;Something like this -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tFixedFlowInput-5.JPG" style="width: 549px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz3V.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141508i4A9DB67635B0AA28/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz3V.jpg" alt="0683p000009Lz3V.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;And have your regular expression defined as -&lt;/P&gt; 
&lt;PRE&gt;"([0-9]*)-([0-9]*)-([0-9]*)"&lt;/PRE&gt; 
&lt;P&gt;and the schema as -&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tExtractRegexFields-1.JPG" style="width: 508px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz3a.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142031iCED16819AE3226B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz3a.jpg" alt="0683p000009Lz3a.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Once you have done with your data split then you could have your database output defined accordingly.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 13:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289591#M62963</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-08-02T13:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to split day month year from a date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289592#M62964</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LONkAAO"&gt;@vitspltalend&lt;/A&gt;,please find below tMap configuration,you can implement in this way also.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LynA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142214iC073CB19BAB5BFA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LynA.png" alt="0683p000009LynA.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 13:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289592#M62964</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-08-02T13:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to split day month year from a date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289593#M62965</link>
      <description>&lt;P&gt;you can convert belo way also.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 795px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lyrp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147434i2A66D856663CDD11/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lyrp.png" alt="0683p000009Lyrp.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 13:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-day-month-year-from-a-date-format/m-p/2289593#M62965</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-08-02T13:52:09Z</dc:date>
    </item>
  </channel>
</rss>

