<?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 Can Qlik QVD upload directly to Postgres or redshift db as a new table in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-Qlik-QVD-upload-directly-to-Postgres-or-redshift-db-as-a-new/m-p/2535469#M3436</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one data model in app where I am cleaning and transforming some data which I want to store in Postgres or redshift database as a new table.&lt;/P&gt;&lt;P&gt;mostly preferring to load QVD directly into db table.&lt;/P&gt;&lt;P&gt;Can anyone suggest me a way. Thanks in Advance!!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajinkya&lt;/P&gt;</description>
    <pubDate>Thu, 06 Nov 2025 09:20:36 GMT</pubDate>
    <dc:creator>Ajinkya1</dc:creator>
    <dc:date>2025-11-06T09:20:36Z</dc:date>
    <item>
      <title>Can Qlik QVD upload directly to Postgres or redshift db as a new table</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-Qlik-QVD-upload-directly-to-Postgres-or-redshift-db-as-a-new/m-p/2535469#M3436</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one data model in app where I am cleaning and transforming some data which I want to store in Postgres or redshift database as a new table.&lt;/P&gt;&lt;P&gt;mostly preferring to load QVD directly into db table.&lt;/P&gt;&lt;P&gt;Can anyone suggest me a way. Thanks in Advance!!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajinkya&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 09:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-Qlik-QVD-upload-directly-to-Postgres-or-redshift-db-as-a-new/m-p/2535469#M3436</guid>
      <dc:creator>Ajinkya1</dc:creator>
      <dc:date>2025-11-06T09:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can Qlik QVD upload directly to Postgres or redshift db as a new table</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-Qlik-QVD-upload-directly-to-Postgres-or-redshift-db-as-a-new/m-p/2535474#M3437</link>
      <description>&lt;P&gt;You can load data into a database using the odbc connector adding one row at the time. The script could look something like this:&lt;/P&gt;&lt;P&gt;1. Load QVD data into a RESIDENT table&lt;/P&gt;&lt;P&gt;2. For each row in your resident table insert those into your sql table as below.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT face="courier new,courier"&gt;LIB CONNECT &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;TO&lt;/SPAN&gt; &lt;SPAN&gt;'database'&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SQL&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;INSERT INTO fieldA, fieldB VALUES ('&lt;SPAN&gt;fieldvalue_A_on_row_x&lt;/SPAN&gt;' , 'fieldvalue_B_on_row_x')&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;SPAN&gt;EXECUTE_NON_SELECT_QUERY; //Needed for non select queries with the odbc connector (&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/ODBC_connector_help/Content/Connectors_ODBC/How-to-load-without-SELECT.htm" target="_blank"&gt;link&lt;/A&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Disconnect;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;You could have a look at the old post by the Community MVP&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1336"&gt;@OmarBenSalem&lt;/a&gt;&amp;nbsp; from 2017 in order&amp;nbsp; to get inspiration on how to do the loop (he also shows a slightly different method using procedures creating the table and for performing the insert). Find it here:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents/Store-a-QlikSense-table-directly-into-an-SQL-table-using-the/ta-p/1485415" target="_blank"&gt;Store a QlikSense table directly into an SQL table using the script&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 09:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-Qlik-QVD-upload-directly-to-Postgres-or-redshift-db-as-a-new/m-p/2535474#M3437</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2025-11-06T09:42:52Z</dc:date>
    </item>
  </channel>
</rss>

