<?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 Convert a string to another string in tmap - from &amp;quot;Fri Jun 07 00:00:00 CEST 2019&amp;quot; to 2019-06-07 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-a-string-to-another-string-in-tmap-from-quot-Fri-Jun-07/m-p/2230408#M21041</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to convert the following string &lt;STRONG&gt;Fri Jun 07 00:00:00 CEST 2019&lt;/STRONG&gt; to another string but with the format &lt;STRONG&gt;2019-06-07 (yyyy-MM-dd)&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone help, please? I have been trying everything but I can't find a solution!&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Thank you in advance &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:45:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T04:45:49Z</dc:date>
    <item>
      <title>Convert a string to another string in tmap - from "Fri Jun 07 00:00:00 CEST 2019" to 2019-06-07</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-a-string-to-another-string-in-tmap-from-quot-Fri-Jun-07/m-p/2230408#M21041</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to convert the following string &lt;STRONG&gt;Fri Jun 07 00:00:00 CEST 2019&lt;/STRONG&gt; to another string but with the format &lt;STRONG&gt;2019-06-07 (yyyy-MM-dd)&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone help, please? I have been trying everything but I can't find a solution!&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Thank you in advance &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-a-string-to-another-string-in-tmap-from-quot-Fri-Jun-07/m-p/2230408#M21041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a string to another string in tmap - from "Fri Jun 07 00:00:00 CEST 2019" to 2019-06-07</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-a-string-to-another-string-in-tmap-from-quot-Fri-Jun-07/m-p/2230409#M21042</link>
      <description>&lt;PRE&gt;        SimpleDateFormat sdf = new SimpleDateFormat("EEE MMM dd HH:mm:ss zzzz yyyy");
        Date d = sdf.parse("Fri Jun 07 00:00:00 CEST 2019");
        sdf.applyPattern("yyyy-MM-dd");
        String newDateString = sdf.format(d); //2019-06-07&lt;/PRE&gt;&lt;P&gt;may be worth putting into a tJavaRow beforehand rather than running all this through a tMap&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 17:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-a-string-to-another-string-in-tmap-from-quot-Fri-Jun-07/m-p/2230409#M21042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-05T17:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a string to another string in tmap - from "Fri Jun 07 00:00:00 CEST 2019" to 2019-06-07</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-a-string-to-another-string-in-tmap-from-quot-Fri-Jun-07/m-p/2230410#M21043</link>
      <description>&lt;P&gt;Thank you very much! It worked for me : )&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 09:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-a-string-to-another-string-in-tmap-from-quot-Fri-Jun-07/m-p/2230410#M21043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-12T09:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a string to another string in tmap - from "Fri Jun 07 00:00:00 CEST 2019" to 2019-06-07</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-a-string-to-another-string-in-tmap-from-quot-Fri-Jun-07/m-p/2230411#M21044</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLbpAAG"&gt;@Gerard_BA&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Another option is to convert using Talend date parsing functions available in tMap as shown in below link.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D73p000004khh5CAA#M110877" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Convert-format-EEE-MMM-dd-HH-mm-ss-Z-yyyy-to-YYYY-MM-DD/m-p/202890#M110877&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 03:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-a-string-to-another-string-in-tmap-from-quot-Fri-Jun-07/m-p/2230411#M21044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-25T03:28:42Z</dc:date>
    </item>
  </channel>
</rss>

