<?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 String from Excel to Date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-from-Excel-to-Date/m-p/2316343#M86902</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can use built-in function TalendDate.parse to parse String to Date.&lt;/P&gt;&lt;P&gt;Here exist a component &lt;A href="https://help.talend.com/r/Xr~HqMTCU7gC3dT5ZSikKQ/IS9brwu9au56qh4u4plJ2g" alt="https://help.talend.com/r/Xr~HqMTCU7gC3dT5ZSikKQ/IS9brwu9au56qh4u4plJ2g" target="_blank"&gt;tConvertType &lt;/A&gt;which is also used to convert one Talend java type to another automatically, and thus avoid compiling errors.&lt;/P&gt;&lt;P&gt;Let us know if it helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2021 04:41:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-01-05T04:41:18Z</dc:date>
    <item>
      <title>Convert String from Excel to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-from-Excel-to-Date/m-p/2316342#M86901</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to load data from Excel File to DB.&lt;/P&gt;&lt;P&gt;Format in Excel is String and Date in targe table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the string value is in this format: "Wed Dec 30 00:00:00 CET 2020"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can conert to date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: java.text.ParseException: Unparseable date: "Wed Dec 30 00:00:00 CET 2020"&lt;/P&gt;&lt;P&gt;	at java.text.DateFormat.parse(Unknown Source)&lt;/P&gt;&lt;P&gt;	at routines.TalendDate.parseDate(TalendDate.java:929)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-from-Excel-to-Date/m-p/2316342#M86901</guid>
      <dc:creator>Ferdinand_CUNY</dc:creator>
      <dc:date>2024-11-16T00:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String from Excel to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-from-Excel-to-Date/m-p/2316343#M86902</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can use built-in function TalendDate.parse to parse String to Date.&lt;/P&gt;&lt;P&gt;Here exist a component &lt;A href="https://help.talend.com/r/Xr~HqMTCU7gC3dT5ZSikKQ/IS9brwu9au56qh4u4plJ2g" alt="https://help.talend.com/r/Xr~HqMTCU7gC3dT5ZSikKQ/IS9brwu9au56qh4u4plJ2g" target="_blank"&gt;tConvertType &lt;/A&gt;which is also used to convert one Talend java type to another automatically, and thus avoid compiling errors.&lt;/P&gt;&lt;P&gt;Let us know if it helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 04:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-from-Excel-to-Date/m-p/2316343#M86902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-05T04:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String from Excel to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-from-Excel-to-Date/m-p/2316344#M86903</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try below.&lt;/P&gt;&lt;P&gt;TalendDate.parseDate("dd/MM/yyyy",TalendDate.formatDate("dd/MM/yyyy",TalendDate.parseDate("EEE MMM dd HH:mm:ss Z yyyy",row1.Ship_Date)))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000BASYgAAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145735i3D181B63009EC3C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000BASYgAAP.png" alt="0693p00000BASYgAAP.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 06:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-from-Excel-to-Date/m-p/2316344#M86903</guid>
      <dc:creator>Ganshyam</dc:creator>
      <dc:date>2021-01-05T06:49:17Z</dc:date>
    </item>
  </channel>
</rss>

