<?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: Creating a table from a CSV file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360757#M133996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;store into &lt;SPAN style="color: #333333; font-size: 10pt;"&gt;C:\My Documents\Data\DB.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;just add (qvd) like above.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2012 13:31:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-20T13:31:22Z</dc:date>
    <item>
      <title>Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360753#M133992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I go about creating a table from a CSV file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading data from excel easily enables me to identify the table name from the worksheet name.&amp;nbsp; However, for CSV or txt files it's not so obvious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360753#M133992</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360754#M133993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u Attach the CSV file for which u r getting problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360754#M133993</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360755#M133994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no issues in uploading the CSV file to QlikView.&amp;nbsp; However, I want to create a table so I can store this data in a QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have multiple CSV files to feed into the QVD and my code is set up like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each vFileName in FileList ('C:\My Documents\Data\*.csv')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;FROM [$(vFileName)] (txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;NEXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;STORE tablename$ INTO C:\My Documents\Data\DB.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;DROP TABLE tablename$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;However, the tablename$ doesn't appear when I load the data in like an excel spreadsheet.&amp;nbsp; How do I go about storing each CSV file into a single QVD file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style=": ; color: #0000ff; font-size: 1;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360755#M133994</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360756#M133995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/rkapadia16" id="jive-6962128630918775329903"&gt;rkapadia16&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its very easy to create teables or whatever you want to create using csv ot txt files. when loading data just select from the file type delimited and then whater delimeter you are using in your csv you can select with embeded rows or whatever you want..hope it will guide you to the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360756#M133995</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360757#M133996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;store into &lt;SPAN style="color: #333333; font-size: 10pt;"&gt;C:\My Documents\Data\DB.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;just add (qvd) like above.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360757#M133996</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360758#M133997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the right syntax would be...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store * from &lt;SPAN style="color: #333333; font-size: 10pt;"&gt;tablename$&lt;/SPAN&gt; into &lt;SPAN style="color: #333333; font-size: 10pt;"&gt;C:\My Documents\Data\DB.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360758#M133997</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360759#M133998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I assign this to a table?&amp;nbsp; It's because in the loading script it doesn't tell me what the table name is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360759#M133998</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360760#M133999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can yourself assign table name...lets say you are creating a table name called Customer so on the script level you can do it like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load feild1, feild2,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from data.xlx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store * from Customer into Customer.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360760#M133999</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360761#M134000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Salman.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360761#M134000</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table from a CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360762#M134001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bitte schön:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-from-a-CSV-file/m-p/360762#M134001</guid>
      <dc:creator />
      <dc:date>2012-06-20T13:58:51Z</dc:date>
    </item>
  </channel>
</rss>

