<?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: Load wildcard files in single table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7434#M1171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Marcus, that is the solution or renaming fields as you said before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2018 18:43:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-26T18:43:04Z</dc:date>
    <item>
      <title>Load wildcard files in single table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7430#M1167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want to load multiple files into one single "Orders" table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The code below loads everything but in several tables : Orders, Orders-1, Orders-2...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How can I force everything into a single table?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LET csvFiles='$(path)'&amp;amp;'*.xlsx';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;unqualify key;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Orders:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$(csvFiles)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is xxx);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 18:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7430#M1167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T18:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load wildcard files in single table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7431#M1168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;unqualify key;&lt;/STRONG&gt; has something to do with it as you probably have all your other fields qualified.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;¿Am I right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 20:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7431#M1168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T20:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load wildcard files in single table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7432#M1169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, if I write "unqualify *" (which is really not what I want to do), everything loads into a single "Orders" table.&lt;/P&gt;&lt;P&gt;But then it gets messy with the rest of my load (not shown here) as unwanted associations are created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can of course rename the fields directly, but there must be a way to combine the use of qualify/unqualify and wildcard files load, or isn't?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 09:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7432#M1169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-26T09:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load wildcard files in single table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7433#M1170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really want to qualify this table you will need to do it after the loop-load with an noconconatenate load on the loop-table which could be dropped afterwards. Of course this meant an additional load-step but this is one of many costs which you have to pay if you used qualifying especially if the aim is just to prevent unwanted connections - just my personal view on this matter ...&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, 26 Jan 2018 13:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7433#M1170</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-26T13:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load wildcard files in single table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7434#M1171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Marcus, that is the solution or renaming fields as you said before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 18:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7434#M1171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-26T18:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load wildcard files in single table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7435#M1172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus and Josefina, I ended up discarding the qualify and just renamed my fields one by one.&lt;/P&gt;&lt;P&gt;No more Orders duplicates:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 18:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-wildcard-files-in-single-table/m-p/7435#M1172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-26T18:52:47Z</dc:date>
    </item>
  </channel>
</rss>

