<?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 Append new data from incremental load to QVD without opening old QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Append-new-data-from-incremental-load-to-QVD-without-opening-old/m-p/531113#M688918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would wonder if there isn't any possibility in QliView to append new data to old QVD without a need to load the old QVD into memory, connect there new and old data and the save the new one table as QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I'm an old ABAPer and I'm using this line to achieve the same from abap. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET dataset_file FOR APPENDING IN TEXT MODE ENCODING NON-UNICODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should save time while synchronizing tables SAP and QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario: there are several files greater &amp;gt; 1GB.QVD&lt;/P&gt;&lt;P&gt;each time new records should be appended, 1GB old data should be read concatenated with new records and then saved as 1,1GB.&lt;/P&gt;&lt;P&gt;Then open 1,1GB, concatenate new records and save 1,2 GB. ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target should be to append just rows into old qvd. Something like&lt;/P&gt;&lt;P&gt;BINARY OUT new_records(qvw) into x.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 07:18:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-05T07:18:50Z</dc:date>
    <item>
      <title>Append new data from incremental load to QVD without opening old QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Append-new-data-from-incremental-load-to-QVD-without-opening-old/m-p/531113#M688918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would wonder if there isn't any possibility in QliView to append new data to old QVD without a need to load the old QVD into memory, connect there new and old data and the save the new one table as QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I'm an old ABAPer and I'm using this line to achieve the same from abap. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET dataset_file FOR APPENDING IN TEXT MODE ENCODING NON-UNICODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should save time while synchronizing tables SAP and QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario: there are several files greater &amp;gt; 1GB.QVD&lt;/P&gt;&lt;P&gt;each time new records should be appended, 1GB old data should be read concatenated with new records and then saved as 1,1GB.&lt;/P&gt;&lt;P&gt;Then open 1,1GB, concatenate new records and save 1,2 GB. ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target should be to append just rows into old qvd. Something like&lt;/P&gt;&lt;P&gt;BINARY OUT new_records(qvw) into x.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 07:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-new-data-from-incremental-load-to-QVD-without-opening-old/m-p/531113#M688918</guid>
      <dc:creator />
      <dc:date>2013-12-05T07:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Append new data from incremental load to QVD without opening old QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Append-new-data-from-incremental-load-to-QVD-without-opening-old/m-p/531114#M688919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;of course, the greates option would be still to use "where exists ()" command in order to simulate a behavior of a table with primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// is there any option to write an user dynamic library .dll for such a purposes?&lt;/P&gt;&lt;P&gt;open QVD in binary for appending mode where exists (%KEY_FIELD);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-new-data-from-incremental-load-to-QVD-without-opening-old/m-p/531114#M688919</guid>
      <dc:creator />
      <dc:date>2013-12-05T08:41:57Z</dc:date>
    </item>
  </channel>
</rss>

