<?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 How to read JSON file with multiple arrays in a node in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-JSON-file-with-multiple-arrays-in-a-node/m-p/2267894#M46625</link>
    <description>&lt;P&gt;I am using Talend for BigData 6.3.1 and trying to read JSON file with below format using tFileInputJSON(JsonPath without Loop) and tExtractJSONFields(XPath). I am able to extract records up to one level but unable to split it further. Now I need help to extract data under the fields&amp;nbsp;&lt;STRONG&gt;rows, cells &lt;/STRONG&gt;and&lt;STRONG&gt; field_def.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Sample.json&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;{&lt;BR /&gt;columns {}&lt;BR /&gt;top_level_rows [1,2,...10]&lt;BR /&gt;rows:{&lt;BR /&gt;1 {&lt;BR /&gt;ref&lt;BR /&gt;child_refs -- empty array []&lt;BR /&gt;id&lt;BR /&gt;}&lt;BR /&gt;....&lt;BR /&gt;10 {&lt;BR /&gt;ref&lt;BR /&gt;parent_ref&lt;BR /&gt;child_refs&lt;BR /&gt;id&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;cells&lt;BR /&gt;[[ --(embedded array [])&lt;BR /&gt;[[&lt;BR /&gt;{&lt;BR /&gt;id&lt;BR /&gt;value&lt;BR /&gt;id&lt;BR /&gt;name&lt;BR /&gt;row&lt;BR /&gt;},&lt;BR /&gt;....&lt;BR /&gt;{&lt;BR /&gt;id&lt;BR /&gt;value&lt;BR /&gt;id&lt;BR /&gt;name&lt;BR /&gt;row&lt;BR /&gt;}&lt;BR /&gt;]],&lt;BR /&gt;[[&lt;BR /&gt;{&lt;BR /&gt;id&lt;BR /&gt;value&lt;BR /&gt;id&lt;BR /&gt;name&lt;BR /&gt;row&lt;BR /&gt;},&lt;BR /&gt;....&lt;BR /&gt;{&lt;BR /&gt;id&lt;BR /&gt;value&lt;BR /&gt;id&lt;BR /&gt;name&lt;BR /&gt;row&lt;BR /&gt;}&lt;BR /&gt;]],, ....&lt;BR /&gt;]]&lt;BR /&gt;field_def:&lt;BR /&gt;{&lt;BR /&gt;11: {&lt;BR /&gt;ref&lt;BR /&gt;table&lt;BR /&gt;}&lt;BR /&gt;.....&lt;BR /&gt;20: {&lt;BR /&gt;ref&lt;BR /&gt;table&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new to Talend and need help to proceed. I googled a lot but unable to find anything for such scenarios.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Keerthi&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:26:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:26:40Z</dc:date>
    <item>
      <title>How to read JSON file with multiple arrays in a node</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-JSON-file-with-multiple-arrays-in-a-node/m-p/2267894#M46625</link>
      <description>&lt;P&gt;I am using Talend for BigData 6.3.1 and trying to read JSON file with below format using tFileInputJSON(JsonPath without Loop) and tExtractJSONFields(XPath). I am able to extract records up to one level but unable to split it further. Now I need help to extract data under the fields&amp;nbsp;&lt;STRONG&gt;rows, cells &lt;/STRONG&gt;and&lt;STRONG&gt; field_def.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Sample.json&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;{&lt;BR /&gt;columns {}&lt;BR /&gt;top_level_rows [1,2,...10]&lt;BR /&gt;rows:{&lt;BR /&gt;1 {&lt;BR /&gt;ref&lt;BR /&gt;child_refs -- empty array []&lt;BR /&gt;id&lt;BR /&gt;}&lt;BR /&gt;....&lt;BR /&gt;10 {&lt;BR /&gt;ref&lt;BR /&gt;parent_ref&lt;BR /&gt;child_refs&lt;BR /&gt;id&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;cells&lt;BR /&gt;[[ --(embedded array [])&lt;BR /&gt;[[&lt;BR /&gt;{&lt;BR /&gt;id&lt;BR /&gt;value&lt;BR /&gt;id&lt;BR /&gt;name&lt;BR /&gt;row&lt;BR /&gt;},&lt;BR /&gt;....&lt;BR /&gt;{&lt;BR /&gt;id&lt;BR /&gt;value&lt;BR /&gt;id&lt;BR /&gt;name&lt;BR /&gt;row&lt;BR /&gt;}&lt;BR /&gt;]],&lt;BR /&gt;[[&lt;BR /&gt;{&lt;BR /&gt;id&lt;BR /&gt;value&lt;BR /&gt;id&lt;BR /&gt;name&lt;BR /&gt;row&lt;BR /&gt;},&lt;BR /&gt;....&lt;BR /&gt;{&lt;BR /&gt;id&lt;BR /&gt;value&lt;BR /&gt;id&lt;BR /&gt;name&lt;BR /&gt;row&lt;BR /&gt;}&lt;BR /&gt;]],, ....&lt;BR /&gt;]]&lt;BR /&gt;field_def:&lt;BR /&gt;{&lt;BR /&gt;11: {&lt;BR /&gt;ref&lt;BR /&gt;table&lt;BR /&gt;}&lt;BR /&gt;.....&lt;BR /&gt;20: {&lt;BR /&gt;ref&lt;BR /&gt;table&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new to Talend and need help to proceed. I googled a lot but unable to find anything for such scenarios.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Keerthi&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-JSON-file-with-multiple-arrays-in-a-node/m-p/2267894#M46625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to read JSON file with multiple arrays in a node</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-JSON-file-with-multiple-arrays-in-a-node/m-p/2267895#M46626</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please try to two tExtractJSONField components in your job design.&lt;/P&gt; 
&lt;P&gt;Could you please take a look at this topic about:&lt;A title="https://community.talend.com/t5/Design-and-Development/JSON-Array-values-to-Rows-is-there-a-better-way/m-p/52229" href="https://community.talend.com/t5/Design-and-Development/JSON-Array-values-to-Rows-is-there-a-better-way/m-p/52229" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/JSON-Array-values-to-Rows-is-there-a-better-way/m-p/52229&lt;/A&gt; to see if it is OK with your use case?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 04:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-JSON-file-with-multiple-arrays-in-a-node/m-p/2267895#M46626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T04:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to read JSON file with multiple arrays in a node</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-JSON-file-with-multiple-arrays-in-a-node/m-p/2267896#M46627</link>
      <description>&lt;P&gt;Thanks Sabrina. This link help me to understand further.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Perfect solution I was looking for is in&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D73p000004kZRvCAM#M97394" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Parsing-JSON-with-tExtractJSONFields/m-p/159610#M97394&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Just posting here so that it might help others&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 15:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-JSON-file-with-multiple-arrays-in-a-node/m-p/2267896#M46627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T15:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to read JSON file with multiple arrays in a node</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-JSON-file-with-multiple-arrays-in-a-node/m-p/2267897#M46628</link>
      <description>&lt;P&gt;Thanks for cross-referencing and posting the solution&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 16:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-JSON-file-with-multiple-arrays-in-a-node/m-p/2267897#M46628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T16:44:27Z</dc:date>
    </item>
  </channel>
</rss>

