<?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: JSON Unparseable date format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318427#M88769</link>
    <description>&lt;P&gt;Hi Veeru, Thanks for the answer, but I have to parse the date in json input component, so I need the exact date format with timezone offset.&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 00:01:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-11T00:01:54Z</dc:date>
    <item>
      <title>JSON Unparseable date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318425#M88767</link>
      <description>&lt;P&gt;Can someone get me right date format pattern for the below date style. I get this format in my JSON.&lt;BR /&gt;"2018-05-08T05:54:19.360+0000"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried following formats but none of them works.&lt;BR /&gt;"yyyy-MM-dd'T'HH:mm:ss.SSSZ"&lt;/P&gt;&lt;P&gt;"yyyy-MM-dd'T'HH:mm:ss.SSSx"&lt;/P&gt;&lt;P&gt;"yyyy-MM-dd'T'HH:mm:ss.SSSX"&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 15:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318425#M88767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-09T15:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: JSON Unparseable date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318426#M88768</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Are you looking for the following output?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateParse.PNG" style="width: 617px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxVS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148969i1BBE4B6664A3E4F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxVS.png" alt="0683p000009LxVS.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Please use : TalendDate.parseDateInUTC("yyyy-MM-dd'T'HH:mm:ss.SSS",row2.date_string)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 15:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318426#M88768</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-09T15:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: JSON Unparseable date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318427#M88769</link>
      <description>&lt;P&gt;Hi Veeru, Thanks for the answer, but I have to parse the date in json input component, so I need the exact date format with timezone offset.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 00:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318427#M88769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T00:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: JSON Unparseable date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318428#M88770</link>
      <description>Hi Zahoor,&lt;BR /&gt;&lt;BR /&gt;Are you able get exact date format?</description>
      <pubDate>Wed, 04 Jul 2018 13:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318428#M88770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T13:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: JSON Unparseable date format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318429#M88771</link>
      <description>&lt;P&gt;Hi @Zahoor Zahoor​&amp;nbsp; and @Arpit Verma​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your date is like this "2018-05-08T05:54:19.360+0000"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then your pattern should be as follows: &lt;/P&gt;&lt;P&gt;&lt;B&gt;"yyyy-MM-dd'T'HH:mm:ss.SSSXXX"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try and let me know.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 11:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JSON-Unparseable-date-format/m-p/2318429#M88771</guid>
      <dc:creator>vaibs_parab</dc:creator>
      <dc:date>2022-01-31T11:25:46Z</dc:date>
    </item>
  </channel>
</rss>

