<?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: incremental load implementation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/incremental-load-implementation/m-p/1527464#M747486</link>
    <description>&lt;P&gt;&lt;SPAN&gt;please help&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Marcus_sommer&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2019 07:14:29 GMT</pubDate>
    <dc:creator>sakshikaul</dc:creator>
    <dc:date>2019-01-08T07:14:29Z</dc:date>
    <item>
      <title>incremental load implementation</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-implementation/m-p/1527449#M747485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to implement increment load. current scenario is as follows :-&lt;/P&gt;&lt;P&gt;I have full load file and source is FTP, and All incremental Files are also created on daily basis in same folder where full load is kept(source&amp;nbsp; ftp). All incremental file only contains the changed record not the full record. earlier I handed the same by concatenating all the files like below:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following are the folders on FTP:-&lt;/P&gt;&lt;P&gt;Material_Master_full:&lt;BR /&gt;LOAD distinct MATERIAL,&lt;BR /&gt;COST,&lt;BR /&gt;MRP,&lt;BR /&gt;ChangeDt&lt;BR /&gt;FROM&lt;BR /&gt;[ftp://userid:userpass@10.47.77.207/IFR/IAP/QLK/MAT_MAS/MAT_MAS_full_000009.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;concatenate(&lt;SPAN&gt;Material_Master_full)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Material_Master_full:&lt;BR /&gt;LOAD distinct MATERIAL,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;COST,&lt;BR /&gt;MRP,&lt;BR /&gt;ChangeDt&lt;BR /&gt;FROM&lt;BR /&gt;[ftp://userID:userPass@10.47.77.207/IFR/IAP/QLK/MAT_MAS/MAT_MAS_20190108_000012.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but since there are files which are created on daily basis so its not feasible to implement the same like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so what's the other way out to implement the same (Incremental load ). Please Help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paint.png" style="width: 458px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3242i77DA85D39D5C3EA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="paint.png" alt="paint.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-implementation/m-p/1527449#M747485</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load implementation</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-implementation/m-p/1527464#M747486</link>
      <description>&lt;P&gt;&lt;SPAN&gt;please help&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Marcus_sommer&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 07:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-implementation/m-p/1527464#M747486</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-08T07:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load implementation</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-implementation/m-p/1527712#M747487</link>
      <description>&lt;P&gt;You could use&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;DoDir.qvs script (available on git&amp;nbsp;&lt;A href="https://github.com/QlikDeploymentFramework/Qlik-Deployment-Framework/releases/tag/v.1.7.2" target="_blank"&gt;https://github.com/QlikDeploymentFramework/Qlik-Deployment-Framework/releases/tag/v.1.7.2&lt;/A&gt;), to get all files on your ftp and loop around it, since you don't know specifically what name your file could take.&lt;/P&gt;&lt;P&gt;Next on, you'd have to check which files you'd already read (could be a simple qvd saying which file you read with a flag for example) and do whatever requirement you need next.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 12:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-implementation/m-p/1527712#M747487</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2019-01-08T12:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load implementation</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-implementation/m-p/1528124#M747488</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;File name (nominclature ) is same for the files which I will get as incremental load&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 05:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-implementation/m-p/1528124#M747488</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-09T05:18:54Z</dc:date>
    </item>
  </channel>
</rss>

