<?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: Store date file into XML in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/1639630#M447093</link>
    <description>&lt;P&gt;XML is not available.&lt;/P&gt;&lt;P&gt;You can save it as a csv file.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;store mytable into myfile.txt (txt);&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 17:14:23 GMT</pubDate>
    <dc:creator>skamath1</dc:creator>
    <dc:date>2019-10-24T17:14:23Z</dc:date>
    <item>
      <title>Store date file into XML</title>
      <link>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/1639625#M447092</link>
      <description>&lt;P&gt;Is there any way to store the data into XML (just like qvd)?&lt;/P&gt;&lt;P&gt;If so, how?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 16:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/1639625#M447092</guid>
      <dc:creator>poluvidyasagar</dc:creator>
      <dc:date>2019-10-24T16:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Store date file into XML</title>
      <link>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/1639630#M447093</link>
      <description>&lt;P&gt;XML is not available.&lt;/P&gt;&lt;P&gt;You can save it as a csv file.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;store mytable into myfile.txt (txt);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 17:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/1639630#M447093</guid>
      <dc:creator>skamath1</dc:creator>
      <dc:date>2019-10-24T17:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Store date file into XML</title>
      <link>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/1639907#M447110</link>
      <description>&lt;P&gt;You could try it with qvx like:&lt;/P&gt;&lt;P&gt;store table into table.qvx &lt;STRONG&gt;(qvx)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 12:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/1639907#M447110</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-10-25T12:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Store date file into XML</title>
      <link>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/1642713#M447294</link>
      <description>&lt;P&gt;The second poster was correct on this one, here is the Help link behind things:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Store.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The only thing of which I can think would be to store to CSV and then if you have a third-party utility that can convert, you could use that, and you could write a .bat or .cmd and use Publisher to run that as a support task, best I idea I have on this one.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 20:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/1642713#M447294</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-04T20:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Store date file into XML</title>
      <link>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/2130520#M1224747</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;We've made 2 years ago a dynamic script that is creating an XML file, according to a tree structure definition, read from a set of 2 definition tables (XMLtables and XMLfields).&lt;BR /&gt;&lt;BR /&gt;It is using to store as a "fake" CSV, that actually has a full XML inside.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not always giving a perfect result ... &lt;BR /&gt;So we had to run an additional PY script to clean some messy characters afterwards.&lt;/P&gt;
&lt;P&gt;(Can create JSON as well)&lt;/P&gt;
&lt;P&gt;We are using this to create, quite fast, pretty big SAF-T.XML files.&lt;/P&gt;
&lt;P&gt;(Still tinkering from time to time)&lt;/P&gt;
&lt;P&gt;If somebody needs a Qlik script for creating complex XML or JSON , let us know !&lt;/P&gt;
&lt;P&gt;Sempre fi,&lt;BR /&gt;C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 21:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/2130520#M1224747</guid>
      <dc:creator>cotiso_hanganu</dc:creator>
      <dc:date>2023-10-20T21:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Store date file into XML</title>
      <link>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/2472867#M1225960</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;/P&gt;
&lt;P&gt;I'd be very interested to see how you build the script for creating a complex XML. I sent you a private message.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Marijn&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 08:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/2472867#M1225960</guid>
      <dc:creator>Marijn</dc:creator>
      <dc:date>2024-07-25T08:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Store date file into XML</title>
      <link>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/2472895#M1225961</link>
      <description>&lt;P&gt;&lt;EM&gt;Marijn was asking for help... they had a&amp;nbsp; Qlikview environment where they did the solution previuoulsy mentioned.&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;But after moving to Qlik Sense, they faced some issues in reusing the same approach.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Following is my answer, perhaps it is of use for others ,as well:&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Is it Sense Client Managed or Saas you are working now with ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is On Prem (Desktop/Server) you can still use the old ways, just convert to Scripting Legacy Mode.&lt;/P&gt;
&lt;P&gt;If it is SaaS or you don't want server running in Legacy Mode, you could use a Sense Desktop licensed from SaaS/OnPrem in Legacy Mode to do the CSV + BAT post processing for XML.&amp;nbsp;(Or perhaps a 2nd server in a Qlik Sense Server Cluster that is in legacy mode, but I am not sure if you can have a mixed Standard-Legacy Mode in a Cluster)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Have a look also at the new Qlik functions GetJson / SetJson that might help you create a JSON file that maybe can replace the XML...&amp;nbsp; or use a JSON to XML convertor afterwards....&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-date-file-into-XML/m-p/2472895#M1225961</guid>
      <dc:creator>cotiso_hanganu</dc:creator>
      <dc:date>2024-07-25T09:46:02Z</dc:date>
    </item>
  </channel>
</rss>

