<?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: Datetime parsing in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285234#M58856</link>
    <description>Hi 
&lt;BR /&gt;I just made a testing: read the sample file using tFileInputDelimited, convert the string to a Date using expression 
&lt;BR /&gt;TalendDate.parseDate("dd/MM/yyyy HH:mm:ss",row2.Swipe_In_Time) 
&lt;BR /&gt;tFileInputDelimited--main--tMap--tLogRow 
&lt;BR /&gt; 
&lt;BR /&gt;The job runs fine. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong 
&lt;BR /&gt; 
&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Apr 2020 11:05:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-08T11:05:50Z</dc:date>
    <item>
      <title>Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285224#M58846</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am getting errors when I am trying to map a string field containing datetime data(from csv) from source to the final table using tmap.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I attach the screen shots below of the same.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using talend.dateparse function for getting the desired result but its showing unparseable date. The time stamp is not getting parsed and is throwing runtime error.&amp;nbsp; &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please help resolve this issue.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 801px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9KD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141743iADC006B41446FA1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9KD.png" alt="0683p000009M9KD.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6pH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156153i15F9DA96302AF546/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6pH.png" alt="0683p000009M6pH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285224#M58846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285225#M58847</link>
      <description>&lt;P&gt;Here is an example of converting a string to a date&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TalendDate.formatDate("yyyy-MM-dd",TalendDate.parseDate("yyyyMMdd",row1.Created_Date))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The string in the example is&amp;nbsp;row1.Created_Date.&amp;nbsp; Modify the example with your formatting.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 22:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285225#M58847</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-07T22:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285226#M58848</link>
      <description>Hi Billimmer 
&lt;BR /&gt; 
&lt;BR /&gt;I need to convert from string to datetime format (i.e yyyy-mm-dd hh:mm:ss 
&lt;BR /&gt;format ) to the target table in mysql database. 
&lt;BR /&gt; 
&lt;BR /&gt;It would be great if you could help me in this regard. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks &amp;amp; Regards 
&lt;BR /&gt;Tryambak De 
&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Apr 2020 04:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285226#M58848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T04:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285227#M58849</link>
      <description>Hi 
&lt;BR /&gt;Change the expression to: 
&lt;BR /&gt;TalendDate.parseDate("dd/MM/yyyy HH:mm:ss") 
&lt;BR /&gt; 
&lt;BR /&gt;//HH: hours in day (00-23), hh: 12 hours AM or PM (00-12) 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 08 Apr 2020 04:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285227#M58849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T04:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285228#M58850</link>
      <description>Hi Shong 
&lt;BR /&gt; 
&lt;BR /&gt;I did this but its giving me unparasable error for the time part. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks &amp;amp; Regards 
&lt;BR /&gt;Tryambak De 
&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Apr 2020 05:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285228#M58850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T05:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285229#M58851</link>
      <description>Can you share some sample data for that field which you were trying to convert string to date.</description>
      <pubDate>Wed, 08 Apr 2020 05:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285229#M58851</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-08T05:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285230#M58852</link>
      <description>Hi Manodwhb
&lt;BR /&gt;
&lt;BR /&gt;Please find attached the sample data set.
&lt;BR /&gt;
&lt;BR /&gt;Thanks &amp;amp; Regards
&lt;BR /&gt;Tryambak De
&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285230#M58852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T09:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285231#M58853</link>
      <description>I am not able to find sample data set.</description>
      <pubDate>Wed, 08 Apr 2020 09:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285231#M58853</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-08T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285232#M58854</link>
      <description>&lt;P&gt;Hi Please find the sample data set attached.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LyIy"&gt;Attendance_Dtls.csv&lt;/A&gt;</description>
      <pubDate>Wed, 08 Apr 2020 09:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285232#M58854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T09:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285233#M58855</link>
      <description>Open the csv file in some editor like notepad++ and check the date format for that column and specify that format in the above 
&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt; expression.</description>
      <pubDate>Wed, 08 Apr 2020 10:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285233#M58855</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-08T10:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime parsing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285234#M58856</link>
      <description>Hi 
&lt;BR /&gt;I just made a testing: read the sample file using tFileInputDelimited, convert the string to a Date using expression 
&lt;BR /&gt;TalendDate.parseDate("dd/MM/yyyy HH:mm:ss",row2.Swipe_In_Time) 
&lt;BR /&gt;tFileInputDelimited--main--tMap--tLogRow 
&lt;BR /&gt; 
&lt;BR /&gt;The job runs fine. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong 
&lt;BR /&gt; 
&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Apr 2020 11:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Datetime-parsing/m-p/2285234#M58856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-08T11:05:50Z</dc:date>
    </item>
  </channel>
</rss>

