<?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: Convert all the excels in a folder to qvds in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Convert-all-the-excels-in-a-folder-to-qvds/m-p/2098805#M89971</link>
    <description>&lt;P&gt;// Step 1: Set the main folder path&lt;BR /&gt;SET vMainFolderPath = 'C:\Your\Folder\Path\';&lt;/P&gt;
&lt;P&gt;// Step 2: Load and process Excel files&lt;BR /&gt;FOR EACH FileExtension in 'xlsx', 'xls'&lt;BR /&gt;FOR EACH FoundFile in FileList('$(vMainFolderPath)\*.$(FileExtension)')&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM $(FoundFile)&lt;BR /&gt;(ooxml, embedded labels, table is [Sheet1]);&lt;/P&gt;
&lt;P&gt;// Step 3: Convert and store the data as QVD&lt;BR /&gt;LET vQvdFileName = Replace(Replace('$(FoundFile)', '.xlsx', '.qvd'), '.xls', '.qvd');&lt;BR /&gt;STORE * INTO $(vQvdFileName) (QVD);&lt;BR /&gt;NEXT&lt;BR /&gt;NEXT&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 17:59:57 GMT</pubDate>
    <dc:creator>swarup_malli</dc:creator>
    <dc:date>2023-07-31T17:59:57Z</dc:date>
    <item>
      <title>Convert all the excels in a folder to qvds</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-all-the-excels-in-a-folder-to-qvds/m-p/2098804#M89970</link>
      <description>&lt;P&gt;Need a recursively convert excels to qvds&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 17:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-all-the-excels-in-a-folder-to-qvds/m-p/2098804#M89970</guid>
      <dc:creator>Swarup_MOA</dc:creator>
      <dc:date>2023-07-31T17:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert all the excels in a folder to qvds</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-all-the-excels-in-a-folder-to-qvds/m-p/2098805#M89971</link>
      <description>&lt;P&gt;// Step 1: Set the main folder path&lt;BR /&gt;SET vMainFolderPath = 'C:\Your\Folder\Path\';&lt;/P&gt;
&lt;P&gt;// Step 2: Load and process Excel files&lt;BR /&gt;FOR EACH FileExtension in 'xlsx', 'xls'&lt;BR /&gt;FOR EACH FoundFile in FileList('$(vMainFolderPath)\*.$(FileExtension)')&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM $(FoundFile)&lt;BR /&gt;(ooxml, embedded labels, table is [Sheet1]);&lt;/P&gt;
&lt;P&gt;// Step 3: Convert and store the data as QVD&lt;BR /&gt;LET vQvdFileName = Replace(Replace('$(FoundFile)', '.xlsx', '.qvd'), '.xls', '.qvd');&lt;BR /&gt;STORE * INTO $(vQvdFileName) (QVD);&lt;BR /&gt;NEXT&lt;BR /&gt;NEXT&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 17:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-all-the-excels-in-a-folder-to-qvds/m-p/2098805#M89971</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2023-07-31T17:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert all the excels in a folder to qvds</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-all-the-excels-in-a-folder-to-qvds/m-p/2098818#M89973</link>
      <description>&lt;P&gt;this worked for me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FOR EACH file in filelist('$(vSourceQvd)\*.xlsx') ;&lt;BR /&gt;TRACE '$(file )';&lt;BR /&gt;tmp:&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM $(file)&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;let QVDPath = left('$(file)', len('$(file)')-4) &amp;amp; 'qvd';&lt;/P&gt;
&lt;P&gt;Store * from tmp into '$(QVDPath)' (qvd);&lt;BR /&gt;drop Table tmp;&lt;/P&gt;
&lt;P&gt;NEXT file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 18:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-all-the-excels-in-a-folder-to-qvds/m-p/2098818#M89973</guid>
      <dc:creator>Swarup_MOA</dc:creator>
      <dc:date>2023-07-31T18:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert all the excels in a folder to qvds</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-all-the-excels-in-a-folder-to-qvds/m-p/2115097#M91003</link>
      <description>&lt;P&gt;sum({&amp;lt;Employment_Date_Master={"$(vMaxSelectedEmploymentDate)"}&amp;gt;*&lt;BR /&gt;&amp;lt;MONEY_SOURCE={'A'},[Employment Date]={"&amp;lt;=$(vEmployeeDateMax)"},REHIRE_DT={" "}&amp;gt; *&lt;BR /&gt;(&amp;lt;MONEY_SOURCE={'A'},TERM_DT={"&amp;gt;=$(vEmployeeDateMin)"}&amp;gt;+&amp;lt;TERM_DT={" "}&amp;gt;)&lt;BR /&gt;+&lt;BR /&gt;((&amp;lt;MONEY_SOURCE={'A'},REHIRE_DT={"&amp;lt;=$(vEmployeeDateMax)"},Termination_DT-={" "}&amp;gt;)&lt;BR /&gt;*&lt;BR /&gt;(&amp;lt;MONEY_SOURCE={'A'},REHIRE_DT-={" "}&amp;gt;))&lt;BR /&gt;} PART_MARKET_VALUE)&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 18:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-all-the-excels-in-a-folder-to-qvds/m-p/2115097#M91003</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2023-09-08T18:45:50Z</dc:date>
    </item>
  </channel>
</rss>

