<?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 read xml files in a loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451868#M168628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share sample ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2012 12:09:18 GMT</pubDate>
    <dc:creator>christophebrault</dc:creator>
    <dc:date>2012-10-25T12:09:18Z</dc:date>
    <item>
      <title>how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451863#M168623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;I got a QVW file&lt;/P&gt;&lt;P&gt;in the script I need to read 8000 xml files (all with the same structure)&lt;/P&gt;&lt;P&gt;i need to go to the folder path and read all xml files into qlikview&lt;/P&gt;&lt;P&gt;how can I accomplish this?&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 10:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451863#M168623</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2012-10-25T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451864#M168624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each File in filelist ('C:\myxmls\*.xml')&lt;/P&gt;&lt;P&gt;Load* from $(File) (XmlSimple, Table is &lt;TABLE&gt;);&lt;P&gt;&lt;/P&gt;&lt;P&gt;next File&lt;/P&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 10:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451864#M168624</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-25T10:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451865#M168625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got an error saying that Load all(*) is not allowed in this file type &lt;/P&gt;&lt;P&gt;Please check attached sample file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 11:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451865#M168625</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2012-10-25T11:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451866#M168626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the wizard Web Files to create a load statement for that xml file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 11:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451866#M168626</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-25T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451867#M168627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes but I got one issue&lt;/P&gt;&lt;P&gt;I got 8000 xml files&lt;/P&gt;&lt;P&gt;some files of these might contain additional tags than others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 11:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451867#M168627</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2012-10-25T11:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451868#M168628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share sample ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 12:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451868#M168628</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2012-10-25T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451869#M168629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do u want that additional tag as a field or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 12:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451869#M168629</guid>
      <dc:creator />
      <dc:date>2012-10-25T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451870#M168630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes check attached xml file in the beginning of the conversation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 12:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451870#M168630</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2012-10-25T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451871#M168631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes some xml files may contain additional tags as fields&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&amp;lt;fullName&amp;gt;Name of employee &amp;lt;/fullName&amp;gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another file may contain&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&amp;lt;fullName&amp;gt;Name of employee &amp;lt;/fullName&amp;gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&amp;lt;newTag&amp;gt;new information&amp;lt;/newTag&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 12:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451871#M168631</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2012-10-25T12:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451872#M168632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Access the menu script and search for the file by the command "FILES TABLE", load only one file so that the structure QLIKVIEW read this file and create a map. If other files have different fields, add these fields using as reference the map created in the script.&lt;/P&gt;&lt;P&gt;Change the the file path excluding the file name and indicate only the destination folder of all files to be loaded with the expression \ *. Xml.&lt;/P&gt;&lt;P&gt;If the file contains more than one table that requires connection, using the file name to create a key between the tables:&lt;/P&gt;&lt;P&gt;FileName (FILE) as key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jun 2013 23:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451872#M168632</guid>
      <dc:creator />
      <dc:date>2013-06-23T23:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451873#M168633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I understand your need, Ali.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did such a project some years ago (additionally to the dynamic XML structure parsing, we had also in the script a part that was identifying the new comers fields, or the disappearing ones) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is you request still relevant ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 09:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/451873#M168633</guid>
      <dc:creator>cotiso_hanganu</dc:creator>
      <dc:date>2016-08-01T09:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to read xml files in a loop</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/1583836#M443104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6522"&gt;@cotiso_hanganu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;i am in need of the solution that you explained above , could you help me and thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 10:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-read-xml-files-in-a-loop/m-p/1583836#M443104</guid>
      <dc:creator>consultant_bi</dc:creator>
      <dc:date>2019-05-23T10:20:32Z</dc:date>
    </item>
  </channel>
</rss>

