<?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: ETL possibilities in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426297#M698327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a QlikView document that loads the CSV file, connects to the SQL Server Express DB and does an SQL Insert into a table.&lt;/P&gt;&lt;P&gt;By default, database connections are opened in read-only mode but there's a checkbox you can check at the bottom of the script editor (last tab).&lt;/P&gt;&lt;P&gt;This .qvw file can then be scheduled like any other task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's by no means a unique QlikView capability though and the insert can be performed from an array of applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2013 10:09:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-02-12T10:09:00Z</dc:date>
    <item>
      <title>ETL possibilities</title>
      <link>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426296#M698326</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;I have a csv file that is automatically been filled by an application. The csv file has a fixed size. That means that if the file is full, the oldest data is overwritten. The data of that file needs to be stored in a SQL Server Express Database. So no possibility to use SSIS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, is it possible to this with Qlikview? If yes, can you create a job for it, like in SQL Server? I have read something about macro's, but don't know if it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426296#M698326</guid>
      <dc:creator />
      <dc:date>2013-02-11T19:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: ETL possibilities</title>
      <link>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426297#M698327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a QlikView document that loads the CSV file, connects to the SQL Server Express DB and does an SQL Insert into a table.&lt;/P&gt;&lt;P&gt;By default, database connections are opened in read-only mode but there's a checkbox you can check at the bottom of the script editor (last tab).&lt;/P&gt;&lt;P&gt;This .qvw file can then be scheduled like any other task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's by no means a unique QlikView capability though and the insert can be performed from an array of applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 10:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426297#M698327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-12T10:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: ETL possibilities</title>
      <link>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426298#M698328</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;Ok, I will give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 17:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426298#M698328</guid>
      <dc:creator />
      <dc:date>2013-02-12T17:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: ETL possibilities</title>
      <link>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426299#M698329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could use a free ETL tool like Pentaho Kettle to do this load and transformation into SQL Server. An SQL INSERT in QlikView script is possible but this can be done only record-wise in a loop adn you will get no response if it's succeeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 18:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426299#M698329</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-02-12T18:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: ETL possibilities</title>
      <link>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426300#M698330</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;Ok, this means that it is better to use another tool to do the ETL processing than&amp;nbsp; QV?&lt;/P&gt;&lt;P&gt;Or are there other opinions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 20:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426300#M698330</guid>
      <dc:creator />
      <dc:date>2013-02-12T20:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: ETL possibilities</title>
      <link>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426301#M698331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as you only pull and transform data into QlikView it is very powerful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 21:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ETL-possibilities/m-p/426301#M698331</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-02-12T21:54:24Z</dc:date>
    </item>
  </channel>
</rss>

