<?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 hi guys generic load with simple example?  thanks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hi-guys-generic-load-with-simple-example-thanks/m-p/611844#M1108599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys generic load with simple example?&amp;nbsp; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 17:03:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-06T17:03:33Z</dc:date>
    <item>
      <title>hi guys generic load with simple example?  thanks</title>
      <link>https://community.qlik.com/t5/QlikView/hi-guys-generic-load-with-simple-example-thanks/m-p/611844#M1108599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys generic load with simple example?&amp;nbsp; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 17:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hi-guys-generic-load-with-simple-example-thanks/m-p/611844#M1108599</guid>
      <dc:creator />
      <dc:date>2014-03-06T17:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: hi guys generic load with simple example?  thanks</title>
      <link>https://community.qlik.com/t5/QlikView/hi-guys-generic-load-with-simple-example-thanks/m-p/611845#M1108600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;you can see a example in the QlikView Reference Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;27 Evaluating the Loaded Data.&lt;/P&gt;&lt;P&gt;27.1 Generic Databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beste Regards.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 17:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hi-guys-generic-load-with-simple-example-thanks/m-p/611845#M1108600</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-03-06T17:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: hi guys generic load with simple example?  thanks</title>
      <link>https://community.qlik.com/t5/QlikView/hi-guys-generic-load-with-simple-example-thanks/m-p/611846#M1108601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="example"&gt;Esempi:&lt;/P&gt;&lt;P&gt;Differenti formati di file&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; * from data1.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; * from 'c:\userfiles\data1.csv' (ansi, txt, delimiter is ',', embedded labels);&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; * from 'c:\userfiles\data2.txt' (ansi, txt, delimiter is '\t', embedded labels);&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; * from file2.dif (ansi, dif, embedded labels);&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; @1:2 as ID, @3:25 as Name, @57:80 as City from data4.fix (ansi, fix, no labels, header is 0, record is 80);&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; * from C:\qdssamples\xyz.qvx (qvx);&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Selezionare alcuni campi, calcolare campi&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; FirstName, LastName, Number from data1.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; @1as A, @2 as B from data3.txt' (ansi, txt, delimiter is '\t', no labels);&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; FirstName&amp;amp;' '&amp;amp;LastName as Name from data1.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; Quantity, Price, Quantity*Price as Value from data1.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Selezionare alcuni record&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; distinct FirstName, LastName, Number from data1.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; * from Consumption.csv where Litres&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Caricare dati non nel file&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;Load&lt;/SPAN&gt; * Inline&lt;/P&gt;&lt;P class="Code"&gt;[CatID, Category&lt;/P&gt;&lt;P class="Code"&gt;0,Regular&lt;/P&gt;&lt;P class="Code"&gt;1,Occasional&lt;/P&gt;&lt;P class="Code"&gt;2,Permanent];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 17:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hi-guys-generic-load-with-simple-example-thanks/m-p/611846#M1108601</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-06T17:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: hi guys generic load with simple example?  thanks</title>
      <link>https://community.qlik.com/t5/QlikView/hi-guys-generic-load-with-simple-example-thanks/m-p/611847#M1108602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3020"&gt;Generic Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 17:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hi-guys-generic-load-with-simple-example-thanks/m-p/611847#M1108602</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-06T17:08:18Z</dc:date>
    </item>
  </channel>
</rss>

