<?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 tExtractJSON where JSON return is 2 arrays in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276722#M52715</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for some help with extracting the data from the JSON return below.&amp;nbsp; I don't know if I need to do the extraction in 2 different tREST/tExtractJSON sections or if it can be done within.&amp;nbsp; I need id, name, state from the sprints sections and estimated.value, estimated.text, completed.value, completed.text from the velocityStatEntries section.&amp;nbsp; Any help would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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:59:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T03:59:48Z</dc:date>
    <item>
      <title>tExtractJSON where JSON return is 2 arrays</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276722#M52715</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for some help with extracting the data from the JSON return below.&amp;nbsp; I don't know if I need to do the extraction in 2 different tREST/tExtractJSON sections or if it can be done within.&amp;nbsp; I need id, name, state from the sprints sections and estimated.value, estimated.text, completed.value, completed.text from the velocityStatEntries section.&amp;nbsp; Any help would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276722#M52715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: tExtractJSON where JSON return is 2 arrays</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276723#M52716</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;Use two tExtractJson to extract data from each array, then, merge the output if needed. eg:&lt;BR /&gt;tRest--main--tReplicate--main--tExtractJsonField1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--main---tExtractJsonfField2&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 03:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276723#M52716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-28T03:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: tExtractJSON where JSON return is 2 arrays</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276724#M52717</link>
      <description>&lt;P&gt;The second set of values is dependent on the first.&amp;nbsp; If you look at my attached image this is not possible because I don't know the top level array value to be able to dig into each set.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 13:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276724#M52717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-02T13:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: tExtractJSON where JSON return is 2 arrays</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276725#M52718</link>
      <description>&lt;P&gt;How would I reunite the data after extracting it in this way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 14:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276725#M52718</guid>
      <dc:creator>laurbass</dc:creator>
      <dc:date>2020-07-14T14:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: tExtractJSON where JSON return is 2 arrays</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276726#M52719</link>
      <description>&lt;P&gt;As I know parent being different you can't fetch all fields into same table. Even I have this kind of requirement, Please let me know if you find out a solution for this&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 14:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tExtractJSON-where-JSON-return-is-2-arrays/m-p/2276726#M52719</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-07-16T14:46:35Z</dc:date>
    </item>
  </channel>
</rss>

