<?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 xml file from server to local qvw document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-xml-file-from-server-to-local-qvw-document/m-p/1114111#M635255</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;I have tried to load the data from xml. PFA&lt;/P&gt;&lt;P&gt;Please check this app what you are missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using "Webfiles" Load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 06:09:38 GMT</pubDate>
    <dc:creator>muthukumar77</dc:creator>
    <dc:date>2016-06-15T06:09:38Z</dc:date>
    <item>
      <title>Loading xml file from server to local qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xml-file-from-server-to-local-qvw-document/m-p/1114110#M635254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to load an XML file stored on a server directly into a qvw document saved on my PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have full access to the server and there are not password restrictions on the XML. I am using a load statement in my script similar to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD field1, field2, field3&lt;/P&gt;&lt;P&gt;FROM [\\server_name\path\file_name.xml] (XmlSimple);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement does not produce any errors, however it does not load any data into my qvw document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I type in &lt;SPAN style="font-size: 13.3333px;"&gt;\\server_name\path\file_name.xml into a file explorer window I can access the xml doc just fine. &lt;/SPAN&gt;What am I missing that will allow me to load this file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 18:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xml-file-from-server-to-local-qvw-document/m-p/1114110#M635254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T18:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xml file from server to local qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xml-file-from-server-to-local-qvw-document/m-p/1114111#M635255</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;I have tried to load the data from xml. PFA&lt;/P&gt;&lt;P&gt;Please check this app what you are missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using "Webfiles" Load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 06:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xml-file-from-server-to-local-qvw-document/m-p/1114111#M635255</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2016-06-15T06:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xml file from server to local qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xml-file-from-server-to-local-qvw-document/m-p/1114112#M635256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the specified file-format isn't quite correct and it is missing the table. The best way to get the syntax right is to use the table-wizard within the script-editor where you could choose xml as file-format to get a preview to the data and the data-structure and maybe an error-message if the xml isn't well-formed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 07:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xml-file-from-server-to-local-qvw-document/m-p/1114112#M635256</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-15T07:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Loading xml file from server to local qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-xml-file-from-server-to-local-qvw-document/m-p/1114113#M635257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus. The wizard was the way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Turns out there was a problem with a key field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 18:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-xml-file-from-server-to-local-qvw-document/m-p/1114113#M635257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-24T18:55:20Z</dc:date>
    </item>
  </channel>
</rss>

