<?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 Loading numerous weekly flat files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371524#M839747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have flat files that needed to be loaded in weekly that have the same fields in each one but the date is different at the end. What would be the best way to load these in to a script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each ends with the month and the date the report was generated, so like this: download_intl_invoice_report_feb28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I load each week in without having to add it to the script each time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would do the current week and day thing but reports might not be pulled on the day they are generated each time, so they load would need to pick any recently added weeks to the dashboard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>khaycock</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371524#M839747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have flat files that needed to be loaded in weekly that have the same fields in each one but the date is different at the end. What would be the best way to load these in to a script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each ends with the month and the date the report was generated, so like this: download_intl_invoice_report_feb28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I load each week in without having to add it to the script each time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would do the current week and day thing but reports might not be pulled on the day they are generated each time, so they load would need to pick any recently added weeks to the dashboard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371524#M839747</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371525#M839749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield(filebasename(), '_', 5) as FileDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to extract feb28 from the filename. Another method might be to use the filetime with filetime().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 11:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371525#M839749</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-05T11:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371526#M839751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would I incorporate this with the load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 11:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371526#M839751</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-05-05T11:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371527#M839752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could it directly use within the load like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;load *, subfield(filebasename(), '_', 5) as FileDate, filetime() as FileTime&lt;/P&gt;&lt;P&gt;from Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 11:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371527#M839752</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-05T11:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371528#M839753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if I sound stupid but I'm struggling to understand what this does? Why am I creating a field for the file? I want to make it so the source is flexible each load to what it is loading in.. So if i have a file that is for Feb21 and Feb28, it loads the both in with the same piece of script rather than me having to add both and concatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 12:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371528#M839753</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-05-05T12:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371529#M839754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kathryn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds like you just want to load all files, regardless of their names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tablename:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;{fields in your table}&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;download_intl_invoice_report_&lt;/SPAN&gt;*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of wildcards in filenames is permitted, so this will load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;download_intl_invoice_report_feb28 as well as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;download_intl_invoice_report_dec01&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;With kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Ronald&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 12:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371529#M839754</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-05-05T12:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371530#M839755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide the relevant script-part to your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 13:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371530#M839755</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-05T13:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371531#M839756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is what I have currently:&lt;/P&gt;&lt;P&gt;Left join (Oracle)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Non-Blue Box' AS Type,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Account Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Number],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Amount Due], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Shipment Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Collection Record], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reference No.1],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reference No.2],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reference No.3],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reference No.2] &amp;amp; '_' &amp;amp; [Reference No.1] AS KEY1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ([Collection Date]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Net Charges] &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\..\Data\FlatFiles\ups_download_intl_invoice_report_Feb21.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join (Oracle)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Non-Blue Box' AS Type,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Account Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Number],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Amount Due], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Shipment Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Collection Record], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reference No.1],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reference No.2],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reference No.3],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reference No.2] &amp;amp; '_' &amp;amp; [Reference No.1] AS KEY1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ([Collection Date]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Net Charges] &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\..\Data\FlatFiles\ups_download_intl_invoice_report_Feb28.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But ideally I want to be able to load them all at once, with * or a variable or something that means I haven't got to add each week individually&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 13:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371531#M839756</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-05-05T13:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371532#M839757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could just use wildcards within the filename like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM [..\..\Data\FlatFiles\*.csv]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM [..\..\Data\FlatFiles\ups_download_intl_*_report_???*.csv]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 13:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371532#M839757</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-05T13:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371533#M839758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great thanks. I have a similar situation where I have data tables for each year and i only want to load from 2015 upwards. For example, the tables are called TABLE2015, TABLE2016 and TABLE2017. Can I use wildcards for these? There are also tables that have 2014 and 2013 data so I can't just do TABLE*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 09:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371533#M839758</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-05-08T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371534#M839759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you may use FILELIST():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH sFile IN FILELIST(MyFileSpecification)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF WILDMATCH ('$(sFile)', '*2015*', '*2016*') THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD ...... FROM $(sFile);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END IF&lt;/P&gt;&lt;P&gt;NEXT sFile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: Wildcards added&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 10:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371534#M839759</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-08T10:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371535#M839760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do i declare the location of the qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 10:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371535#M839760</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-05-09T10:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371536#M839761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may do it in the FILELIST, e.g.&lt;/P&gt;&lt;P&gt;FOR EACH sFile IN FILELIST('C:\TEMP\MyQVD*.QVD')&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you may use a variable (inputbox or via script):&lt;/P&gt;&lt;P&gt;LET sFilePattern = 'C:\TEMP\MyQVD*.QVD';&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;FOR EACH sFile IN FILELIST('$(sFilePattern)')&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 12:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371536#M839761</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-09T12:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371537#M839762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amazing thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371537#M839762</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-05-09T14:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371538#M839763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the thread resurrection. Is there a way to get these concatenated when loading this way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 14:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371538#M839763</guid>
      <dc:creator>ttollin11</dc:creator>
      <dc:date>2018-09-21T14:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Loading numerous weekly flat files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371539#M839764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as the table-structure is the same all files will be automatically concatenated. To ensure this you need to specify all needed fields instead of using a wildcard like: load * from ... so that no new field could disrupt your load-logic. If new fields should be included or there are some missing you need an explicit concatenate(Table) statement - created by a conditionally statement or even fix to an empty table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dummy: load 'dummy' as dummy autogenerate 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(dummy)&lt;/P&gt;&lt;P&gt;load YourLoadStuff ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop fields dummy;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 14:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-numerous-weekly-flat-files/m-p/1371539#M839764</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-21T14:15:08Z</dc:date>
    </item>
  </channel>
</rss>

