<?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. :Create QVDs from Text Files Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-QVDs-from-Text-Files-Script/m-p/160903#M34997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try to store a QVD without aggregate and look if it's fast or not.&lt;/P&gt;&lt;P&gt;To create a qvd :&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Store invoiceDate Into InvoiceData.qvd;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 May 2010 15:18:07 GMT</pubDate>
    <dc:creator>martin59</dc:creator>
    <dc:date>2010-05-21T15:18:07Z</dc:date>
    <item>
      <title>Create QVDs from Text Files Script</title>
      <link>https://community.qlik.com/t5/QlikView/Create-QVDs-from-Text-Files-Script/m-p/160901#M34995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a script that loops through .txt files and loads them in to QV see below:&lt;/P&gt;&lt;P&gt;For Each vFile in FileList('C:\data\*.txt')&lt;BR /&gt; invoiceData:&lt;BR /&gt; LOAD @1 as [Invoice Number],&lt;BR /&gt; @4 as [Invoice Date],&lt;BR /&gt; @5 as [Net Amt],&lt;BR /&gt; @6 as [Gross Amt],&lt;BR /&gt; FROM&lt;BR /&gt; [$(vFile)]&lt;BR /&gt; (txt, codepage is 1252, no labels, delimiter is '\t');&lt;BR /&gt;Next&lt;/P&gt;&lt;P&gt;The text file are huge in size and number so the script takes a long time to load. Also I have to load every text again if I want the full picture of data. So, what I want to do is to create another script that reads all of the text files and outputs the aggregated result in on QVD file. This I hope would speed things up! Any suggestions?&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 15:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-QVDs-from-Text-Files-Script/m-p/160901#M34995</guid>
      <dc:creator />
      <dc:date>2010-05-21T15:12:58Z</dc:date>
    </item>
    <item>
      <title>Create QVDs from Text Files Script</title>
      <link>https://community.qlik.com/t5/QlikView/Create-QVDs-from-Text-Files-Script/m-p/160902#M34996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not just Text files,&lt;/P&gt;&lt;P&gt;for any format, I would assume creation of QVDs is the best approach.&lt;/P&gt;&lt;P&gt;Even better would be to read everything from the text file.&lt;/P&gt;&lt;P&gt;Then if you have any calculations to be done, then do it from the resident table and then store into a QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 15:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-QVDs-from-Text-Files-Script/m-p/160902#M34996</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-05-21T15:16:50Z</dc:date>
    </item>
    <item>
      <title>Re. :Create QVDs from Text Files Script</title>
      <link>https://community.qlik.com/t5/QlikView/Create-QVDs-from-Text-Files-Script/m-p/160903#M34997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try to store a QVD without aggregate and look if it's fast or not.&lt;/P&gt;&lt;P&gt;To create a qvd :&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Store invoiceDate Into InvoiceData.qvd;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 15:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-QVDs-from-Text-Files-Script/m-p/160903#M34997</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-21T15:18:07Z</dc:date>
    </item>
  </channel>
</rss>

