<?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: extract fields from JSON and assign to globalmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/extract-fields-from-JSON-and-assign-to-globalmap/m-p/2285482#M59104</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLrIAAW"&gt;@desanip&lt;/A&gt;&amp;nbsp;, Realy not sure about you input json structure ,based on the inputput structure if you are getting json string as single column which you need to extract then you need to use tExtractJsonfields component.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 14:42:18 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-06-02T14:42:18Z</dc:date>
    <item>
      <title>extract fields from JSON and assign to globalmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-fields-from-JSON-and-assign-to-globalmap/m-p/2285479#M59101</link>
      <description>&lt;P&gt;Hello Talendians,&lt;/P&gt;
&lt;P&gt;How do i extract fields from JSON and assign it to globalmap so that i can reuse the values for later use in downstream components?&lt;/P&gt;
&lt;P&gt;Tinputfilejson--&amp;gt;TextractJSON--&amp;gt;Tlogrow--&amp;gt;tglobalmap.&lt;/P&gt;
&lt;P&gt;This is the data flow i designed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone explain me how i need to configure the json components?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My JSON File is as follows:&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;"name":"Corporation"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"data":{&lt;/P&gt;
&lt;P&gt;"category":"shopping",&lt;/P&gt;
&lt;P&gt;"type":"debit",&lt;/P&gt;
&lt;P&gt;"dsani":[&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;"dsani":{&lt;/P&gt;
&lt;P&gt;"name":"david",&lt;/P&gt;
&lt;P&gt;"occupation: "software engineer"&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;P&gt;},&lt;/P&gt;
&lt;P&gt;................Next few lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do i need to use json path withoutloop for this? If someone can share me example or a reference that would be great.&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 02:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-fields-from-JSON-and-assign-to-globalmap/m-p/2285479#M59101</guid>
      <dc:creator>desanip</dc:creator>
      <dc:date>2024-11-16T02:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: extract fields from JSON and assign to globalmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-fields-from-JSON-and-assign-to-globalmap/m-p/2285480#M59102</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLrIAAW"&gt;@desanip&lt;/A&gt;&amp;nbsp;, your design should be like below. you need to define the xloop path based on it it will extract the particular field from json and set it in global map.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tfileinputjson--&amp;gt;tLogrow--&amp;gt;tGlobalmap&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 05:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-fields-from-JSON-and-assign-to-globalmap/m-p/2285480#M59102</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-02T05:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: extract fields from JSON and assign to globalmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-fields-from-JSON-and-assign-to-globalmap/m-p/2285481#M59103</link>
      <description>Aren’t we supposed to use textractjsonfield component after input json.&lt;BR /&gt;&lt;BR /&gt;Can you take a look at my json file that I am trying to extract and would appreciate if you could show me how to configure this. Thanks</description>
      <pubDate>Tue, 02 Jun 2020 14:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-fields-from-JSON-and-assign-to-globalmap/m-p/2285481#M59103</guid>
      <dc:creator>desanip</dc:creator>
      <dc:date>2020-06-02T14:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: extract fields from JSON and assign to globalmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-fields-from-JSON-and-assign-to-globalmap/m-p/2285482#M59104</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLrIAAW"&gt;@desanip&lt;/A&gt;&amp;nbsp;, Realy not sure about you input json structure ,based on the inputput structure if you are getting json string as single column which you need to extract then you need to use tExtractJsonfields component.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 14:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-fields-from-JSON-and-assign-to-globalmap/m-p/2285482#M59104</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-02T14:42:18Z</dc:date>
    </item>
  </channel>
</rss>

