<?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 file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extract-Fields-from-json-file/m-p/2245078#M31046</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOjfAAG"&gt;@dadssia&lt;/A&gt;&amp;nbsp;, you need to call custom java code as routine and which you need to call in tjavarow to get the data out.&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 14:01:36 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-05-15T14:01:36Z</dc:date>
    <item>
      <title>Extract Fields from json file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-Fields-from-json-file/m-p/2245075#M31043</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have json file like this:&lt;/P&gt;&lt;P&gt;{"2020-04-28":&lt;BR /&gt;{&lt;BR /&gt;"37, N7L2H4, Carry, CHOPA, PLX": {&lt;BR /&gt;"inter_results": {&lt;BR /&gt;"inter_mark": "GITA"&lt;BR /&gt;,"down": null&lt;BR /&gt;,"up": null&lt;BR /&gt;,"wiki": {"included": "false", "options": ["RRR", "SSS","HHH"]}}&lt;/P&gt;&lt;P&gt;,"38, N5L2J4, HURT, SERRA, PZT": {&lt;BR /&gt;"inter_results": {&lt;BR /&gt;"inter_mark": "MARI"&lt;BR /&gt;,"down": "250"&lt;BR /&gt;,"up": "1250"&lt;BR /&gt;,"wiki": {"included": "true", "options": ["XXX", "YYY"]}}&lt;/P&gt;&lt;P&gt;,"39, N4L2H4, HIBA, FILA, PFG": {&lt;BR /&gt;"inter_results": {&lt;BR /&gt;"inter_mark": "HILO"&lt;BR /&gt;,"down": "100"&lt;BR /&gt;,"up": "250"&lt;BR /&gt;,"wiki": {"included": "true", "options": ["RTG", "VTH","HJI","JKL"]}}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;And i want extract the Values N7L2H4,N5L2J4,N4L2H4 from this json file using tFileInputJson with jsonPath...&lt;/P&gt;&lt;P&gt;Please help me to do that, i spend a time but i don't found the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-Fields-from-json-file/m-p/2245075#M31043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Fields from json file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-Fields-from-json-file/m-p/2245076#M31044</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOjfAAG"&gt;@dadssia&lt;/A&gt;, your json is invalid please validate in the below link.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://jsonlint.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jsonlint.com/&lt;/A&gt;&lt;/P&gt; 
&lt;PRE id="result" class="error"&gt;Error: Parse error on line 40:
...					}				}			}
------------------^
Expecting '}', ',', got 'EOF'&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 May 2020 08:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-Fields-from-json-file/m-p/2245076#M31044</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-13T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Fields from json file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-Fields-from-json-file/m-p/2245077#M31045</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOjfAAG"&gt;@dadssia&lt;/A&gt;&amp;nbsp;, that is part of JSON filed which wants to get it right with the existing component you cannot achieve this, you may need to write java code get field and subtract information which you want.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 14:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-Fields-from-json-file/m-p/2245077#M31045</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-13T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Fields from json file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-Fields-from-json-file/m-p/2245078#M31046</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOjfAAG"&gt;@dadssia&lt;/A&gt;&amp;nbsp;, you need to call custom java code as routine and which you need to call in tjavarow to get the data out.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 14:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-Fields-from-json-file/m-p/2245078#M31046</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-15T14:01:36Z</dc:date>
    </item>
  </channel>
</rss>

