<?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 convert string (excel, csv) to string format &amp;quot;FW35 - 2018&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-excel-csv-to-string-format-quot-FW35-2018/m-p/2244522#M30641</link>
    <description>&lt;P&gt;TRY THIS&lt;/P&gt;&lt;P&gt;"FW"+&lt;/P&gt;&lt;P&gt;String.valueOf(TalendDate.getPartOfDate("WEEK_OF_YEAR",TalendDate.parseDate("MM/dd/yyyy", "8/1/2018 7:59")))&lt;BR /&gt;+" - " +&lt;BR /&gt;String.valueOf(TalendDate.getPartOfDate("YEAR",TalendDate.parseDate("MM/dd/yyyy", "8/1/2018 7:59")))&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 12:17:56 GMT</pubDate>
    <dc:creator>Rajesh_Reddy1</dc:creator>
    <dc:date>2018-10-05T12:17:56Z</dc:date>
    <item>
      <title>How to convert string (excel, csv) to string format "FW35 - 2018"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-excel-csv-to-string-format-quot-FW35-2018/m-p/2244521#M30640</link>
      <description>&lt;P&gt;I need to convert a string in excel, csv format to a string output formatted as "FW35 - 2018" with fiscal year beginning 1/1/2018.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input string format:&amp;nbsp; 8/1/2018 7:59 (in excel, .csv format)&lt;/P&gt;&lt;P&gt;Output String format: FW35 - 2018 (FW=Fiscal Week, Fiscal Year begins 01/01/2018)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or suggestions would be helpful. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 12:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-excel-csv-to-string-format-quot-FW35-2018/m-p/2244521#M30640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-05T12:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string (excel, csv) to string format "FW35 - 2018"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-excel-csv-to-string-format-quot-FW35-2018/m-p/2244522#M30641</link>
      <description>&lt;P&gt;TRY THIS&lt;/P&gt;&lt;P&gt;"FW"+&lt;/P&gt;&lt;P&gt;String.valueOf(TalendDate.getPartOfDate("WEEK_OF_YEAR",TalendDate.parseDate("MM/dd/yyyy", "8/1/2018 7:59")))&lt;BR /&gt;+" - " +&lt;BR /&gt;String.valueOf(TalendDate.getPartOfDate("YEAR",TalendDate.parseDate("MM/dd/yyyy", "8/1/2018 7:59")))&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 12:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-excel-csv-to-string-format-quot-FW35-2018/m-p/2244522#M30641</guid>
      <dc:creator>Rajesh_Reddy1</dc:creator>
      <dc:date>2018-10-05T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string (excel, csv) to string format "FW35 - 2018"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-excel-csv-to-string-format-quot-FW35-2018/m-p/2244523#M30642</link>
      <description>&lt;P&gt;generally - it not hard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"FW"+String.valueOf(TalendDate.getPartOfDate("WEEK_OF_YEAR",raw1.dateCol))+" - "+String.valueOf(TalendDate.getPartOfDate("YEAR",raw1.dateCol))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 12:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-string-excel-csv-to-string-format-quot-FW35-2018/m-p/2244523#M30642</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-10-05T12:26:27Z</dc:date>
    </item>
  </channel>
</rss>

