<?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 Qlik Sense App Serialize / Deserialize TFS in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-App-Serialize-Deserialize-TFS/m-p/1324842#M7441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to add the Qlik Sense apps we have been developing into TFS for source control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - Does the SDK allow a way to serialize the .QVF files to JSON (or xml, etc). We could then use the serialized file to load into TFS ?&lt;/P&gt;&lt;P&gt;2-&amp;nbsp; On the same token, would it also support deserializing the app back to &lt;SPAN style="font-size: 13.3333px;"&gt;qlik's &lt;/SPAN&gt;original binary format, in case we would need a "Rollback" to a prior version ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2017 22:10:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-23T22:10:56Z</dc:date>
    <item>
      <title>Qlik Sense App Serialize / Deserialize TFS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-App-Serialize-Deserialize-TFS/m-p/1324842#M7441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to add the Qlik Sense apps we have been developing into TFS for source control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - Does the SDK allow a way to serialize the .QVF files to JSON (or xml, etc). We could then use the serialized file to load into TFS ?&lt;/P&gt;&lt;P&gt;2-&amp;nbsp; On the same token, would it also support deserializing the app back to &lt;SPAN style="font-size: 13.3333px;"&gt;qlik's &lt;/SPAN&gt;original binary format, in case we would need a "Rollback" to a prior version ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 22:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-App-Serialize-Deserialize-TFS/m-p/1324842#M7441</guid>
      <dc:creator />
      <dc:date>2017-05-23T22:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense App Serialize / Deserialize TFS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-App-Serialize-Deserialize-TFS/m-p/1324843#M7442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this: &lt;A href="https://github.com/mindspank/serializeapp" title="https://github.com/mindspank/serializeapp"&gt;GitHub - mindspank/serializeapp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 14:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-App-Serialize-Deserialize-TFS/m-p/1324843#M7442</guid>
      <dc:creator>tseebach</dc:creator>
      <dc:date>2017-10-19T14:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense App Serialize / Deserialize TFS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-App-Serialize-Deserialize-TFS/m-p/2040212#M18142</link>
      <description>&lt;P&gt;Serializeapp works with Qlik Sense desktop version. Is there any way to serialize qlik sense app present in qlik sense cloud?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 08:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-App-Serialize-Deserialize-TFS/m-p/2040212#M18142</guid>
      <dc:creator>Mansi1403</dc:creator>
      <dc:date>2023-02-21T08:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense App Serialize / Deserialize TFS</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-App-Serialize-Deserialize-TFS/m-p/2041071#M18155</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/218445"&gt;@Mansi1403&lt;/a&gt;&amp;nbsp;- you have a couple of native options in Qlik Cloud:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use Qlik-CLI to unbuild (and then rebuild) the app:&amp;nbsp;&lt;A href="https://qlik.dev/libraries-and-tools/qlik-cli/app-unbuild" target="_blank"&gt;https://qlik.dev/libraries-and-tools/qlik-cli/app-unbuild&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Use an application automation template to unbuild/rebuild the app, optionally also moving it to a version control repository (templates are available from within Qlik Cloud, or you can check out tutorials like this one&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-Set-load-script-in-Qlik-Sense-app/ta-p/1956230" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-Set-load-script-in-Qlik-Sense-app/ta-p/1956230&lt;/A&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can also use the APIs to build your own methods if these aren't sufficient.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 17:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-App-Serialize-Deserialize-TFS/m-p/2041071#M18155</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-02-22T17:22:42Z</dc:date>
    </item>
  </channel>
</rss>

