<?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: Put bundled rows into table in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Put-bundled-rows-into-table/m-p/1530622#M14510</link>
    <description>&lt;P&gt;For now I am using the load editor to load the BundledRows back from SSE to Qlik.&amp;nbsp;&lt;BR /&gt;I followed this &lt;A href="https://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-13-architecture-environment" target="_self"&gt;tutorial &lt;/A&gt;as a reference.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 19:00:37 GMT</pubDate>
    <dc:creator>pchen282</dc:creator>
    <dc:date>2019-01-15T19:00:37Z</dc:date>
    <item>
      <title>Put bundled rows into table</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Put-bundled-rows-into-table/m-p/1529123#M14509</link>
      <description>&lt;P&gt;Hello I'd like to take a list of JSON objects and put them into a table using python SSE.&amp;nbsp; I can put a test list of strings into a table by making each string a Dual and then rolling each Dual into a Row and then yielding the BundledRows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I can do:&lt;BR /&gt;string list -&amp;gt; Dual list -&amp;gt; Rows -&amp;gt; BundledRows&lt;BR /&gt;&lt;BR /&gt;I would like to do:&amp;nbsp;&lt;BR /&gt;JSON - &amp;gt; multiple string lists -&amp;gt; singular&amp;nbsp;&lt;SPAN&gt;string list -&amp;gt; Dual list -&amp;gt; Rows -&amp;gt; BundledRows&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;def _echo_table(request, context):
        values=['a', 'b', 'c']
        duals = []
        for v in values:
           dual_value = SSE.Dual(strData=v)
           duals.append(dual_value)
        print(duals)
        yield SSE.BundledRows(rows=[SSE.Row(duals=duals)])&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I've been using echo_table, and it can load the fields in the load editor. How can I update a table without using the load editor, similar to hello_world and hello_world_aggr ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Put-bundled-rows-into-table/m-p/1529123#M14509</guid>
      <dc:creator>pchen282</dc:creator>
      <dc:date>2024-11-16T21:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Put bundled rows into table</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Put-bundled-rows-into-table/m-p/1530622#M14510</link>
      <description>&lt;P&gt;For now I am using the load editor to load the BundledRows back from SSE to Qlik.&amp;nbsp;&lt;BR /&gt;I followed this &lt;A href="https://www.axisgroup.com/data-industry-insights-blog/qlik-sense-server-side-extensions-part-13-architecture-environment" target="_self"&gt;tutorial &lt;/A&gt;as a reference.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 19:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Put-bundled-rows-into-table/m-p/1530622#M14510</guid>
      <dc:creator>pchen282</dc:creator>
      <dc:date>2019-01-15T19:00:37Z</dc:date>
    </item>
  </channel>
</rss>

