<?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: Changing Month from English to French in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Changing-Month-from-English-to-French/m-p/2290347#M63633</link>
    <description>&lt;P&gt;You could create a user-routine, which converts English to French Dates in your above format like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;public static String English2French(String dateString){&lt;/P&gt;&lt;P&gt;    DateTimeFormatter formatterEnglish = DateTimeFormatter.&lt;I&gt;ofPattern&lt;/I&gt;("MMMM dd, yyyy", Locale.&lt;I&gt;ENGLISH&lt;/I&gt;);&lt;/P&gt;&lt;P&gt;    DateTimeFormatter formatterFrench = DateTimeFormatter.&lt;I&gt;ofPattern&lt;/I&gt;("MMMM dd, yyyy", Locale.&lt;I&gt;FRENCH&lt;/I&gt;);&lt;/P&gt;&lt;P&gt;    LocalDate localDate = LocalDate.&lt;I&gt;parse&lt;/I&gt;(dateString, formatterEnglish);&lt;/P&gt;&lt;P&gt;    return localDate.format(formatterFrench);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Call:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System.&lt;I&gt;out&lt;/I&gt;.println(&lt;I&gt;English2French&lt;/I&gt;("September 03, 2020"));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 13:30:13 GMT</pubDate>
    <dc:creator>cadap</dc:creator>
    <dc:date>2020-10-01T13:30:13Z</dc:date>
    <item>
      <title>Changing Month from English to French</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Changing-Month-from-English-to-French/m-p/2290346#M63632</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;This is probably a simple quick fix. I have a tfileinputdelimited(.csv file) that contains dates that are English (September 03, 2020). I need to convert it to French example(septembre 3 2020) format. What's the easiest way to approach this? I also forgot to include that I have code that indicate French or English so that would be taken into account.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 22:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Changing-Month-from-English-to-French/m-p/2290346#M63632</guid>
      <dc:creator>TalendBasketball65</dc:creator>
      <dc:date>2020-09-03T22:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Month from English to French</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Changing-Month-from-English-to-French/m-p/2290347#M63633</link>
      <description>&lt;P&gt;You could create a user-routine, which converts English to French Dates in your above format like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;public static String English2French(String dateString){&lt;/P&gt;&lt;P&gt;    DateTimeFormatter formatterEnglish = DateTimeFormatter.&lt;I&gt;ofPattern&lt;/I&gt;("MMMM dd, yyyy", Locale.&lt;I&gt;ENGLISH&lt;/I&gt;);&lt;/P&gt;&lt;P&gt;    DateTimeFormatter formatterFrench = DateTimeFormatter.&lt;I&gt;ofPattern&lt;/I&gt;("MMMM dd, yyyy", Locale.&lt;I&gt;FRENCH&lt;/I&gt;);&lt;/P&gt;&lt;P&gt;    LocalDate localDate = LocalDate.&lt;I&gt;parse&lt;/I&gt;(dateString, formatterEnglish);&lt;/P&gt;&lt;P&gt;    return localDate.format(formatterFrench);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Call:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System.&lt;I&gt;out&lt;/I&gt;.println(&lt;I&gt;English2French&lt;/I&gt;("September 03, 2020"));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 13:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Changing-Month-from-English-to-French/m-p/2290347#M63633</guid>
      <dc:creator>cadap</dc:creator>
      <dc:date>2020-10-01T13:30:13Z</dc:date>
    </item>
  </channel>
</rss>

