<?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: How to Download data from multiple files from sharepoint? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796370#M281315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm i believe you can. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to create a list using autogenerate. Something like this. For the script below i user the report.csv like Report_AAAAMMDD.csv,&amp;nbsp; First date in 2013 january first, last date today. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let varDateBase = num(makedate(2012,12,31) ) ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let varDays = today() -&amp;nbsp;&amp;nbsp; $(varDateBase) ; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ListBase:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&amp;nbsp; date($(varDateBase)+ rowno())&amp;nbsp; as Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 'Report_'&amp;amp; (date($(varDateBase)+ rowno(),'YYYYMMDD'))&amp;amp;'.csv' AS File&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; AutoGenerate $(varDays) ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the list &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2014 17:35:10 GMT</pubDate>
    <dc:creator>arthur_dom</dc:creator>
    <dc:date>2014-12-16T17:35:10Z</dc:date>
    <item>
      <title>How to Download data from multiple files from sharepoint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796365#M281310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a newbie to qlikview. I searched a lot in this forum but could not find what I was looking for.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a sharepoint where multiple CSV files are located.&lt;/P&gt;&lt;P&gt;Each CSV file is of exactly the same format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to download the contents of these multiple files in a single QVD or one QVD for each file using a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, I was successful in downloading the contents of one single file. But, I am unable to reciprocate it with multiple files using &lt;EM&gt;&amp;lt;&amp;lt;sharepoint path&amp;gt;&amp;gt;/&lt;/EM&gt;*.csv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note, I am referring to downloading from flat files uploaded to sharepoint, and &lt;STRONG&gt;NOT&lt;/STRONG&gt; from sharepoint list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Sanjeev Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 14:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796365#M281310</guid>
      <dc:creator />
      <dc:date>2014-12-08T14:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download data from multiple files from sharepoint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796366#M281311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using a directory you can load with something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;Load * From [Path\]*.csv] (txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 18:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796366#M281311</guid>
      <dc:creator>arthur_dom</dc:creator>
      <dc:date>2014-12-08T18:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download data from multiple files from sharepoint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796367#M281312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your inputs.&lt;/P&gt;&lt;P&gt;Let me add few more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The path in which my CSV files are present in the sharepoint is:&lt;/P&gt;&lt;P&gt;&lt;A href="http://projects.xyz.com/sites/XYZProj/XYZReduction/XYZReports/Forms/AllItems.aspx"&gt;http://projects.xyz.com/sites/XYZProj/XYZReduction/XYZReports/Forms/AllItems.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to load the contents of just ONE file (File1) using this Code:&lt;/P&gt;&lt;P&gt;--------------------&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM&lt;BR /&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://UserName:Password@projects.XYZ.com/sites/XYZProj/XYZReduction/XYZReports/File1.csv" rel="nofollow"&gt;http://UserName:Password@projects.XYZ.com/sites/XYZProj/XYZReduction/XYZReports/File1.csv&lt;/A&gt;&lt;A class="jive-link-email-small" href="mailto:Password@projects.XYZ.com"&gt;Password@projects.XYZ.com&lt;/A&gt;&lt;SPAN&gt;/sites/XYZProj/XYZReduction/XYZReports/File1.csv]&lt;/SPAN&gt;&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;However, I am unable to put the code in loop and download the contents of all the files in a single code.&lt;/P&gt;&lt;P&gt;Can you please help me with the code?&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 07:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796367#M281312</guid>
      <dc:creator />
      <dc:date>2014-12-10T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download data from multiple files from sharepoint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796368#M281313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually i use the UNC path( &lt;A href="http://technet.microsoft.com/en-us/library/cc539128.aspx" title="http://technet.microsoft.com/en-us/library/cc539128.aspx"&gt;Windows SharePoint Services and UNC Document Access&lt;/A&gt;).... on that way you can do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;\\projects\sites\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;XYZProj\XYZReduction\XYZReports\&lt;SPAN style="text-decoration: underline;"&gt;*&lt;/SPAN&gt;.csv&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/EM&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;"&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;"&gt;But, this only works if is in Intranets. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;The kind of link you passed seems to me of a sharepoint accessed externally.... For do that problably you will need someone to create a list of files on that folder (&lt;A href="http://www.sharepointgeoff.com/how-to-quickly-list-documents-and-sub-folders-from-a-document-library-in-sharepoint-to-a-file/" title="http://www.sharepointgeoff.com/how-to-quickly-list-documents-and-sub-folders-from-a-document-library-in-sharepoint-to-a-file/"&gt;How to quickly list documents and sub folders from a Document Library in SharePoint to a file | SharePointGeoff&lt;/A&gt; ) . If that list exists you can write:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;&lt;EM&gt;ListOfFiles:&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;rowno() as RowNumber,&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Files&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;From &amp;lt;FileList&amp;gt; (format);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;let vRows = noOfRows(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ListOfFiles);&lt;/SPAN&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;for i = 1 to vRows-1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let vFile = peek( 'Files', $(i) ) ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vFile):&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load * from &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://UserName:Password@projects.xyz.com/sites/XYZProj/XYZReduction/XYZReports/File1.csv" rel="nofollow" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;ht&lt;/A&gt;&lt;A class="jive-link-email-small" href="mailto:Password@projects.XYZ.com" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Password@projects.XYZ.com&lt;/A&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/sites/XYZProj/XYZReduction/XYZReports/$(vFile).csv]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;next;&lt;/EM&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;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 16:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796368#M281313</guid>
      <dc:creator>arthur_dom</dc:creator>
      <dc:date>2014-12-10T16:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download data from multiple files from sharepoint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796369#M281314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though this is an intranet site, the UNC path is not working. I don't know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On your 2nd solution:&lt;/P&gt;&lt;P&gt;I tried to create a list of files present in the path and tried to reload the contents and it worked!&lt;/P&gt;&lt;P&gt;However, there is a bottleneck with this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CSV files are generated on a daily basis. And I can't ask someone to create a list and save it daily. Is it possible to code and automate the list generation and use it in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Sanjeev &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 10:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796369#M281314</guid>
      <dc:creator />
      <dc:date>2014-12-16T10:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download data from multiple files from sharepoint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796370#M281315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm i believe you can. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to create a list using autogenerate. Something like this. For the script below i user the report.csv like Report_AAAAMMDD.csv,&amp;nbsp; First date in 2013 january first, last date today. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let varDateBase = num(makedate(2012,12,31) ) ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let varDays = today() -&amp;nbsp;&amp;nbsp; $(varDateBase) ; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ListBase:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&amp;nbsp; date($(varDateBase)+ rowno())&amp;nbsp; as Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 'Report_'&amp;amp; (date($(varDateBase)+ rowno(),'YYYYMMDD'))&amp;amp;'.csv' AS File&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; AutoGenerate $(varDays) ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the list &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 17:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796370#M281315</guid>
      <dc:creator>arthur_dom</dc:creator>
      <dc:date>2014-12-16T17:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download data from multiple files from sharepoint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796371#M281316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to automate this in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.sharepointgeoff.com/how-to-quickly-list-documents-and-sub-folders-from-a-document-library-in-sharepoint-to-a-file/" rel="nofollow"&gt;&lt;SPAN style="color: #3778c7;"&gt;How to quickly list documents and sub folders from a Document Library in SharePoint to a file | SharePointGeoff&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 06:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796371#M281316</guid>
      <dc:creator />
      <dc:date>2014-12-19T06:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download data from multiple files from sharepoint?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796372#M281317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe ( if you have access to SHAREPOINT server) it can have a batch file creating the list daily. If the QlikView server is in the same network you can try using it with windows powershell... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 16:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Download-data-from-multiple-files-from-sharepoint/m-p/796372#M281317</guid>
      <dc:creator>arthur_dom</dc:creator>
      <dc:date>2014-12-19T16:55:35Z</dc:date>
    </item>
  </channel>
</rss>

