<?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: Serialize/Deserailize QVF to json using Python SSE in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1683658#M12471</link>
    <description>&lt;P&gt;Hi, is there any specific reason for you to use Python SSE?&lt;/P&gt;&lt;P&gt;We have an open source project that is designed specifically for this purpose:&amp;nbsp;&lt;A href="https://github.com/qlik-oss/corectl" target="_blank"&gt;https://github.com/qlik-oss/corectl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Essentially it's a command line tool to interact with QVF content, and it has two commands especially useful in your case: corectl build and corectl unbuild, where the latter command takes a QVF and gives your a folder containing all JSON properties of all objects (dimensions, measures, sheets, etc.), you can then use corectl build command to use that folder to produce QVFs at a later time.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2020 09:21:27 GMT</pubDate>
    <dc:creator>AndreeHansson</dc:creator>
    <dc:date>2020-03-11T09:21:27Z</dc:date>
    <item>
      <title>Serialize/Deserailize QVF to json using Python SSE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1683656#M12470</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to serialize and deserialize QVF to convert it to JSON and store in our git using Python SSE. Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1683656#M12470</guid>
      <dc:creator>saurau01</dc:creator>
      <dc:date>2024-11-16T03:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Serialize/Deserailize QVF to json using Python SSE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1683658#M12471</link>
      <description>&lt;P&gt;Hi, is there any specific reason for you to use Python SSE?&lt;/P&gt;&lt;P&gt;We have an open source project that is designed specifically for this purpose:&amp;nbsp;&lt;A href="https://github.com/qlik-oss/corectl" target="_blank"&gt;https://github.com/qlik-oss/corectl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Essentially it's a command line tool to interact with QVF content, and it has two commands especially useful in your case: corectl build and corectl unbuild, where the latter command takes a QVF and gives your a folder containing all JSON properties of all objects (dimensions, measures, sheets, etc.), you can then use corectl build command to use that folder to produce QVFs at a later time.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 09:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1683658#M12471</guid>
      <dc:creator>AndreeHansson</dc:creator>
      <dc:date>2020-03-11T09:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Serialize/Deserailize QVF to json using Python SSE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1683694#M12472</link>
      <description>&lt;P&gt;We tried unbuild it worked well, however while trying build, we get below error:&lt;/P&gt;&lt;DIV&gt;corectl build&lt;BR /&gt;Error: could not create/modify connection Invalid path: Invalid path (4 GENERIC INVALID PATH)&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Mar 2020 10:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1683694#M12472</guid>
      <dc:creator>saurau01</dc:creator>
      <dc:date>2020-03-11T10:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Serialize/Deserailize QVF to json using Python SSE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1685239#M12498</link>
      <description>&lt;P&gt;Hi there Saurau01, sorry for the late reply.&lt;BR /&gt;corectl can't necessarily retrieve all information needed for recreating connections as they might contain passwords and other sensitive information. I'm guessing this is the cause of your error.&lt;BR /&gt;&lt;BR /&gt;You can modify the connection files from unbuild to circumvent this.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 08:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1685239#M12498</guid>
      <dc:creator>dxa</dc:creator>
      <dc:date>2020-03-17T08:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Serialize/Deserailize QVF to json using Python SSE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1687211#M12534</link>
      <description>&lt;P&gt;Hi, Now we are able to perform both build &amp;amp; unbuild using corectl.&lt;/P&gt;&lt;P&gt;Till now we were connecting to engine of Qlik sense desktop to perform build &amp;amp; unbuild.&lt;/P&gt;&lt;P&gt;Now we are trying the same (build &amp;amp; unbuild) with Qlik Sense server but we are not sure how to pass the headers in corectl for NTLM authorization using userid &amp;amp; password to connect to engineAPI for build &amp;amp; unbuild.&lt;/P&gt;&lt;P&gt;Any help/clue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 08:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1687211#M12534</guid>
      <dc:creator>debdaz</dc:creator>
      <dc:date>2020-03-24T08:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Serialize/Deserailize QVF to json using Python SSE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1687221#M12535</link>
      <description>&lt;P&gt;I think you can do it in a couple of ways. Probably the easiest would be through "context login"&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;corectl context set myserver --engine https://url.to.server
corectl context login&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Or, if you've generated a JWT you can either create a context containing it or use it directly, I think the syntax is like this for headers (given that you have stored your JWT in environment variable, you can also just write it after bearer directly, but it's a bit harder to read):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;corectl --headers "Authorization"="Bearer $JWT"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Lastly, if the server is not behind a proxy, you can generate certificates on the Qlik Sense Enterprise on Windows, which you can put somewhere on you computer and use with --certificates flag:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;corectl --certificates ./path/to/certs&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Good luck, hope it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 09:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1687221#M12535</guid>
      <dc:creator>dxa</dc:creator>
      <dc:date>2020-03-24T09:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Serialize/Deserailize QVF to json using Python SSE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1839066#M15617</link>
      <description>&lt;P&gt;what is the procedure for unbuild? I was trying but I am getting right path&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 15:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/1839066#M15617</guid>
      <dc:creator>sap001</dc:creator>
      <dc:date>2021-09-24T15:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Serialize/Deserailize QVF to json using Python SSE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/2473232#M21008</link>
      <description>&lt;P&gt;For build can see data, and charts inside? For me, it will rebuild the qvf file, but it returns an empty file.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 13:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Serialize-Deserailize-QVF-to-json-using-Python-SSE/m-p/2473232#M21008</guid>
      <dc:creator>Jayaseelan_J</dc:creator>
      <dc:date>2024-07-26T13:20:16Z</dc:date>
    </item>
  </channel>
</rss>

