<?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: [resolved] Get monthname in Uppercase in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-monthname-in-Uppercase/m-p/2238597#M26654</link>
    <description>Thank you for your reply.
&lt;BR /&gt;I tried exactly what you said. It works.</description>
    <pubDate>Tue, 02 Dec 2014 11:31:04 GMT</pubDate>
    <dc:creator>soujanyam</dc:creator>
    <dc:date>2014-12-02T11:31:04Z</dc:date>
    <item>
      <title>[resolved] Get monthname in Uppercase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-monthname-in-Uppercase/m-p/2238595#M26652</link>
      <description>Hi everyone 
&lt;BR /&gt;I've to process one job which has to be scheduled. So I should do everything as automative. In job I've the input filename with current date format. 
&lt;BR /&gt;For example 
&lt;BR /&gt; 
&lt;B&gt;sample_22-DEC-14&lt;/B&gt; 
&lt;BR /&gt;For this I'm using 
&lt;B&gt;"sample_"+TalendDate.getDate("dd-MMM-yy")&lt;/B&gt;. Upto this ok.I could able to get date as sample_22-Dec-14, but it is throwing error as 
&lt;B&gt;no such file or directory&lt;/B&gt;. So I need to get the 
&lt;B&gt;monthname&lt;/B&gt;&amp;nbsp; in uppercase as 
&lt;B&gt; DEC&lt;/B&gt;. 
&lt;BR /&gt;How could I achieve it in 
&lt;B&gt;filename&lt;/B&gt;? 
&lt;BR /&gt;Any help would greatly appreciated. 
&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Tue, 02 Dec 2014 10:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-monthname-in-Uppercase/m-p/2238595#M26652</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-12-02T10:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get monthname in Uppercase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-monthname-in-Uppercase/m-p/2238596#M26653</link>
      <description>use &lt;B&gt;"sample_"+string.toUpper(TalendDate.getDate("dd-MMM-yy"))&lt;/B&gt; this may solve your problem.&amp;nbsp;</description>
      <pubDate>Tue, 02 Dec 2014 11:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-monthname-in-Uppercase/m-p/2238596#M26653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T11:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get monthname in Uppercase</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-monthname-in-Uppercase/m-p/2238597#M26654</link>
      <description>Thank you for your reply.
&lt;BR /&gt;I tried exactly what you said. It works.</description>
      <pubDate>Tue, 02 Dec 2014 11:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-monthname-in-Uppercase/m-p/2238597#M26654</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-12-02T11:31:04Z</dc:date>
    </item>
  </channel>
</rss>

