<?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 Incremental Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1748484#M590502</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I was hoping someone would be able to take a look at my incremental load scenario below and advise why my script for it is not working please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;My scenario is:&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to analyse our delivery notes raised and the date the delivery is requested for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our database for example we have the fields;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="312"&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Delivery Note Number&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="312"&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Requested Delivery Date&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="312"&gt;&lt;P&gt;12345&lt;/P&gt;&lt;/TD&gt;&lt;TD width="312"&gt;&lt;P&gt;10/09/2020&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="312"&gt;&lt;P&gt;12346&lt;/P&gt;&lt;/TD&gt;&lt;TD width="312"&gt;&lt;P&gt;11/09/2020&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="312"&gt;&lt;P&gt;12347&lt;/P&gt;&lt;/TD&gt;&lt;TD width="312"&gt;&lt;P&gt;11/09/2020&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On our IT system, users can amend the Requested Delivery Date. The problem is in our database, the record for Requested Delivery Date is updated, not a new record inserted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to capture daily only those Delivery Note Numbers where the Requested Delivery Date has changed from the previous days, as well as new records, and get a new record for each inserted into my QVD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;My current process:&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am using a concatenation of “Delivery Note Number”&amp;amp;“Requested Delivery Date” (so for example 1234510/09/2020) as my unique key for each field.&lt;/P&gt;&lt;P&gt;So each day I get the data, taking the new Key Field and trying to get it to insert those that do not already exist in my QVD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;Attached Script:&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Initial Incremental Load&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This is my first grab of our data and my base table to check if record already exists&lt;/LI&gt;&lt;LI&gt;This performs my SQL, getting my fields and creating my key field and stores as DATA_Incremental.QVD&lt;/LI&gt;&lt;LI&gt;This reload I have only done the once, it is not on a reload schedule&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Scheduled Incremental Load&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This reloads every day and grabs the same data as the above&lt;/LI&gt;&lt;LI&gt;Concatenates with the DATA_Incremental.QVD and inserts only those records where the key fields does not exist.&lt;/LI&gt;&lt;LI&gt;It then saves it as my Incremental_To_Use.QVD (this is the one I am using)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:53:22 GMT</pubDate>
    <dc:creator>mattdt1811</dc:creator>
    <dc:date>2024-11-15T23:53:22Z</dc:date>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1748484#M590502</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I was hoping someone would be able to take a look at my incremental load scenario below and advise why my script for it is not working please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;My scenario is:&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to analyse our delivery notes raised and the date the delivery is requested for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our database for example we have the fields;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="312"&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Delivery Note Number&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="312"&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Requested Delivery Date&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="312"&gt;&lt;P&gt;12345&lt;/P&gt;&lt;/TD&gt;&lt;TD width="312"&gt;&lt;P&gt;10/09/2020&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="312"&gt;&lt;P&gt;12346&lt;/P&gt;&lt;/TD&gt;&lt;TD width="312"&gt;&lt;P&gt;11/09/2020&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="312"&gt;&lt;P&gt;12347&lt;/P&gt;&lt;/TD&gt;&lt;TD width="312"&gt;&lt;P&gt;11/09/2020&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On our IT system, users can amend the Requested Delivery Date. The problem is in our database, the record for Requested Delivery Date is updated, not a new record inserted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to capture daily only those Delivery Note Numbers where the Requested Delivery Date has changed from the previous days, as well as new records, and get a new record for each inserted into my QVD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;My current process:&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am using a concatenation of “Delivery Note Number”&amp;amp;“Requested Delivery Date” (so for example 1234510/09/2020) as my unique key for each field.&lt;/P&gt;&lt;P&gt;So each day I get the data, taking the new Key Field and trying to get it to insert those that do not already exist in my QVD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;Attached Script:&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Initial Incremental Load&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This is my first grab of our data and my base table to check if record already exists&lt;/LI&gt;&lt;LI&gt;This performs my SQL, getting my fields and creating my key field and stores as DATA_Incremental.QVD&lt;/LI&gt;&lt;LI&gt;This reload I have only done the once, it is not on a reload schedule&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Scheduled Incremental Load&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This reloads every day and grabs the same data as the above&lt;/LI&gt;&lt;LI&gt;Concatenates with the DATA_Incremental.QVD and inserts only those records where the key fields does not exist.&lt;/LI&gt;&lt;LI&gt;It then saves it as my Incremental_To_Use.QVD (this is the one I am using)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1748484#M590502</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2024-11-15T23:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1749003#M590503</link>
      <description>&lt;P&gt;the logic looks sound to me.&amp;nbsp; of course teh command&lt;/P&gt;&lt;P&gt;STORE TABLE INTO DATA_Incremental.QVD;&lt;/P&gt;&lt;P&gt;was just a typo rt?&lt;/P&gt;&lt;P&gt;can you pls describe what the outcome is that you werent expecting?&amp;nbsp; why do you think your logic isnt working?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 19:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1749003#M590503</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-10-01T19:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1749521#M590504</link>
      <description>&lt;P&gt;Hi Edwin,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I don't believe there is any typo as my various reports update all ok.&lt;/P&gt;&lt;P&gt;It is very strange because I have a few instances on one of the very first reloads of "&lt;SPAN&gt;Scheduled Incremental Load" where it appears to have worked fine in another testing app I have but since then I only get one instance of each note number for subsequent reloads.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can see from the attached there have been 16,000+ notes raised since the last one it captured correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there perhaps some different logic I can try for my incremental load?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 08:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1749521#M590504</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2020-10-05T08:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1754874#M590505</link>
      <description>&lt;P&gt;Dropping the Help Doc for Incremental Load via QVD files, not sure whether you reviewed this or not, should provide some clarifications on how to approach things properly:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/QVD_Incremental.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/QVD_Incremental.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Including a Design Blog post too, it is geared toward Sense, but it may be helpful too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Overview-of-Qlik-Incremental-Loading/ba-p/1466780" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Overview-of-Qlik-Incremental-Loading/ba-p/1466780&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 10:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1754874#M590505</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-22T10:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1754896#M590506</link>
      <description>&lt;P&gt;Hi Brett,&lt;/P&gt;&lt;P&gt;Thanks for the links.&lt;/P&gt;&lt;P&gt;A contact at our Qlik partner was able to sort me out with the correct script (example below).&lt;/P&gt;&lt;P&gt;Will drop it here just in case someone else finds it useful. Seems to be working ok in the first few days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Original Data&lt;BR /&gt;RawData:&lt;BR /&gt;LOAD&lt;BR /&gt;NoteNumber &amp;amp;'|'&amp;amp;RequestedDate as Key1,&lt;BR /&gt;NoteNumber,&lt;BR /&gt;RequestedDate,&lt;BR /&gt;reloadDate&lt;BR /&gt;FROM&lt;BR /&gt;RawData.txt&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// SQL extract New records&lt;BR /&gt;NoConcatenate&lt;BR /&gt;RawDatatemp:&lt;BR /&gt;load *,NoteNumber &amp;amp;'|'&amp;amp;RequestedDate as Key, Timestamp((now(1))) as reloadDate&lt;BR /&gt;Inline&lt;BR /&gt;[NoteNumber, RequestedDate&lt;BR /&gt;3, 01/10/2020&lt;BR /&gt;4, 20/10/2020&lt;BR /&gt;5, 20/12/2020&lt;BR /&gt;6, 27/11/2020&lt;BR /&gt;7, 13/11/2020&lt;BR /&gt;]&lt;BR /&gt;where RequestedDate&amp;gt; date(now()) ;&lt;/P&gt;&lt;P&gt;// Check if in the original QVD&lt;BR /&gt;Concatenate(RawData)&lt;BR /&gt;//RawData:&lt;BR /&gt;load *,Key as Key1 Resident RawDatatemp&lt;BR /&gt;where not Exists(Key1, Key);&lt;/P&gt;&lt;P&gt;// clean up&lt;BR /&gt;drop table RawDatatemp;&lt;/P&gt;&lt;P&gt;drop field Key;&lt;/P&gt;&lt;P&gt;store RawData into RawData.txt (txt);&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 11:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1754896#M590506</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2020-10-22T11:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1763784#M590507</link>
      <description>&lt;P&gt;I cannot figure out why my QVD is not updating with new data. It looks like it works and the QVD even increases in size but the new data doesn't show up. Any diea?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/QVD-not-updating-with-appended-data/td-p/1762287" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/QVD-not-updating-with-appended-data/td-p/1762287&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//open existing QVD&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Fired:&lt;BR /&gt;LOAD EXP,&lt;BR /&gt;FIRING_RECORD,&lt;BR /&gt;EXP &amp;amp; '-' &amp;amp; RULE as %KEY_DOMAIN_RULE, //join to Rule table&lt;BR /&gt;RULE,&lt;BR /&gt;ALERT_DT_TM,&lt;BR /&gt;date(TRX_DATE, 'MM/DD/YYYY') as TRX_DATE,&lt;BR /&gt;// date(MonthName(TRX_DATE),'MM-YY') as TRX_DATE_MMYY,&lt;BR /&gt;RULE &amp;amp; '-' &amp;amp; date(MonthName(TRX_DATE),'MM-YY') as %KEY_RULE_TRX_DATE,&lt;BR /&gt;TRX_TIME,&lt;BR /&gt;ALERT,&lt;BR /&gt;FACILITY,&lt;BR /&gt;POSITION,&lt;BR /&gt;NURSE_UNIT,&lt;BR /&gt;ENCNTR_PRSNL_RELTN,&lt;BR /&gt;ALERT_RECIPIENT&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVD\01_Extract_QVD\Fired.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;where WildMatch(POSITION, '*PFS*')=0 ;&lt;/P&gt;&lt;P&gt;////New Incremental Load&lt;BR /&gt;//&lt;BR /&gt;//&lt;BR /&gt;////&lt;BR /&gt;//////check if source file exist&lt;BR /&gt;////&lt;/P&gt;&lt;P&gt;if $(vFileExists)= 0 then&lt;/P&gt;&lt;P&gt;//file exists&lt;/P&gt;&lt;P&gt;execute cmd.exe /c move /y "$(vFileName)" "$(FileDestination)";&lt;BR /&gt;//&lt;BR /&gt;//////load to previous data from QVD&lt;/P&gt;&lt;P&gt;Concatenate (Fired)&lt;BR /&gt;LOAD EXP,&lt;BR /&gt;FIRING_RECORD,&lt;BR /&gt;EXP &amp;amp; '-' &amp;amp; MODULE_NAME as %KEY_DOMAIN_RULE, //join to Rule table&lt;BR /&gt;MODULE_NAME as RULE,&lt;BR /&gt;ALERT_DT_TM,&lt;BR /&gt;date(ALERT_DT_TM, 'MM/DD/YYYY') as TRX_DATE,&lt;BR /&gt;// date(MonthName(TRX_DATE),'MM-YY') as TRX_DATE_MMYY,&lt;BR /&gt;MODULE_NAME &amp;amp; '-' &amp;amp; date(MonthName(ALERT_DT_TM),'MM-YY') as %KEY_RULE_TRX_DATE,&lt;BR /&gt;time(ALERT_DT_TM, 'MM/DD/YYYY') as TRX_TIME,&lt;BR /&gt;ALERT_TEMPLATE as ALERT,&lt;BR /&gt;FACILITY,&lt;BR /&gt;POSITION,&lt;BR /&gt;NURSE_UNIT,&lt;BR /&gt;ENCNTR_PRSNL_RELTN,&lt;BR /&gt;ALERT_RECIPIENT&lt;BR /&gt;FROM&lt;BR /&gt;[..\External_Data\1dho_uxp_ekm_alert_audit_*.csv]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq)&lt;BR /&gt;where NOT EXISTS(FIRING_RECORD) ;&lt;BR /&gt;//[..\QVD\01_Extract_QVD\Fired.qvd](qvd)&lt;BR /&gt;//and WildMatch(POSITION, '*PFS*')=0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;store Fired into ..\QVD\01_Extract_QVD\Fired.qvd (qvd);&lt;BR /&gt;//**/&lt;/P&gt;&lt;P&gt;//Load Modules files&lt;/P&gt;&lt;P&gt;EKS_MODULE_AUDIT:&lt;BR /&gt;LOAD MODULE_NAME as RULE,&lt;BR /&gt;if (wildmatch(MAINT_VALIDATION,'*EXPIRED*','*TESTING*'),'Inactive','Active') as RULE_STATUS,&lt;BR /&gt;// MODULE_NAME &amp;amp; '-' &amp;amp; date(MonthName(ALERT_DT_TM),'MM-YY') as %KEY_RULE_TRX_DATE,&lt;BR /&gt;EVOKES,&lt;BR /&gt;PURPOSE,&lt;BR /&gt;EXPLANATION,&lt;BR /&gt;CITATION,&lt;BR /&gt;QUERY,&lt;BR /&gt;IMPACT,&lt;BR /&gt;UPDT_DT_TM,&lt;BR /&gt;MAINT_INSTITUTION,&lt;BR /&gt;MAINT_AUTHOR,&lt;BR /&gt;MAINT_SPECIALIST,&lt;BR /&gt;DOMAIN&lt;BR /&gt;FROM&lt;BR /&gt;[..\External_Data\1dho_uxp_ekm_modules_*.csv]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;EKS_MODULE_AUDIT:&lt;BR /&gt;LOAD MODULE_NAME as RULE,&lt;BR /&gt;if (wildmatch(MAINT_VALIDATION,'*EXPIRED*','*TESTING*'),'Inactive','Active') as RULE_STATUS,&lt;BR /&gt;EVOKES,&lt;BR /&gt;PURPOSE,&lt;BR /&gt;EXPLANATION,&lt;BR /&gt;CITATION,&lt;BR /&gt;QUERY,&lt;BR /&gt;IMPACT,&lt;BR /&gt;UPDT_DT_TM,&lt;BR /&gt;MAINT_INSTITUTION,&lt;BR /&gt;MAINT_AUTHOR,&lt;BR /&gt;MAINT_SPECIALIST,&lt;BR /&gt;DOMAIN&lt;BR /&gt;FROM&lt;BR /&gt;[..\External_Data\1dho_uxp_ekm_modules_*.csv]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;////CB Move files once loaded&lt;BR /&gt;//&lt;/P&gt;&lt;P&gt;//&lt;BR /&gt;end if&lt;/P&gt;&lt;P&gt;execute cmd.exe /c move /y "..\External_Data\1dho_uxp_ekm_alert*.csv" "..\External_Data\OLD\";&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 16:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1763784#M590507</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2020-11-23T16:16:31Z</dc:date>
    </item>
  </channel>
</rss>

