<?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 load metadata for multiple .qvd/.qvf file in one app through data load editor. in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416448#M13357</link>
    <description>&lt;P&gt;Test1 is folder name&amp;nbsp;in which multiple .qvd files are present. I am able to make connection to .qvd file in test1 folder, through data load manager but making connection to test1 folder, how to do it?&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 08:43:59 GMT</pubDate>
    <dc:creator>darshan9955</dc:creator>
    <dc:date>2024-02-08T08:43:59Z</dc:date>
    <item>
      <title>How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416055#M13345</link>
      <description>&lt;P&gt;Consider I have multiple .qvd files at one folder and no app is created in Qlik Sense desktop.&lt;/P&gt;
&lt;P&gt;So, How can I load multiple .qvd files into my data load editor at once (using script), so that I can see metadata of the multiple .qvd files. (Manually adding .qvd files is not preferred)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 14:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416055#M13345</guid>
      <dc:creator>darshan9955</dc:creator>
      <dc:date>2024-02-07T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416277#M13347</link>
      <description>&lt;P&gt;You can iterate with for...next and filelist() - see &lt;A href="https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/For%20Each.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/For%20Each.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 21:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416277#M13347</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-02-07T21:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416372#M13350</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="darshan9955_0-1707369668259.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159344i94C0F24E3D7A7371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="darshan9955_0-1707369668259.png" alt="darshan9955_0-1707369668259.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am getting above error while loading .qvd file into qliksense.&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;query used mentioned below&lt;BR /&gt;[QvdTableHeader_135d64f6-4bb4-8ba0-0395-b5d39d9c]:&lt;BR /&gt;LOAD&lt;BR /&gt;[QvBuildNo],&lt;BR /&gt;[CreatorDoc],&lt;BR /&gt;[CreateUtcTime],&lt;BR /&gt;[SourceFileSize],&lt;BR /&gt;[TableName],&lt;BR /&gt;[RecordByteSize],&lt;BR /&gt;[NoOfRecords],&lt;BR /&gt;[Offset] AS [QvdTableHeader.Offset],&lt;BR /&gt;[Length] AS [QvdTableHeader.Length],&lt;BR /&gt;[%Key_QvdTableHeader_B94FCCAC68ED3E20] AS [QvdTableHeader.%Key_QvdTableHeader_B94FCCAC68ED3E20]&lt;BR /&gt;FROM [lib://test1/abb1aed53c9e40ac019a6e52c2afbf6d.qvd]&lt;BR /&gt;(XmlSimple, table is QvdTableHeader);&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 05:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416372#M13350</guid>
      <dc:creator>darshan9955</dc:creator>
      <dc:date>2024-02-08T05:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416375#M13351</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/261754"&gt;@darshan9955&lt;/a&gt; Check out this one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/eapowertools-archive/qs-qvd-monitor" target="_self"&gt;https://github.com/eapowertools-archive/qs-qvd-monitor&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 05:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416375#M13351</guid>
      <dc:creator>Rockstar7</dc:creator>
      <dc:date>2024-02-08T05:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416393#M13352</link>
      <description>&lt;P&gt;Try this :&lt;/P&gt;
&lt;P&gt;for each i in list of all qvd folder connections in single quotes&lt;/P&gt;
&lt;P&gt;for each file in filelist ('lib://$(i)'&amp;amp;'/*.qvd')&lt;/P&gt;
&lt;P&gt;T:&lt;BR /&gt;LOAD&lt;BR /&gt;QvBuildNo,&lt;BR /&gt;CreatorDoc,&lt;BR /&gt;CreateUtcTime,&lt;BR /&gt;SourceFileSize,&lt;BR /&gt;"TableName",&lt;BR /&gt;RecordByteSize,&lt;BR /&gt;NoOfRecords,&lt;BR /&gt;Offset,&lt;BR /&gt;"Length",&lt;BR /&gt;filename() as QVD_Name,&lt;BR /&gt;'$(file)' as File_name,&lt;BR /&gt;'$(i)' as Connection_Name,&lt;BR /&gt;%Key_QvdTableHeader_B94FCCAC68ED3E20&lt;BR /&gt;FROM [$(file)]&lt;BR /&gt;(XmlSimple, table is QvdTableHeader);&lt;/P&gt;
&lt;P&gt;next file;&lt;/P&gt;
&lt;P&gt;next i;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rohan.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 06:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416393#M13352</guid>
      <dc:creator>RohanD351</dc:creator>
      <dc:date>2024-02-08T06:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416411#M13353</link>
      <description>&lt;P&gt;Hi Rohan thanks for the reply, can you please help me to load single .qvd file with the above code.&lt;/P&gt;
&lt;P&gt;file location is same&amp;nbsp;&lt;SPAN&gt;[lib://test1/abb1aed53c9e40ac019a6e52c2afbf6d.qvd]&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 07:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416411#M13353</guid>
      <dc:creator>darshan9955</dc:creator>
      <dc:date>2024-02-08T07:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416413#M13354</link>
      <description>&lt;P&gt;LOAD *&lt;BR /&gt;FROM [lib://test1/abb1aed53c9e40ac019a6e52c2afbf6d.qvd]&lt;BR /&gt;(XmlSimple, table is QvdTableHeader);&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 07:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416413#M13354</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-02-08T07:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416419#M13355</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="darshan9955_1-1707378472252.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159350i17DD78568ABFAFAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="darshan9955_1-1707378472252.png" alt="darshan9955_1-1707378472252.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am using newly created app to load this .qvd file via data load editor.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 07:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416419#M13355</guid>
      <dc:creator>darshan9955</dc:creator>
      <dc:date>2024-02-08T07:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416421#M13356</link>
      <description>&lt;P&gt;Well, you have a very clear error message there: "Connection not found: test1". It seems you have not defined a data connection named test1, or that the current user trying to reload the app doesn't have rights to use that connection (in that case the data connection test1 isn't visible in the connections panel in the script editor).&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 07:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416421#M13356</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-02-08T07:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416448#M13357</link>
      <description>&lt;P&gt;Test1 is folder name&amp;nbsp;in which multiple .qvd files are present. I am able to make connection to .qvd file in test1 folder, through data load manager but making connection to test1 folder, how to do it?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 08:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416448#M13357</guid>
      <dc:creator>darshan9955</dc:creator>
      <dc:date>2024-02-08T08:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416452#M13358</link>
      <description>&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/DataSource/load-data-from-files.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/DataSource/load-data-from-files.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 08:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416452#M13358</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-02-08T08:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to load metadata for multiple .qvd/.qvf file in one app through data load editor.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416523#M13361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please find the script below. Please make sure when you copy the code, the indentions are perfectly matched. Here, first files are listed from a directory, and storing the file names in the variables, and then doing loop to load the files.&lt;/P&gt;
&lt;P&gt;---------------------------------------------&lt;/P&gt;
&lt;P&gt;sub ScanFolder(Root)&lt;/P&gt;
&lt;P&gt;for each FileExtension in '*'&lt;/P&gt;
&lt;P&gt;for each FoundFile in filelist( Root &amp;amp; '\*.' &amp;amp; FileExtension)&lt;/P&gt;
&lt;P&gt;FileList:&lt;/P&gt;
&lt;P&gt;LOAD '$(FoundFile)' as FilePath,&lt;BR /&gt;&lt;BR /&gt;SubField(SubField('$(FoundFile)','.',-2),'/',-1) as FileName&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;AUTOGENERATE 1;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;next FoundFile&lt;/P&gt;
&lt;P&gt;next FileExtension&lt;/P&gt;
&lt;P&gt;for each SubDirectory in dirlist( Root &amp;amp; '\*' )&lt;/P&gt;
&lt;P&gt;call ScanFolder(SubDirectory)&lt;/P&gt;
&lt;P&gt;next SubDirectory&lt;/P&gt;
&lt;P&gt;end sub&lt;/P&gt;
&lt;P&gt;Call ScanFolder('lib://ConnectionName/Folder_From_Files_To_Load/') ;&lt;/P&gt;
&lt;P&gt;FileDetails:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE &lt;BR /&gt;[&lt;BR /&gt;1&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;LET vRecordNumber = NoOfRows('FileList');&lt;BR /&gt;TRACE 'Number of Records = $(vRecordNumber)';&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;FOR RecordNumber=1 TO NoOfRows('FileList')&lt;/P&gt;
&lt;P&gt;LET vFileToLoadName = PEEK('FileName',RecordNumber-1,'FileList');&lt;BR /&gt;TRACE 'File Name to Load = $(vFileToLoadName)';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;CONCATENATE(FileDetails)&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;QvBuildNo,&lt;BR /&gt;CreatorDoc,&lt;BR /&gt;CreateUtcTime,&lt;BR /&gt;SourceFileSize,&lt;BR /&gt;"TableName",&lt;BR /&gt;RecordByteSize,&lt;BR /&gt;NoOfRecords,&lt;BR /&gt;Offset,&lt;BR /&gt;"Length",&lt;BR /&gt;%Key_QvdTableHeader_B94FCCAC68ED3E20 &lt;BR /&gt;&lt;BR /&gt;FROM [lib://ConnectionName/Folder_From_Files_To_Load/$(vFileToLoadName).qvd]&lt;BR /&gt;(XmlSimple, table is QvdTableHeader);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NEXT&lt;/P&gt;
&lt;P&gt;DROP Field "1";&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 10:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-metadata-for-multiple-qvd-qvf-file-in-one-app/m-p/2416523#M13361</guid>
      <dc:creator>Akash_Pohare</dc:creator>
      <dc:date>2024-02-08T10:24:44Z</dc:date>
    </item>
  </channel>
</rss>

