<?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: Uploading files from Sharepoint with wildcard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440798#M611327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're actually &lt;STRONG&gt;downloading&lt;/STRONG&gt; and not uploading by using the LOAD ... FROM with a web-URL.... to be correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wildcards are only supported in the FROM part if you are accessing a drive location and not when you are using the webfile feature (a URL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the way to go about it is that you can retrieve a SharePoint list of the files stored in the folder first and then you will have to create a loop in your load script to retrieve each of the files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 20:37:46 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2017-10-12T20:37:46Z</dc:date>
    <item>
      <title>Loading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440797#M611326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;While loading files from Sharepoint, it works fine if I specify the file, but if I put a wildcard, I get an error of "Bad Zip File".&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here's an example:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG __jive_id="179346" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179346_Capture.PNG" style="height: 98px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The commented FROM, works fine.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But if I try with the not commented FROM, I got the error.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So anyone know why is this happening, and how could I do to upload all the files from a folder, instead of specify every file?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;According to a post I've found, I tried changing the path to: '\\theshare.Xcompany.com\Week 3\*.xlsm', but it didn't work.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you very much in advance for your help.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EDIT: Title corrected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440797#M611326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T07:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440798#M611327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're actually &lt;STRONG&gt;downloading&lt;/STRONG&gt; and not uploading by using the LOAD ... FROM with a web-URL.... to be correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wildcards are only supported in the FROM part if you are accessing a drive location and not when you are using the webfile feature (a URL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the way to go about it is that you can retrieve a SharePoint list of the files stored in the folder first and then you will have to create a loop in your load script to retrieve each of the files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 20:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440798#M611327</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-10-12T20:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440799#M611328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter. Thank you very much for your answer and correction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So regarding the list of the stored files, I had tried to do that as doing:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileName()&lt;/P&gt;&lt;P&gt;FROM [...Path].&lt;/P&gt;&lt;P&gt;But obviously it didn't work because I had to use a wildcard in order to get all the filenames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now the question is, how could I do to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;retrieve a SharePoint list of the files stored?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you very much&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 07:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440799#M611328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-13T07:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440800#M611329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Microsoft SharePoint API's have changed and evolved over time. Which SharePoint version are you interfacing with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 15:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440800#M611329</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-10-13T15:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440801#M611330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working with the SharePoint 2010.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440801#M611330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T07:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440802#M611331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't thing the share point will support the wild card for file name...you need to use the loop method &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 10:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440802#M611331</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-10-16T10:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440803#M611332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. But how can I do to obtain the names of all the files of the folder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 10:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440803#M611332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T10:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440804#M611333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;In the script , go for web files and use URL where the excels are stored ..select the html mode &amp;gt; to the right you will see the tables in the format @1 , @2 go through each you will get the list of list here and then based on this go for the loop and reduce &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hope this helps you &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 10:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440804#M611333</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-10-18T10:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440805#M611334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I tried this, but it appears to me this message:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="paraQLIKVIEW FORO.PNG" class="jive-image image-1" height="362" src="/legacyfs/online/180055_paraQLIKVIEW FORO.PNG" style="height: 362.532px; width: 494px;" width="494" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I also tried to replace the fields for @1, @2... like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;@1,&lt;/P&gt;&lt;P&gt;@2&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://theshare.Xcompany.com/sites/*" rel="nofollow" target="_blank"&gt;https://theshare.Xcompany.com/sites/*&lt;/A&gt;&lt;SPAN&gt;] &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(ooxml, embedded labels, header is 8 lines, table is [OA-Quality])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it didn't work.&lt;/P&gt;&lt;P&gt;I also tried with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://theshare.Xcompany.com/sites/*" rel="nofollow" target="_blank"&gt;https://theshare.Xcompany.com/sites/*&lt;/A&gt;&lt;SPAN&gt;] &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(ooxml, embedded labels, header is 8 lines, table is [OA-Quality])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you anyway for your answer.. and any other possible solution is welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 10:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1440805#M611334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-18T10:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Loading files from Sharepoint with wildcard</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1570789#M611335</link>
      <description>&lt;P&gt;Hi Mateil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you get an answer to this issue, i also had similar requirement , can you help?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 05:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-Sharepoint-with-wildcard/m-p/1570789#M611335</guid>
      <dc:creator>meashok07</dc:creator>
      <dc:date>2019-04-18T05:11:46Z</dc:date>
    </item>
  </channel>
</rss>

