<?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: Qlik Cloud and folder data management in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702670#M5159</link>
    <description>&lt;P&gt;Yeah, it helps! Dropbox has low chargeless&amp;nbsp;size limit, but at least it provides the convenient addressing way (with subfolders names and slashes).&lt;BR /&gt;Unfortunately, Dropbox has the same restriction as Google Drive: "&lt;EM&gt;Wildcard/masking syntax is not supported. You may only load specified individual files, or all files in a specified folder.&lt;/EM&gt;" (link: &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" target="_blank" rel="noopener"&gt;official qlik help&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;What are the benefits of using qvs? Now I store every script in separate qvf file.&lt;/P&gt;</description>
    <pubDate>Sat, 16 May 2020 12:51:22 GMT</pubDate>
    <dc:creator>Jack3</dc:creator>
    <dc:date>2020-05-16T12:51:22Z</dc:date>
    <item>
      <title>Qlik Cloud and folder data management</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702616#M5157</link>
      <description>&lt;P&gt;Hi&amp;nbsp; everyone!&lt;/P&gt;&lt;P&gt;How could I store my qvd's and temporary csv's with Qlik Cloud in convenient tree folder structure, like it was possible with Qlik Sense Desktop?&lt;BR /&gt;Cloud Datafiles folder can't contain subfolders, so it instantly becomes a mess.&lt;BR /&gt;I can't connect directly to my local net shared folder, like in Qlik Desktop version.&lt;/P&gt;&lt;P&gt;I've tried Google drive, but it isn't possible to use a normal path to some folder on a Drive. Only the "id" of a path, wich looks like abracadabra hash string. Also it isn't possible to use wildcard and FileList function, as far as I know.&lt;BR /&gt;Of course, to load all data manually is not the option.&lt;BR /&gt;&lt;BR /&gt;My company owns "Professional" Qlik license, and I've heard that with it you can create local server to store all your necessary data files. But I've failed to find any manuals about it.&lt;BR /&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 20:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702616#M5157</guid>
      <dc:creator>Jack3</dc:creator>
      <dc:date>2021-12-28T20:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud and folder data management</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702644#M5158</link>
      <description>&lt;P&gt;Hello Jack.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use Dropbox for me RAW data as well as Transformed QVDs. To achieve this I have a number of folders with Sub folders in Dropbox. In QSB I create my LIB's to Dropboxx as normal. In the load script I define a few variable, for example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET v_Company_Name = [Demo_]; // Reference which Company I am working with&amp;nbsp;&lt;BR /&gt;SET vRAW_QVDFolder = [lib://Dropbox/Sense_RAW_QVDs];&lt;BR /&gt;SET vCust_Location = [lib://Dropbox/GEO];&lt;/P&gt;&lt;P&gt;SET vTransform_Location = [lib://Dropbox/Transformed];&lt;/P&gt;&lt;P&gt;Then when loading or storing I can say something like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;RAW:&lt;BR /&gt;LOAD&lt;BR /&gt;DocumentType&amp;amp;DocumentNumber as _KEY_HH_HL,&lt;BR /&gt;OrderNumber,......&lt;BR /&gt;FROM [$(vRAW_QVDFolder)/$(v_Company_Name)Extract.qvd](qvd);&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;STORE RAW INTO [$(vTransform_Location)\Fact_Transformed.qvd];&lt;/P&gt;&lt;P&gt;You will need to give it some thought, but I think you can achieve a reasonable solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW: Using similar logic, I have been able to move all me scripts into qvs files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps a bit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 08:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702644#M5158</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2020-05-16T08:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud and folder data management</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702670#M5159</link>
      <description>&lt;P&gt;Yeah, it helps! Dropbox has low chargeless&amp;nbsp;size limit, but at least it provides the convenient addressing way (with subfolders names and slashes).&lt;BR /&gt;Unfortunately, Dropbox has the same restriction as Google Drive: "&lt;EM&gt;Wildcard/masking syntax is not supported. You may only load specified individual files, or all files in a specified folder.&lt;/EM&gt;" (link: &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" target="_blank" rel="noopener"&gt;official qlik help&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;What are the benefits of using qvs? Now I store every script in separate qvf file.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 12:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702670#M5159</guid>
      <dc:creator>Jack3</dc:creator>
      <dc:date>2020-05-16T12:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud and folder data management</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702674#M5160</link>
      <description>&lt;P&gt;Ahh. Yes, I forgot about the wildcard issue. Fortunately all my ETLs are handled on prem with good old QlikView, thereby presenting already consolidated QVDs to Dropbox. If a transaction table gets big I produce a TX_History QVD, say to the end of 2019 and only bring in transactions for 2020 on a daily bases. In the QSB scripts I concatenate the QVDs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like having the scripts in qvs files for a number of reasons. One is I can back them up separately to the App. From the QV days, if something with wrong with the model I still had the scripts.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 13:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702674#M5160</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2020-05-16T13:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud and folder data management</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702941#M5166</link>
      <description>&lt;P&gt;Morning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;A short while back there were similar questions with regards to loading excel files.&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;gave a very clear solution for these questions. This morning I made very small modifications to enable the loading of multipile QVDs.&amp;nbsp;&amp;nbsp;Below is the script I am using for loading my QVDs:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Dropbox_Metadata';&lt;BR /&gt;LET vCompany = 'Test_';&lt;/P&gt;&lt;P&gt;/********************************************************************************************************/&lt;BR /&gt;/***** I have various Companies qvds in a Dropbox folder. Qvds are prefixed with vComnany var ******/&lt;BR /&gt;/***** In my Test folder I have 2 qvds. 1 for historic transactions and 1 for current transactions ******/&lt;BR /&gt;/***** They have the exact same field names ******/&lt;BR /&gt;/***** In my case I use a _ to seperate the Company name from the qvd name ******/&lt;BR /&gt;/********************************************************************************************************/&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tmpFiles:&lt;BR /&gt;LOAD&lt;BR /&gt;path_lower&lt;BR /&gt;WHERE left(name,5) = '$(vCompany)' and&lt;BR /&gt;right(path_lower, 3) = 'qvd'&lt;BR /&gt;;&lt;BR /&gt;SELECT&lt;BR /&gt;path_lower,&lt;BR /&gt;name&lt;BR /&gt;FROM List&lt;BR /&gt;WITH PROPERTIES (&lt;BR /&gt;dropboxFolder='/Test', /*REMEMBER YOUR DROPBOX FOLDER NAME*/&lt;BR /&gt;recursive='false',&lt;BR /&gt;includeDeleted='false'&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;for iFile = 0 to NoOfRows('tmpFiles') - 1&lt;BR /&gt;let vFile = peek('path_lower', iFile, 'tmpFiles');&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;* /*OR spefify your field names*/&lt;BR /&gt;FROM [lib://Dropbox$(vFile)](qvd);&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;DROP TABLE tmpFiles;&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To read more from Steve:&amp;nbsp;&lt;A href="https://www.quickintelligence.co.uk/cloud-file-services-qlik-sense/" target="_blank" rel="noopener"&gt;https://www.quickintelligence.co.uk/cloud-file-services-qlik-sense/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Stay Safe....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 06:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1702941#M5166</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2020-05-18T06:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud and folder data management</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1703796#M5177</link>
      <description>&lt;P&gt;So, the most easy way to continue getting my xlsx data from local net folder, after Qlik Desktop support will be over - is to install QlikView and create a script to download qvd's to the Google Drive or the Dropbox?&lt;/P&gt;&lt;P&gt;Or, may be, write a script (e.g. in Python) which will upload xlsx files directly onto G_Drive/Dropbox?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 10:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1703796#M5177</guid>
      <dc:creator>Jack3</dc:creator>
      <dc:date>2020-05-20T10:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud and folder data management</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1703812#M5178</link>
      <description>&lt;P&gt;They are all options available to you. It depends what you want to do and what is best for you. You can do the QlikView to QVD thing if that works for you. You can also have your Excel files into a Dropbox folder and use the below script. (modified for a xlsx file) to read the Excel files:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Dropbox_Metadata';&lt;BR /&gt;LET vCompany = 'Test_';&lt;/P&gt;&lt;P&gt;/********************************************************************************************************/&lt;BR /&gt;/***** I have various Companies xlsx files a Dropbox folder. Xlsxs's are prefixed with vComnany var ******/&lt;BR /&gt;/***** In my Test folder I have 2 xlsx files. 1 for historic transactions and 1 for current transactions ******/&lt;BR /&gt;/***** They have the exact same field names ******/&lt;BR /&gt;/***** In my case I use a _ to seperate the Company name from the xlsx name ******/&lt;BR /&gt;/********************************************************************************************************/&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tmpFiles:&lt;BR /&gt;LOAD&lt;BR /&gt;path_lower&lt;BR /&gt;WHERE left(name,5) = '$(vCompany)' and&lt;BR /&gt;right(path_lower, 4) = 'xlsx'&lt;BR /&gt;;&lt;BR /&gt;SELECT&lt;BR /&gt;path_lower,&lt;BR /&gt;name&lt;BR /&gt;FROM List&lt;BR /&gt;WITH PROPERTIES (&lt;BR /&gt;dropboxFolder='/Test', /*REMEMBER YOUR DROPBOX FOLDER NAME*/&lt;BR /&gt;recursive='false',&lt;BR /&gt;includeDeleted='false'&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;for iFile = 0 to NoOfRows('tmpFiles') - 1&lt;BR /&gt;let vFile = peek('path_lower', iFile, 'tmpFiles');&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;* /*OR spefify your field names*/&lt;BR /&gt;FROM [lib://Dropbox$(vFile)](qvd);&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;DROP TABLE tmpFiles;&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 11:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Cloud-and-folder-data-management/m-p/1703812#M5178</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2020-05-20T11:50:03Z</dc:date>
    </item>
  </channel>
</rss>

