<?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: Create new tasks using QEM Python API in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2452269#M11077</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182136"&gt;@kng&lt;/a&gt;&amp;nbsp;"&lt;EM&gt;Currently we don't have APIs to create task using Python API in QEM."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Shivananda, I do not understand this comment. &lt;STRONG&gt;import_task&lt;/STRONG&gt; is a fine API for create a task, is it not?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149217"&gt;@SushilKumar&lt;/a&gt;&amp;nbsp;"&lt;SPAN&gt;&lt;EM&gt;f there are lot of modification in term of tables and some manipulation then it recommends using GUI.&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I do not understand this comment either. IMHO the GUI is only good for small modifications. For large amount of changes a structured, managed, repeatable method through an API is the only way to go.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Specifically in the context of the original question "&amp;nbsp;&lt;EM&gt;I want to create 10 tasks using a previous task's export file&lt;/EM&gt;.&amp;nbsp;" Clearly there you want run a script over a source JSON, produce 10 similar but dedicated target JSON files/memory-objects and import those. Much better, safer, than repeating similar changes in a GUI where an unpredicted change may slip in.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 14:01:02 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2024-05-14T14:01:02Z</dc:date>
    <item>
      <title>Create new tasks using QEM Python API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2451628#M11055</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;using QEM's Python API is it possible to create new task using a previous task's export file. I want to create 10 tasks using a previous task's export file. I want to know if there is any function called create_task() or someway using which I can create task using python.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 08:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2451628#M11055</guid>
      <dc:creator>SreehariPV</dc:creator>
      <dc:date>2024-05-13T08:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create new tasks using QEM Python API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2451631#M11056</link>
      <description>&lt;P&gt;Hello Team,&lt;BR /&gt;Good Day&lt;/P&gt;
&lt;P&gt;Currently we don't have APIs to create task using Python API in QEM.&lt;/P&gt;
&lt;P&gt;Please refer the below link which briefs you about the API provided in QEM&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/November2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/Introduction/AEM_Intro.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/November2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/Introduction/AEM_Intro.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also w.r.t current python API supported in QEM&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/November2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/aem_python_api_intro.htm" target="_blank"&gt;Enterprise Manager Python API | Qlik Enterprise Manager Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;shivananda&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 08:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2451631#M11056</guid>
      <dc:creator>kng</dc:creator>
      <dc:date>2024-05-13T08:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create new tasks using QEM Python API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2451656#M11058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Use &lt;STRONG&gt;export_task&lt;/STRONG&gt; API to export your task definition. After modification, import them back using &lt;STRONG&gt;import_task&lt;/STRONG&gt; API. Does this solution address your issue?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 09:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2451656#M11058</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-05-13T09:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create new tasks using QEM Python API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2452006#M11068</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251822"&gt;@SreehariPV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add more to @DesmondWOO comment&amp;nbsp;is recommend approach where less modification is required . if there are lot of modification in term of tables and some manipulation then it recommends using GUI.&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;Sushil Kumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 06:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2452006#M11068</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-05-14T06:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create new tasks using QEM Python API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2452269#M11077</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182136"&gt;@kng&lt;/a&gt;&amp;nbsp;"&lt;EM&gt;Currently we don't have APIs to create task using Python API in QEM."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Shivananda, I do not understand this comment. &lt;STRONG&gt;import_task&lt;/STRONG&gt; is a fine API for create a task, is it not?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149217"&gt;@SushilKumar&lt;/a&gt;&amp;nbsp;"&lt;SPAN&gt;&lt;EM&gt;f there are lot of modification in term of tables and some manipulation then it recommends using GUI.&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I do not understand this comment either. IMHO the GUI is only good for small modifications. For large amount of changes a structured, managed, repeatable method through an API is the only way to go.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Specifically in the context of the original question "&amp;nbsp;&lt;EM&gt;I want to create 10 tasks using a previous task's export file&lt;/EM&gt;.&amp;nbsp;" Clearly there you want run a script over a source JSON, produce 10 similar but dedicated target JSON files/memory-objects and import those. Much better, safer, than repeating similar changes in a GUI where an unpredicted change may slip in.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 14:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2452269#M11077</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-05-14T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create new tasks using QEM Python API</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2452934#M11093</link>
      <description>&lt;P&gt;I have used python to combine tasks and move tasks from environment to environment by renaming certain values within the tasks json.&lt;/P&gt;
&lt;P&gt;If I understand your need correctly:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a simple task within the gui with one table and the common manipulations you need.&amp;nbsp; Export it out and this is now your template task&lt;/LI&gt;
&lt;LI&gt;Use python to add extra tables into the template and remove your "primer' table at the end if you don't need it&lt;/LI&gt;
&lt;LI&gt;Use the api import task to upload the newly created task's json&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope this helps out&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 23:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Create-new-tasks-using-QEM-Python-API/m-p/2452934#M11093</guid>
      <dc:creator>Jon_Donker</dc:creator>
      <dc:date>2024-05-15T23:22:48Z</dc:date>
    </item>
  </channel>
</rss>

