<?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: Loading of Data files with different Version Nr. in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Loading-of-Data-files-with-different-Version-Nr/m-p/1753501#M18845</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123984"&gt;@matamat2906&lt;/a&gt;&amp;nbsp; if field names are identical in all the files then you can simply use&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;STRONG&gt; XYZ_*&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;If field names are different then you may need to use loops&lt;/P&gt;</description>
    <pubDate>Sun, 18 Oct 2020 15:15:53 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-10-18T15:15:53Z</dc:date>
    <item>
      <title>Loading of Data files with different Version Nr.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Loading-of-Data-files-with-different-Version-Nr/m-p/1753497#M18843</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have more files that have same "Start name" but other "Ending" due to Upload number.&lt;/P&gt;&lt;P&gt;Exampel:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;XYZ_0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;XYZ_1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;XYZ_2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can make connection for every and that is not problem, but i have every day new Upload number and i need to figur out have can qlik load all of Data that have "XYZ_".&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Loading-of-Data-files-with-different-Version-Nr/m-p/1753497#M18843</guid>
      <dc:creator>matamat2906</dc:creator>
      <dc:date>2024-11-16T17:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Loading of Data files with different Version Nr.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Loading-of-Data-files-with-different-Version-Nr/m-p/1753499#M18844</link>
      <description>&lt;P&gt;Use for each loop... See below blog for further help..&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Loops-in-the-Script/ba-p/1473543" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Loops-in-the-Script/ba-p/1473543&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 14:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Loading-of-Data-files-with-different-Version-Nr/m-p/1753499#M18844</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2020-10-18T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading of Data files with different Version Nr.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Loading-of-Data-files-with-different-Version-Nr/m-p/1753501#M18845</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123984"&gt;@matamat2906&lt;/a&gt;&amp;nbsp; if field names are identical in all the files then you can simply use&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;STRONG&gt; XYZ_*&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;If field names are different then you may need to use loops&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 15:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Loading-of-Data-files-with-different-Version-Nr/m-p/1753501#M18845</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-18T15:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Loading of Data files with different Version Nr.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Loading-of-Data-files-with-different-Version-Nr/m-p/1753523#M18846</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thx for you suggestions, i have made it with FOR..NEXT.. (see the pic).&lt;/P&gt;&lt;P&gt;I have one more question how it can work in a case of skipped Upload number?!&lt;/P&gt;&lt;P&gt;Exampel: upload number &lt;STRONG&gt;1&lt;/STRONG&gt; is missing:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;XYZ_0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;XYZ_2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;XYZ_3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kr,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 19:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Loading-of-Data-files-with-different-Version-Nr/m-p/1753523#M18846</guid>
      <dc:creator>matamat2906</dc:creator>
      <dc:date>2020-10-18T19:23:48Z</dc:date>
    </item>
  </channel>
</rss>

