<?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: Convert Date format from YYYY/MM/DD to MMM/DD in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226201#M18202</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You&amp;nbsp;were right.. My bad. The input file value&amp;nbsp;was actually blank for the record I was checking. I passed a dummy date and it processed fine.&amp;nbsp;Thank you..&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 12:27:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-11T12:27:27Z</dc:date>
    <item>
      <title>Convert Date format from YYYY/MM/DD to MMM/DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226196#M18197</link>
      <description>&lt;P&gt;HI,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to convert a date format from yyyy/mm/dd to MMM-YY. E.g., if the date in the input excel is 2019/01/01 then I want the output as JAN-19 and I have used&amp;nbsp;&lt;STRONG&gt;TalendDate.formatDate("MMM-yy",row28.Start_Date)&lt;/STRONG&gt;&amp;nbsp;in the Variable and &lt;STRONG&gt;StringHandling.UPCASE(Var.var1) &lt;/STRONG&gt;in the expression&amp;nbsp;.&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The input file is excel and the Type is Date "YYYY/mm/DD". For the output format I am changing it to String in variable and string in output excel. I am getting null pointer exceptions about Dateformat so I tried to add&amp;nbsp;&lt;STRONG&gt;row28.Start_Date==null?null:TalendDate.formatDate("MMM-yy",row28.Start_Date) .&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;It is running without errors but now it is returning only blank for that oarticular column.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;any help will be greatly appreciated.. Thanks&lt;/P&gt; 
&lt;P&gt;SK&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 10:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226196#M18197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-11T10:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date format from YYYY/MM/DD to MMM/DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226197#M18198</link>
      <description>Ideally while reading excel , in tFileInputExcel schema you could define yourcolumn as Date and change the date pattern to MMM-yy . It should work.</description>
      <pubDate>Fri, 11 Jan 2019 11:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226197#M18198</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-11T11:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date format from YYYY/MM/DD to MMM/DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226198#M18199</link>
      <description>&lt;P&gt;Hi akumar2305,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I would be using that column to map other columns in the output so I dont think I can change the dateformat because it will affect other column data.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 11:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226198#M18199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-11T11:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date format from YYYY/MM/DD to MMM/DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226199#M18200</link>
      <description>&lt;P&gt;possible it some mistake somewhere, because it work as expected:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[statistics] connecting to socket on port 3784
[statistics] connected
.----------.
|tLogRow_1 |
|=--------=|
|Start_Date|
|=--------=|
|Jan-19    |
|null      |
'----------'

[statistics] disconnected&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Jan 2019 11:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226199#M18200</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-01-11T11:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date format from YYYY/MM/DD to MMM/DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226200#M18201</link>
      <description>Try to put tLogRow and check if you are able to read start_date correctly. 
&lt;BR /&gt; 
&lt;BR /&gt;I think it is coming as NULL or "" to your expression. 
&lt;BR /&gt; 
&lt;BR /&gt;Please share you input sample and design . It must be very small issue. 
&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2019 11:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226200#M18201</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-11T11:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Date format from YYYY/MM/DD to MMM/DD</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226201#M18202</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You&amp;nbsp;were right.. My bad. The input file value&amp;nbsp;was actually blank for the record I was checking. I passed a dummy date and it processed fine.&amp;nbsp;Thank you..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 12:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-Date-format-from-YYYY-MM-DD-to-MMM-DD/m-p/2226201#M18202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-11T12:27:27Z</dc:date>
    </item>
  </channel>
</rss>

