<?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: How to load multiple files n qlikview  from FTP (source)? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526135#M438426</link>
    <description>&lt;P&gt;Adjusting the date-format would be quite simple with: date(today()-$(i), 'YYYYMMDD') but there is a further numerical index included which looks quite random. This means you would need another loop to handle it.&lt;/P&gt;&lt;P&gt;From a technically point of view it's not too difficult to implement such nested loop which runs through n days and n index-values and tries to load each one as a file and skipped it if it failed but I think using a batch-statement to copy all files to a local storage and using there just a wildcard-load or a filelist() load would be easier and more performant. Therefore take a look on my suggestion from above again:&lt;/P&gt;&lt;PRE&gt;You need always some logic to create a full-path. If this isn't possible or to 
complex you must transfer all files from ftp to a local or network storage and 
could then make normal loads with wildcards and so on. For this you need 
(a triggered) batch-file (per execute statement) with a statement like this:

open YOURSERVER
USER
PASSWORD

lcd "D:\YOURTARGETPATH"
mget --include "*.csv"
bye
exit

Type "ftp" and "batch" in google and you will find many informations and examples.&lt;/PRE&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jan 2019 06:37:28 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-01-04T06:37:28Z</dc:date>
    <item>
      <title>How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514200#M436815</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to load multiple files of material master in qlikview. and source is FTP. .here in below image you can see there are multiple files ie full load and some changed records are also kept in the same folder. so how to hamdle the same ?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1281i55A4AF6D3FEEDCFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 12:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514200#M436815</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-29T12:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514293#M436820</link>
      <description>&lt;P&gt;Wildcard-loadings aren't possible with FTP. You need to use/create a full-filepath to the file by either duplicating your load-statement or creating them within a loop or you need to move all files to a local/network-storage (maybe with a batch). Here you will find some backgrounds and examples: &lt;A href="https://qliktech-public-v7.hosted.jivesoftware.com/message/500461#500461" target="_blank"&gt;For Each File in Filelist - FTP load is not working?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 13:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514293#M436820</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-11-29T13:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514606#M436859</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mean to say like this ?&lt;/P&gt;&lt;P&gt;Material_Master_full:&lt;BR /&gt;LOAD MATERIAL,&lt;BR /&gt;COLOR,&lt;BR /&gt;SIZE,&lt;BR /&gt;[Size Group],&lt;BR /&gt;Description,&lt;BR /&gt;COMPOSITION,&lt;BR /&gt;BRANDCD,&lt;BR /&gt;BRAND,&lt;BR /&gt;SEASON,&lt;BR /&gt;SEASONDESC,&lt;BR /&gt;THEME,&lt;BR /&gt;DELYCODE,&lt;BR /&gt;GENDER,&lt;BR /&gt;ProductHierarchy,&lt;BR /&gt;MaterialGroup,&lt;BR /&gt;[Core/Fashion],&lt;BR /&gt;FIT,&lt;BR /&gt;PATTERN,&lt;BR /&gt;[Key/NonKey],&lt;BR /&gt;RANGE,&lt;BR /&gt;ORIGIN,&lt;BR /&gt;[Top/Bottom],&lt;BR /&gt;SLEEVE,&lt;BR /&gt;NECK,&lt;BR /&gt;WEATHER,&lt;BR /&gt;OCCASSION,&lt;BR /&gt;CustomDesc,&lt;BR /&gt;MaterialGrp4,&lt;BR /&gt;MGRP4DESC,&lt;BR /&gt;EAN,&lt;BR /&gt;ALTEAN,&lt;BR /&gt;PurchaseGroup,&lt;BR /&gt;PurchaseGroupDesc,&lt;BR /&gt;CATEGORY,&lt;BR /&gt;SUBCAT,&lt;BR /&gt;BASECOMP,&lt;BR /&gt;MaterialType,&lt;BR /&gt;ValuationClass,&lt;BR /&gt;COST,&lt;BR /&gt;MRP,&lt;BR /&gt;ChangeDt&lt;BR /&gt;FROM&lt;BR /&gt;[ftp://ftpIPQ:ftpben16@10.47.77.207/IFR/IAP/QLK/MAT_MAS/MAT_MAS_FULL.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;concatenate(Material_Master_full)&lt;BR /&gt;LOAD MATERIAL,&lt;BR /&gt;COLOR,&lt;BR /&gt;SIZE,&lt;BR /&gt;[Size Group],&lt;BR /&gt;Description,&lt;BR /&gt;COMPOSITION,&lt;BR /&gt;BRANDCD,&lt;BR /&gt;BRAND,&lt;BR /&gt;SEASON,&lt;BR /&gt;SEASONDESC,&lt;BR /&gt;THEME,&lt;BR /&gt;DELYCODE,&lt;BR /&gt;GENDER,&lt;BR /&gt;ProductHierarchy,&lt;BR /&gt;MaterialGroup,&lt;BR /&gt;[Core/Fashion],&lt;BR /&gt;FIT,&lt;BR /&gt;PATTERN,&lt;BR /&gt;[Key/NonKey],&lt;BR /&gt;RANGE,&lt;BR /&gt;ORIGIN,&lt;BR /&gt;[Top/Bottom],&lt;BR /&gt;SLEEVE,&lt;BR /&gt;NECK,&lt;BR /&gt;WEATHER,&lt;BR /&gt;OCCASSION,&lt;BR /&gt;CustomDesc,&lt;BR /&gt;MaterialGrp4,&lt;BR /&gt;MGRP4DESC,&lt;BR /&gt;EAN,&lt;BR /&gt;ALTEAN,&lt;BR /&gt;PurchaseGroup,&lt;BR /&gt;PurchaseGroupDesc,&lt;BR /&gt;CATEGORY,&lt;BR /&gt;SUBCAT,&lt;BR /&gt;BASECOMP,&lt;BR /&gt;MaterialType,&lt;BR /&gt;ValuationClass,&lt;BR /&gt;COST,&lt;BR /&gt;MRP,&lt;BR /&gt;ChangeDt&lt;BR /&gt;FROM&lt;BR /&gt;[ftp://ftpIPQ:ftpben16@10.47.77.207/IFR/IAP/QLK/MAT_MAS/MAT_MAS_20181130_000005.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;store Material_Master_full into C:\Users\dmsadmin\Desktop\New folder\QVD\extract_qvd\Material_Master_Full.qvd;&lt;BR /&gt;drop table Material_Master_full;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 05:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514606#M436859</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-30T05:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514611#M436860</link>
      <description>&lt;P&gt;Yes, just duplicating the load-statements and concatenating the loads into a single table will work. By just a few loadings it's not very elegant but quite practically. If there are dozens or even more loadings then it would be useful to create some kind of loop or to move the files to a local storages - like hinted within the link above.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 06:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514611#M436860</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-11-30T06:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514613#M436861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.I have multiple files which are created on daily basis on ftp so I think concatenating the files is not a feasible method to handle these files in qlik view. So , need to use for each loop in this case. I want syntax for the same as the above link is showing some error. Please help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 06:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514613#M436861</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-11-30T06:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514673#M436864</link>
      <description>&lt;P&gt;Unfortunately seems this posting currently not be accessable within the new community-release - therefore the link to the old one which I could still access. Here now some copy &amp;amp; paste to the parts I related for:&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;Loads per FTP couldn't have wildcards in path or filename. Also functions like filetime() and filelist() won't be supported from ftp-protocoll. But you could generate a full-path in a variable per algorithm or per in-listing. Alternatively you could use a triggered batch-file (execute statement) with e.g. mget --include "*.csv".&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;It will depend from the names of your files. If the names contain the date you could try like this:&lt;/P&gt;&lt;P&gt;for i = 1 to 14&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFileName = FTPServer &amp;amp; Path &amp;amp; File_Prefix &amp;amp; date(today() - i, 'YYYY/MM/DD') &amp;amp; '.csv';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load * From $(vFileName) (txt, utf8, embedded labels, delimiter is '\t', msq);&lt;BR /&gt;next&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;You need always some logic to create a full-path. If this isn't possible or to complex you must transfer all files from ftp to a local or network storage and could then make normal loads with wildcards and so on. For this you need (a triggered) batch-file (per execute statement) with a statement like this:&lt;/P&gt;&lt;P&gt;open YOURSERVER&lt;BR /&gt;USER&lt;BR /&gt;PASSWORD&lt;/P&gt;&lt;P&gt;lcd "D:\YOURTARGETPATH"&lt;BR /&gt;mget --include "*.csv"&lt;BR /&gt;bye&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;Type "ftp" and "batch" in google and you will find many informations and examples.&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 08:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1514673#M436864</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-11-30T08:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525743#M438393</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;what all changes do I have to make in the following syntax ?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for i = 1 to 14&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFileName = FTPServer &amp;amp; Path &amp;amp; File_Prefix &amp;amp; date(today() - i, 'YYYY/MM/DD') &amp;amp; '.csv';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load * From $(vFileName) (txt, utf8, embedded labels, delimiter is '\t', msq);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is my path and Location as per Ftp&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="6" color="#FF9900"&gt;FROM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="6" color="#FF9900"&gt;[ftp://userid:userpassword10.47.77.207/IFR/IAP/QLK/MAT_MAS/MAT_MAS_FULL.txt]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="6" color="#FF9900"&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 11:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525743#M438393</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-03T11:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525767#M438395</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;can you please elaborate more on this topic ?&lt;/P&gt;&lt;P&gt;I need to use for loop so that multiple files which are created on daily basis can be loaded multiple times from Ftp in qlikview&amp;nbsp;&lt;/P&gt;&lt;P&gt;so How to write and handle the code for the same?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 11:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525767#M438395</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-03T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525775#M438396</link>
      <description>&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;set FTPServer = &lt;/SPAN&gt;ftp://userid:userpassword@10.47.77.207;&lt;SPAN&gt;&lt;BR /&gt;set Path = &lt;/SPAN&gt;/IFR/IAP/QLK/MAT_MAS/&lt;SPAN&gt;;&lt;BR /&gt;set File_Prefix = MAT_MAS_FULL;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for i = 1 to 14&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFileName = FTPServer &amp;amp; Path &amp;amp; File_Prefix &amp;amp; date(today() - i, 'YYYY/MM/DD') &amp;amp; '.txt';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;TRACE&lt;/STRONG&gt; $(vFileName);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // table: &lt;/SPAN&gt;&lt;SPAN&gt;Load * From $(vFileName) (txt,&lt;/SPAN&gt; codepage is 1252, &lt;SPAN&gt;embedded labels, delimiter is '|', msq);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;At first comment the load and look on the returns of TRACE (in log-file and/or progress-window) to adjust/ensure that your logic really returns a valid filepath.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 11:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525775#M438396</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-03T11:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525780#M438397</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;without loading a file its functioning&lt;/P&gt;&lt;P&gt;but when&amp;nbsp;I uncomment the table (refer following) its giving an error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;table:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Load * From $(vFileName) (txt,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;codepage is 1252,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;embedded labels, delimiter is '|', msq);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 11:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525780#M438397</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-03T11:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525795#M438400</link>
      <description>&lt;P&gt;Then is anything wrong with your filepath - you might need to adjust the formatting for the dates and/or the basic-date (if it's not today) and the loop-value and/or excluding weekends or other days which haven't a file and/or including ERRORMODE to skip missing files and/or adding brackets to the filepath if it includes spaces like &lt;STRONG&gt;[&lt;/STRONG&gt;&lt;SPAN&gt;$(vFileName)&lt;/SPAN&gt;&lt;STRONG&gt;]&lt;/STRONG&gt; or the fileformat is different in any way or ... just compare the output from TRACE with your existing files.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 12:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1525795#M438400</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-03T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526124#M438425</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;My file format on FTP&amp;nbsp; is as follows :-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paint.png" style="width: 616px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2993i6C27975D6FD2EC10/image-size/large?v=v2&amp;amp;px=999" role="button" title="paint.png" alt="paint.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;so I want to make changes accordingly in the script. How to add the timestamp after the date?&lt;/P&gt;&lt;P&gt;for i = 1 to 14&lt;BR /&gt;vFileName = FTPServer &amp;amp; Path &amp;amp; File_Prefix &amp;amp; date(today() - i, &lt;FONT color="#FF6600"&gt;'YYYYMMDD')&lt;/FONT&gt; &amp;amp; '.txt';&lt;BR /&gt;TRACE $(vFileName);&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 06:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526124#M438425</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-04T06:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526135#M438426</link>
      <description>&lt;P&gt;Adjusting the date-format would be quite simple with: date(today()-$(i), 'YYYYMMDD') but there is a further numerical index included which looks quite random. This means you would need another loop to handle it.&lt;/P&gt;&lt;P&gt;From a technically point of view it's not too difficult to implement such nested loop which runs through n days and n index-values and tries to load each one as a file and skipped it if it failed but I think using a batch-statement to copy all files to a local storage and using there just a wildcard-load or a filelist() load would be easier and more performant. Therefore take a look on my suggestion from above again:&lt;/P&gt;&lt;PRE&gt;You need always some logic to create a full-path. If this isn't possible or to 
complex you must transfer all files from ftp to a local or network storage and 
could then make normal loads with wildcards and so on. For this you need 
(a triggered) batch-file (per execute statement) with a statement like this:

open YOURSERVER
USER
PASSWORD

lcd "D:\YOURTARGETPATH"
mget --include "*.csv"
bye
exit

Type "ftp" and "batch" in google and you will find many informations and examples.&lt;/PRE&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 06:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526135#M438426</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-04T06:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526141#M438428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following code is working fine but still have a confusion....&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;Folllowing is the Full file load present on Ftp&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Material_Master_full:&lt;BR /&gt;LOAD distinct&lt;BR /&gt;MATERIAL,&lt;BR /&gt;COLOR,&lt;BR /&gt;SIZE,&lt;BR /&gt;[Size Group],&lt;BR /&gt;Description,&lt;BR /&gt;COMPOSITION,&lt;BR /&gt;BRANDCD,&lt;BR /&gt;BRAND,&lt;BR /&gt;SEASON,&lt;BR /&gt;SEASONDESC,&lt;BR /&gt;THEME,&lt;BR /&gt;DELYCODE,&lt;BR /&gt;GENDER,&lt;BR /&gt;ProductHierarchy,&lt;BR /&gt;MaterialGroup,&lt;BR /&gt;[Core/Fashion],&lt;BR /&gt;FIT,&lt;BR /&gt;PATTERN,&lt;BR /&gt;[Key/NonKey],&lt;BR /&gt;RANGE,&lt;BR /&gt;ORIGIN,&lt;BR /&gt;[Top/Bottom],&lt;BR /&gt;SLEEVE,&lt;BR /&gt;NECK,&lt;BR /&gt;WEATHER,&lt;BR /&gt;OCCASSION,&lt;BR /&gt;CustomDesc,&lt;BR /&gt;MaterialGrp4,&lt;BR /&gt;MGRP4DESC,&lt;BR /&gt;EAN,&lt;BR /&gt;ALTEAN,&lt;BR /&gt;PurchaseGroup,&lt;BR /&gt;PurchaseGroupDesc,&lt;BR /&gt;CATEGORY,&lt;BR /&gt;SUBCAT,&lt;BR /&gt;BASECOMP,&lt;BR /&gt;MaterialType,&lt;BR /&gt;ValuationClass,&lt;BR /&gt;COST,&lt;BR /&gt;MRP,&lt;BR /&gt;ChangeDt&lt;BR /&gt;FROM&lt;BR /&gt;[ftp://userid:userpass16@10.47.77.207/IFR/IAP/QLK/MAT_MAS/MAT_MAS_FULL.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;Now I want to run the incremental load (as stated earlier also). The incremental load files are also created on daily basis which contains only the changed record on Ftp in same folder(format is&amp;nbsp;&lt;SPAN&gt;MAT_MAS/MAT_MAS_20190104_000012)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so I want to handle this incremental load in Qlikview ,so for that firstly I need to load the full load file from Ftp and then have to load other files which contains the changed records (present on same Ftp(in same folder where full load is kept).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So how to Implement the same?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What changes should be done in script?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set FTPServer = ftp://ftpIPQ:ftpben16@10.47.77.207;&lt;BR /&gt;set Path = /IFR/IAP/QLK/MAT_MAS/;&lt;BR /&gt;set File_Prefix = MAT_MAS_;&lt;BR /&gt;&lt;BR /&gt;for i = 1 to 30&lt;BR /&gt;vFileName = FTPServer &amp;amp; Path &amp;amp; File_Prefix &amp;amp; date(today(), 'YYYYMMDD_HHmmss') &amp;amp; '.txt';&lt;BR /&gt;TRACE $(vFileName);&lt;BR /&gt;Concatenate( Material_Master_full)&lt;BR /&gt;Material_Master_full:&lt;BR /&gt;LOAD MATERIAL,&lt;BR /&gt;COLOR,&lt;BR /&gt;SIZE,&lt;BR /&gt;[Size Group],&lt;BR /&gt;Description,&lt;BR /&gt;COMPOSITION,&lt;BR /&gt;BRANDCD,&lt;BR /&gt;BRAND,&lt;BR /&gt;SEASON,&lt;BR /&gt;SEASONDESC,&lt;BR /&gt;THEME,&lt;BR /&gt;DELYCODE,&lt;BR /&gt;GENDER,&lt;BR /&gt;ProductHierarchy,&lt;BR /&gt;MaterialGroup,&lt;BR /&gt;[Core/Fashion],&lt;BR /&gt;FIT,&lt;BR /&gt;PATTERN,&lt;BR /&gt;[Key/NonKey],&lt;BR /&gt;RANGE,&lt;BR /&gt;ORIGIN,&lt;BR /&gt;[Top/Bottom],&lt;BR /&gt;SLEEVE,&lt;BR /&gt;NECK,&lt;BR /&gt;WEATHER,&lt;BR /&gt;OCCASSION,&lt;BR /&gt;CustomDesc,&lt;BR /&gt;MaterialGrp4,&lt;BR /&gt;MGRP4DESC,&lt;BR /&gt;EAN,&lt;BR /&gt;ALTEAN,&lt;BR /&gt;PurchaseGroup,&lt;BR /&gt;PurchaseGroupDesc,&lt;BR /&gt;CATEGORY,&lt;BR /&gt;SUBCAT,&lt;BR /&gt;BASECOMP,&lt;BR /&gt;MaterialType,&lt;BR /&gt;ValuationClass,&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_20190104_000012.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 07:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526141#M438428</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-04T07:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526147#M438429</link>
      <description>&lt;P&gt;Following code is working fine but still have a confusion.&lt;/P&gt;&lt;P&gt;I have a query regarding the same. I am having a full load&amp;nbsp; which is present on FTP as follows. Now my main purpose is to implement the increment load and as mentioned earlier also all increment files are also created on daily basis on same ftp in same folder&amp;nbsp; where full load is kept.&lt;/P&gt;&lt;P&gt;Incremental load contains only the changed records. so i want to handle the incremental load&amp;nbsp; in my Qlikview. How to do the same ?&lt;/P&gt;&lt;P&gt;you want me to create another thread for the same&amp;nbsp; or else it will be solved in same thread??&lt;/P&gt;&lt;P&gt;I M IN LEARNING PHASE SO NEED&amp;nbsp; HELP AND WANT TO HANDLE INCREMENTAL&amp;nbsp; LOAD&amp;nbsp; FROM ftp INSTEAD OF LOCAL NETWORK. SO PLEASE HELP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Material_Master_full:&lt;BR /&gt;LOAD distinct&lt;BR /&gt;MATERIAL,&lt;BR /&gt;COLOR,&lt;BR /&gt;SIZE,&lt;BR /&gt;[Size Group],&lt;BR /&gt;Description,&lt;BR /&gt;COMPOSITION,&lt;BR /&gt;BRANDCD,&lt;BR /&gt;BRAND,&lt;BR /&gt;SEASON,&lt;BR /&gt;SEASONDESC,&lt;BR /&gt;THEME,&lt;BR /&gt;DELYCODE,&lt;BR /&gt;GENDER,&lt;BR /&gt;ProductHierarchy,&lt;BR /&gt;MaterialGroup,&lt;BR /&gt;[Core/Fashion],&lt;BR /&gt;FIT,&lt;BR /&gt;PATTERN,&lt;BR /&gt;[Key/NonKey],&lt;BR /&gt;RANGE,&lt;BR /&gt;ORIGIN,&lt;BR /&gt;[Top/Bottom],&lt;BR /&gt;SLEEVE,&lt;BR /&gt;NECK,&lt;BR /&gt;WEATHER,&lt;BR /&gt;OCCASSION,&lt;BR /&gt;CustomDesc,&lt;BR /&gt;MaterialGrp4,&lt;BR /&gt;MGRP4DESC,&lt;BR /&gt;EAN,&lt;BR /&gt;ALTEAN,&lt;BR /&gt;PurchaseGroup,&lt;BR /&gt;PurchaseGroupDesc,&lt;BR /&gt;CATEGORY,&lt;BR /&gt;SUBCAT,&lt;BR /&gt;BASECOMP,&lt;BR /&gt;MaterialType,&lt;BR /&gt;ValuationClass,&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.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set FTPServer = ftp://userid:userpass@10.47.77.207;&lt;BR /&gt;set Path = /IFR/IAP/QLK/MAT_MAS/;&lt;BR /&gt;set File_Prefix = MAT_MAS_;&lt;BR /&gt;&lt;BR /&gt;for i = 1 to 30&lt;BR /&gt;vFileName = FTPServer &amp;amp; Path &amp;amp; File_Prefix &amp;amp; date(today(), 'YYYYMMDD_HHmmss') &amp;amp; '.txt';&lt;BR /&gt;TRACE $(vFileName);&lt;BR /&gt;Concatenate( Material_Master_full)&lt;BR /&gt;Material_Master_full:&lt;BR /&gt;LOAD MATERIAL,&lt;BR /&gt;COLOR,&lt;BR /&gt;SIZE,&lt;BR /&gt;[Size Group],&lt;BR /&gt;Description,&lt;BR /&gt;COMPOSITION,&lt;BR /&gt;BRANDCD,&lt;BR /&gt;BRAND,&lt;BR /&gt;SEASON,&lt;BR /&gt;SEASONDESC,&lt;BR /&gt;THEME,&lt;BR /&gt;DELYCODE,&lt;BR /&gt;GENDER,&lt;BR /&gt;ProductHierarchy,&lt;BR /&gt;MaterialGroup,&lt;BR /&gt;[Core/Fashion],&lt;BR /&gt;FIT,&lt;BR /&gt;PATTERN,&lt;BR /&gt;[Key/NonKey],&lt;BR /&gt;RANGE,&lt;BR /&gt;ORIGIN,&lt;BR /&gt;[Top/Bottom],&lt;BR /&gt;SLEEVE,&lt;BR /&gt;NECK,&lt;BR /&gt;WEATHER,&lt;BR /&gt;OCCASSION,&lt;BR /&gt;CustomDesc,&lt;BR /&gt;MaterialGrp4,&lt;BR /&gt;MGRP4DESC,&lt;BR /&gt;EAN,&lt;BR /&gt;ALTEAN,&lt;BR /&gt;PurchaseGroup,&lt;BR /&gt;PurchaseGroupDesc,&lt;BR /&gt;CATEGORY,&lt;BR /&gt;SUBCAT,&lt;BR /&gt;BASECOMP,&lt;BR /&gt;MaterialType,&lt;BR /&gt;ValuationClass,&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_20190104_000012.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;next&lt;BR /&gt;exit script;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 07:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526147#M438429</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-04T07:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526166#M438430</link>
      <description>&lt;P&gt;I think a new thread for the incremental-task would be helpful because it's in generally independent from the source of data and the ftp-stuff will only confuse the readers.&lt;/P&gt;&lt;P&gt;If there are only new records which could be identified on a date an incremental approach is not very difficult but if there are changed and/or deleted records too it's more sophisticated - and to implement it within nested loops over a ftp-source made it not easier.&lt;/P&gt;&lt;P&gt;Therefore I suggest to consider at first if there are possibilities to change the source-data and/or the filenames (do you really need the times within it and/or could dates and times to be included within the data) and/or to reorganize the folder-structure in some way and/or other things which might be reducing the complexity and of the task as well as the needed resources of CPU, RAM, Network and run-times.&lt;/P&gt;&lt;P&gt;In the second half of the following posting you will find several examples and explanations to incremental loadings and exists() to keep qvd-loadings optimized and also the first half will with examples to loops and error-handling be quite helpful for you: &lt;A href="https://community.qlik.com/t5/QlikView-Documents/Advanced-topics-for-creating-a-qlik-datamodel/ta-p/1494747" target="_blank"&gt;Advanced-topics-for-creating-a-qlik-datamodel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 08:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526166#M438430</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-04T08:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526183#M438431</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Ok thanks,will create another thread for incremental load . As for now following solution is working fine&amp;nbsp; but you can see in the following image it is only picking up the latest file which I have uploaded in the script.&lt;/P&gt;&lt;P&gt;Now how will it work when the new file will be created tomorrow with the new date ie MAT_MAS_20190105_000012.txt. then will it take the current file automatically when the scheduler will run?&lt;/P&gt;&lt;P&gt;Just need to clear this scenario then will close this thread&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paint.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3003i54B337DF47E5F7D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="paint.png" alt="paint.png" /&gt;&lt;/span&gt;here is the code and execution script image&amp;nbsp;&lt;/P&gt;&lt;P&gt;set FTPServer = ftp://usrid:userpass@10.47.77.207;&lt;BR /&gt;set Path = /IFR/IAP/QLK/MAT_MAS/;&lt;BR /&gt;set File_Prefix = MAT_MAS_;&lt;BR /&gt;&lt;BR /&gt;for i = 1 to 30&lt;BR /&gt;vFileName = FTPServer &amp;amp; Path &amp;amp; File_Prefix &amp;amp; date(today(), 'YYYYMMDD_HHmmss') &amp;amp; '.txt';&lt;BR /&gt;TRACE $(vFileName);&lt;BR /&gt;&lt;BR /&gt;Material_Master_full:&lt;BR /&gt;LOAD MATERIAL,&lt;BR /&gt;COLOR,&lt;BR /&gt;SIZE,&lt;BR /&gt;[Size Group],&lt;BR /&gt;Description,&lt;BR /&gt;COMPOSITION,&lt;BR /&gt;BRANDCD,&lt;BR /&gt;BRAND,&lt;BR /&gt;SEASON,&lt;BR /&gt;SEASONDESC,&lt;BR /&gt;THEME,&lt;BR /&gt;DELYCODE,&lt;BR /&gt;GENDER,&lt;BR /&gt;ProductHierarchy,&lt;BR /&gt;MaterialGroup,&lt;BR /&gt;[Core/Fashion],&lt;BR /&gt;FIT,&lt;BR /&gt;PATTERN,&lt;BR /&gt;[Key/NonKey],&lt;BR /&gt;RANGE,&lt;BR /&gt;ORIGIN,&lt;BR /&gt;[Top/Bottom],&lt;BR /&gt;SLEEVE,&lt;BR /&gt;NECK,&lt;BR /&gt;WEATHER,&lt;BR /&gt;OCCASSION,&lt;BR /&gt;CustomDesc,&lt;BR /&gt;MaterialGrp4,&lt;BR /&gt;MGRP4DESC,&lt;BR /&gt;EAN,&lt;BR /&gt;ALTEAN,&lt;BR /&gt;PurchaseGroup,&lt;BR /&gt;PurchaseGroupDesc,&lt;BR /&gt;CATEGORY,&lt;BR /&gt;SUBCAT,&lt;BR /&gt;BASECOMP,&lt;BR /&gt;MaterialType,&lt;BR /&gt;ValuationClass,&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_&lt;FONT color="#FFFF00"&gt;20190104&lt;/FONT&gt;_000012.txt]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;next&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 09:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526183#M438431</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-04T09:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526191#M438433</link>
      <description>&lt;P&gt;No, it won't work because you don't cover the _000012 part of the filename. Your used formatting on today() will not return a time-part because there is none and you also couldn't use now() for it else you need a nested loop for this kind of approach, like:&lt;/P&gt;&lt;P&gt;for i = 1 to 14&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for ii = 1 to 60&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFileName = FTPServer &amp;amp; Path &amp;amp; File_Prefix &amp;amp; date(today() - i, 'YYYYMMDD') &amp;amp; '_0000' &amp;amp; num($(ii), '00') &amp;amp; '.txt';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;and you need to implement ERRORMODE to skip missing files respectively to skip the errors and continue with the next one.&lt;/P&gt;&lt;P&gt;To use such logic within incremental approaches is definitely not easy - therefore my above suggestion to consider each possible simplification before starting the technically work.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 09:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526191#M438433</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-04T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526199#M438435</link>
      <description>&lt;P&gt;can you please provide solution to "Need to implement ERRORMODE to skip missing files respectively to skip the errors and continue with the next one" ? s I am new to Qlik View So need help as I have no idea about the error handling part.&lt;/P&gt;&lt;P&gt;Thanks and Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 09:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526199#M438435</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-04T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple files n qlikview  from FTP (source)?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526204#M438438</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is this the syntax?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;set ErrorMode=0&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 09:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multiple-files-n-qlikview-from-FTP-source/m-p/1526204#M438438</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2019-01-04T09:56:50Z</dc:date>
    </item>
  </channel>
</rss>

