<?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 Extracting fileds from JSON file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extracting-fileds-from-JSON-file/m-p/2198632#M1886</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a input file with multiple JSON records as below. I need to load this file to DB tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;{&lt;BR /&gt;"EmpEntry":[&lt;BR /&gt;{&lt;BR /&gt;"Id":"11",&lt;BR /&gt;"Name":"ABC",&lt;BR /&gt;"JoinDate":"2018-11-05",&lt;BR /&gt;"JoinType":"FUNCTION",&lt;BR /&gt;"Mngr":"AAAAAAAAA",&lt;BR /&gt;"DIV":[&lt;BR /&gt;{&lt;BR /&gt;"SNo":1,&lt;BR /&gt;"acN":"103",&lt;BR /&gt;"AMNT":"55000.00",&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"SUBDIV":[&lt;BR /&gt;{&lt;BR /&gt;"SNo":7,&lt;BR /&gt;"acN":"211",&lt;BR /&gt;"AMNT":"5000.00",&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"SNo":3,&lt;BR /&gt;"acN":"212",&lt;BR /&gt;"AMNT":"50000.00",&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"status":"SUCCESS",&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am new to JSON file and in talend job, I have facing a scenario describe below:&lt;/P&gt;&lt;P&gt;For "Div" element, its "SUBDIV" records should display to seperate rows. DIV can have multiple SUBDIV entries in file.&lt;BR /&gt;Expected Output:&lt;/P&gt;&lt;P&gt;Id;Name;JoinDate;JoinType;mgr;DIV_Sno;DIV_ACN,DIV_AMNT;SUBDIV_Sno;SUBDIV_ACN,SUBDIV_AMNT;status&lt;BR /&gt;11;ABC;2018-11-05;FUNCTION;AAA;1;103;&lt;STRONG&gt;55000;7;211;5000;&lt;/STRONG&gt;SUCCESS&lt;BR /&gt;11;ABC;2018-11-05;FUNCTION;AAA;1;103;&lt;STRONG&gt;55000;3;212;50000&lt;/STRONG&gt;;SUCCESS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. SUBDIV should be display in separate rows.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2019 08:15:05 GMT</pubDate>
    <dc:creator>mks02</dc:creator>
    <dc:date>2019-12-05T08:15:05Z</dc:date>
    <item>
      <title>Extracting fileds from JSON file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-fileds-from-JSON-file/m-p/2198632#M1886</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a input file with multiple JSON records as below. I need to load this file to DB tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;{&lt;BR /&gt;"EmpEntry":[&lt;BR /&gt;{&lt;BR /&gt;"Id":"11",&lt;BR /&gt;"Name":"ABC",&lt;BR /&gt;"JoinDate":"2018-11-05",&lt;BR /&gt;"JoinType":"FUNCTION",&lt;BR /&gt;"Mngr":"AAAAAAAAA",&lt;BR /&gt;"DIV":[&lt;BR /&gt;{&lt;BR /&gt;"SNo":1,&lt;BR /&gt;"acN":"103",&lt;BR /&gt;"AMNT":"55000.00",&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"SUBDIV":[&lt;BR /&gt;{&lt;BR /&gt;"SNo":7,&lt;BR /&gt;"acN":"211",&lt;BR /&gt;"AMNT":"5000.00",&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"SNo":3,&lt;BR /&gt;"acN":"212",&lt;BR /&gt;"AMNT":"50000.00",&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"status":"SUCCESS",&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am new to JSON file and in talend job, I have facing a scenario describe below:&lt;/P&gt;&lt;P&gt;For "Div" element, its "SUBDIV" records should display to seperate rows. DIV can have multiple SUBDIV entries in file.&lt;BR /&gt;Expected Output:&lt;/P&gt;&lt;P&gt;Id;Name;JoinDate;JoinType;mgr;DIV_Sno;DIV_ACN,DIV_AMNT;SUBDIV_Sno;SUBDIV_ACN,SUBDIV_AMNT;status&lt;BR /&gt;11;ABC;2018-11-05;FUNCTION;AAA;1;103;&lt;STRONG&gt;55000;7;211;5000;&lt;/STRONG&gt;SUCCESS&lt;BR /&gt;11;ABC;2018-11-05;FUNCTION;AAA;1;103;&lt;STRONG&gt;55000;3;212;50000&lt;/STRONG&gt;;SUCCESS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. SUBDIV should be display in separate rows.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 08:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-fileds-from-JSON-file/m-p/2198632#M1886</guid>
      <dc:creator>mks02</dc:creator>
      <dc:date>2019-12-05T08:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting fileds from JSON file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-fileds-from-JSON-file/m-p/2198633#M1887</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;I believe you are looking for below solution.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8fE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153821iF6D3C54572A56222/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8fE.png" alt="0683p000009M8fE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The component details are as shown below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8fJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136013iB81305899EE86325/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8fJ.png" alt="0683p000009M8fJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8T2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157011i9EDB67D43B5EB2DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8T2.png" alt="0683p000009M8T2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8KJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145221i0DECCAEEAD342D7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8KJ.png" alt="0683p000009M8KJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Solution courtesy goes to&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;(&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrjDCAS" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/JSON-Array-values-to-Rows-is-there-a-better-way/td-p/52229&lt;/A&gt;)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 18:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-fileds-from-JSON-file/m-p/2198633#M1887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-05T18:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting fileds from JSON file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-fileds-from-JSON-file/m-p/2198634#M1888</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;, it worked for me.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 06:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-fileds-from-JSON-file/m-p/2198634#M1888</guid>
      <dc:creator>mks02</dc:creator>
      <dc:date>2019-12-06T06:19:28Z</dc:date>
    </item>
  </channel>
</rss>

