<?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: Wildcard Load in Dropbox for Qlik Sense Business Cloud in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683172#M7940</link>
    <description>&lt;P&gt;Hi - yes the filelist, dirlist, filesize and filetime should all work on Qlik Sense Cloud Business (note these do not currently work on the Windows version of the Dropbox connector).&lt;/P&gt;&lt;P&gt;I just tested it out with the following. Note the absence of any trailing / at the end of the folder name. If you include this I think it errors.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;for each vFile in filelist('lib://Dropbox - myaccount@gmail.com/Folder Name')

let vFileSize = FileSize('$(vFile)');
let vFileTime = FileTime('$(vFile)');

trace '$(vFile) is $(vFileSize) bytes and last modified at $(vFileTime)';

next&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 10 Mar 2020 09:57:03 GMT</pubDate>
    <dc:creator>chrisbrain</dc:creator>
    <dc:date>2020-03-10T09:57:03Z</dc:date>
    <item>
      <title>Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1665517#M7936</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have been unable to find if anyone has resolved the issue of creating a wildcard load from within a dropbox folder using the Qlik Dropbox Connector in Business Cloud. &amp;nbsp;Is this possible?&lt;/P&gt;&lt;P&gt;Is a wildcard load only possible from FTP/SFTP?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 20:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1665517#M7936</guid>
      <dc:creator>George_Metrakos</dc:creator>
      <dc:date>2021-12-28T20:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1676870#M7937</link>
      <description>&lt;P&gt;+1 to this thread - I am also seeking out how to load all files in a folder through a webconnector&amp;nbsp;(OneDrive in my case)&amp;nbsp; such as dropbox; as well as loading the most recent file in the folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel like it will require loading a tmp table of all the file directory showing all the files - and then some kind of loop that uses the file IDs in the tmp table to load all the files; but, while I can imagine how this would work my coding skills to create it have proven lacking.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 02:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1676870#M7937</guid>
      <dc:creator>tm_burgers</dc:creator>
      <dc:date>2020-02-19T02:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683109#M7938</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Unfortunately the Dropbox Web Storage Provider does not support wild cards as per the limitations section in the docs:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Dropbox-storage-provider-connector.htm#anchor-5" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Dropbox-storage-provider-connector.htm#anchor-5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are a couple of techniques you might be able to use though to get the result you need.&lt;/P&gt;&lt;P&gt;1 - You could use the List table in the Dropbox Metadata Connector:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Integrated_Web_Connectors_help/Content/Connectors_QWC_BuiltIn/Integrated%20connectors/Dropbox-Metadata-Connector-integrated.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/Integrated_Web_Connectors_help/Content/Connectors_QWC_BuiltIn/Integrated%20connectors/Dropbox-Metadata-Connector-integrated.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To load the files in the folder into a table and then use some qlik scripting to loop through these and load the ones that match your requirements. e.g. the latest one by date or all files with a certain prefix.&lt;/P&gt;&lt;P&gt;2. You can use the qlik filelist command to enumerate through all of the files in a Dropbox directory:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptControlStatements/For%20Each.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptControlStatements/For%20Each.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And then inside each iteration decide whether to load the file based on its name.&lt;/P&gt;&lt;P&gt;If you are still interested in this and can't figure out the script I can try and spend some time to leave an example here.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 07:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683109#M7938</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2020-03-10T07:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683146#M7939</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Here are some notes on this topic, hope they are helpful.&lt;/P&gt;&lt;P&gt;Chris, are you sure about the FileList with DropBox? I believe I tried that and didn't get it to work, but it may have been a different connector.&lt;/P&gt;&lt;P&gt;With each of the different file system providers (Google Drive, DropBox and Amazon) I found that looping around the MetaData connector worked, but the syntax for each was a bit different.&lt;/P&gt;&lt;P&gt;I posted code on this thread about achieving the loop on DropBox:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Multiple-Excel-files-load-from-dropbox-in-Qlik-Sense-Business/td-p/1671605/page/2" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Multiple-Excel-files-load-from-dropbox-in-Qlik-Sense-Business/td-p/1671605/page/2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The syntax for doing the same in Google Drive is:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LIB CONNECT TO 'Google_Drive_&amp;amp;_Spreadsheets';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tmpFiles:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;title&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;WHERE labels_trashed = 'false'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SELECT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;title,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;labels_trashed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM ListFiles&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WITH PROPERTIES (&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;query='title contains ''.csv'''&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;for iFile = 0 to NoOfRows('tmpFiles') -1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; let vFile = peek('title', iFile, 'tmpFiles');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;FROM [lib://Google_Drive/root/$(vFile)] (txt);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP TABLE tmpFiles;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Note that it is the Google Drive and Spreadsheets connector that needs to be used for the metadata in this case.&lt;/P&gt;&lt;P&gt;For Amazon S3 the syntax is:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LIB CONNECT TO 'Amazon_S3_Metadata';&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;tmpFiles:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SELECT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM List&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WITH PROPERTIES (&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;dir='SubFolder',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;maxResults=''&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;);&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;for i = 0 to NoOfRows('tmpFiles') -1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; let vFile = peek('Key', i, 'tmpFiles');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; filename() as FileName&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; FROM [lib://Amazon_S3/$(vFile)] (qvd);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In each case it is very similar, the differences come in the way that you have to search and filter the files on the provider, particularly with regard to what folder files are in. In each case, use the wizard to get the syntax and then modify it to match the code above for your selected filter.&lt;/P&gt;&lt;P&gt;Watch out on Google Drive and DropBox, as both keep archives of deleted files and unless you filter them out they will get loaded. With drive there is the&amp;nbsp;&lt;STRONG&gt;trashed&lt;/STRONG&gt; field, and DropBox it is&amp;nbsp;&lt;STRONG&gt;includeDeleted&lt;/STRONG&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;How to get this working is not obvious. Post to this thread if you are trying and get stuck.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 09:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683146#M7939</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-03-10T09:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683172#M7940</link>
      <description>&lt;P&gt;Hi - yes the filelist, dirlist, filesize and filetime should all work on Qlik Sense Cloud Business (note these do not currently work on the Windows version of the Dropbox connector).&lt;/P&gt;&lt;P&gt;I just tested it out with the following. Note the absence of any trailing / at the end of the folder name. If you include this I think it errors.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;for each vFile in filelist('lib://Dropbox - myaccount@gmail.com/Folder Name')

let vFileSize = FileSize('$(vFile)');
let vFileTime = FileTime('$(vFile)');

trace '$(vFile) is $(vFileSize) bytes and last modified at $(vFileTime)';

next&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 Mar 2020 09:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683172#M7940</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2020-03-10T09:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683263#M7941</link>
      <description>&lt;P&gt;Thank you Chris &amp;amp; Steve!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I was struggling with this - I switched my architecture to Sharepoint, and sync'd the folder path to my server so that I could use my existing scripts to wildcard load and not re-write my load scripts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the resources though!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 12:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683263#M7941</guid>
      <dc:creator>tm_burgers</dc:creator>
      <dc:date>2020-03-10T12:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683415#M7942</link>
      <description>&lt;P&gt;Thanks Chris.&lt;/P&gt;&lt;P&gt;That is a slightly different syntax to a standard Windows file share, where you would need to have /*.* on the end of the filename. This could be why I missed the fact the functionality was there (or it has been fixed since, you never can tell with QSB!).&lt;/P&gt;&lt;P&gt;Do you know how the FileList function handles files which have been deleted from DropBox? Do they get returned or not?&lt;/P&gt;&lt;P&gt;If they do get returned, how can you identify them as being deleted files?&lt;/P&gt;&lt;P&gt;I will add it to my list of things to look into, but if you know already then that would be great.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 16:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683415#M7942</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-03-10T16:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683631#M7943</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;Yes because different providers like Dropbox, Google Drive etc. provide different ways of querying the list of files it will be a different syntax and in the initial release we are just supporting returning the folder contents.&lt;/P&gt;&lt;P&gt;I checked and filelist should be &lt;EM&gt;excluding&lt;/EM&gt; deleted files.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 08:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683631#M7943</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2020-03-11T08:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683648#M7944</link>
      <description>&lt;P&gt;Thanks Chris.&lt;/P&gt;&lt;P&gt;I totally get the rationale why the FileList function works differently. It's not clear how users can be expected to know that&amp;nbsp;&lt;STRONG&gt;FileList('lib://DropBox/Folder')&amp;nbsp;&lt;/STRONG&gt;works, but&amp;nbsp;&lt;STRONG&gt;FileList('lib://DropBox/Folder/*.*')&amp;nbsp;&lt;/STRONG&gt;doesn't? The latter is the syntax that users will try first, as that is correct for a local folder.&lt;/P&gt;&lt;P&gt;Could you Qlik boffins not implement the function so that it gets the entire list back from DropBox, regardless of file mask, and then parse that full list using the wildcard provided?&lt;/P&gt;&lt;P&gt;Not a problem for me, as I now know the syntax, but would perhaps prevent others missing it as I did initially.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 08:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683648#M7944</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-03-11T08:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683675#M7945</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;We could do that but it would complicate the code re-implementing wild card filtering on the connector side. Plus if the dropbox folder contains tens of thousands of files or potentially a lot more this would likely perform badly.&lt;/P&gt;&lt;P&gt;Personally, I think as Dropbox, Google Drive, One Drive etc. provide their own API specific ways of querying and searching for files we should consider looking at giving users a way to leverage these somehow.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 10:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1683675#M7945</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2020-03-11T10:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1684162#M7946</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;I don't disagree with any of that. If the FileList function didn't exist for DropBox then that would have been for good reason, and that's fine. I only think it is a bit odd that the same function exists as for a folder but it works in a different way.&lt;/P&gt;&lt;P&gt;Totally agree that using the MetaData connector is a better approach, as this will be more efficient and there are a lot of filtering options and interesting extra data.&lt;/P&gt;&lt;P&gt;The biggest challenge, that I had and I know others do also, is knowing that after you set up your connection to the service to load files that you also need to set up a separate connector to get the metadata. Some sign posts that the other connector exists and why it should be used when you set up the main connector may be all that is needed?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1684162#M7946</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-03-12T14:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1684197#M7947</link>
      <description>&lt;P&gt;Hi Steve - Yea I think docs and/or some improved signposting as you use the connectors could help here also.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 15:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1684197#M7947</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2020-03-12T15:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1684217#M7948</link>
      <description>&lt;P&gt;As I can see that it is something that people are going to be increasingly wanting with Cloud being an obvious focus for Qlik, I have written these notes up into a blog post, which can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/cloud-file-services-qlik-sense/" target="_blank"&gt;https://www.quickintelligence.co.uk/cloud-file-services-qlik-sense/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hopefully people will find this if they are stuck loading from one of those connectors and it will point them in the right direction.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 15:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1684217#M7948</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-03-12T15:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1751447#M7949</link>
      <description>&lt;P&gt;I have a similar problem in loading from my one drive. on my Qs desktop I load the files with no issues since the desktop supports wildcards. In the QS cloud environment, I am unable to generate a loop that will load the files from excel.&lt;/P&gt;&lt;P&gt;Is there any example loop with regards to OneDrive ?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 07:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1751447#M7949</guid>
      <dc:creator>Wallibee</dc:creator>
      <dc:date>2020-10-12T07:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Load in Dropbox for Qlik Sense Business Cloud</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1751458#M7950</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92989"&gt;@Wallibee&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One Drive was not available at the time I wrote that blog, but the implementation is very similar. I don't have code to hand, but believe I have posted it on another thread on Community.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 08:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Wildcard-Load-in-Dropbox-for-Qlik-Sense-Business-Cloud/m-p/1751458#M7950</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-10-12T08:16:58Z</dc:date>
    </item>
  </channel>
</rss>

