<?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: Importing date value from Sharepoint in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Importing-date-value-from-Sharepoint/m-p/29922#M215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was what I had tried initially Petter with the same result.&lt;/P&gt;&lt;P&gt;I will try stripping out the T and Z first and see if that is successful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Apr 2018 22:37:21 GMT</pubDate>
    <dc:creator>rachel_delany</dc:creator>
    <dc:date>2018-04-15T22:37:21Z</dc:date>
    <item>
      <title>Importing date value from Sharepoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Importing-date-value-from-Sharepoint/m-p/29920#M213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to import some list data from Sharepoint, including a date value, through the REST connector.&lt;/P&gt;&lt;P&gt;I have successfully connected to the list and in the data preview all looks fine, however the dates all show as null values.&lt;/P&gt;&lt;P&gt;On data preview the dates appear as below. I have tried importing the date with the below formula with no luck:&lt;/P&gt;&lt;P&gt;Date(Date#([@Content], 'YYYY-MM-DDThh:mm:ssK') ,'YYYY-MM-DD') AS [@Content_u2]&lt;/P&gt;&lt;P&gt;Anyone come up against this before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="314" src="https://community.qlik.com/legacyfs/online/199500_Capture.PNG" style="height: 314px; width: 821.435px;" width="821" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 03:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Importing-date-value-from-Sharepoint/m-p/29920#M213</guid>
      <dc:creator>rachel_delany</dc:creator>
      <dc:date>2018-04-13T03:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Importing date value from Sharepoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Importing-date-value-from-Sharepoint/m-p/29921#M214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The date coming from SharePoint is represented in a completely valid ISO-8601 time format that Qlik Sense is perfectly capable of auto interpreting. That is exactly what the data preview is doing and the reason it works as you noticed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strangely enough the format specifiers that Qlik accepts do not include the T or the final Z so any attempt to explicitly convert a perfectly valid ISO-8601 date with Date# will fail unless you strip the T and Z out first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [@Content] AS aDate,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should work well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 04:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Importing-date-value-from-Sharepoint/m-p/29921#M214</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-04-13T04:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Importing date value from Sharepoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Importing-date-value-from-Sharepoint/m-p/29922#M215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was what I had tried initially Petter with the same result.&lt;/P&gt;&lt;P&gt;I will try stripping out the T and Z first and see if that is successful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2018 22:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Importing-date-value-from-Sharepoint/m-p/29922#M215</guid>
      <dc:creator>rachel_delany</dc:creator>
      <dc:date>2018-04-15T22:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Importing date value from Sharepoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Importing-date-value-from-Sharepoint/m-p/29923#M216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It turns out that QlikSense was developing a faulty load script.&lt;/P&gt;&lt;P&gt;When I tried it in QlikView it worked perfectly, and I moved the script over from there and it imported as expected.&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;A href="https://community.qlik.com/qlik-users/146975"&gt;petter-s&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 05:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Importing-date-value-from-Sharepoint/m-p/29923#M216</guid>
      <dc:creator>rachel_delany</dc:creator>
      <dc:date>2018-04-19T05:14:13Z</dc:date>
    </item>
  </channel>
</rss>

