<?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 Parsing JSON data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-data/m-p/2284837#M58459</link>
    <description>&lt;P&gt;{&lt;BR /&gt;"ticket": {&lt;BR /&gt;&lt;BR /&gt;"id": 1111,&lt;BR /&gt;"external_value": null,&lt;BR /&gt;"ticket_data": {&lt;BR /&gt;"channel": "Online"&lt;BR /&gt;&lt;BR /&gt;},&lt;BR /&gt;"created_at": "2020-01-16",&lt;BR /&gt;"updated_at": "2020-01-16"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"ticket_fields": [&lt;BR /&gt;{&lt;BR /&gt;"id": 12345678,&lt;BR /&gt;"value": Hello&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"id": 245789345,&lt;BR /&gt;"value": Hi&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"id": 23145678,&lt;BR /&gt;"value": Need more info&lt;BR /&gt;},&lt;BR /&gt;&lt;BR /&gt;],&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the json data. I got the resolution to capture the data for id and channel through xpath using textractjsonfields however, I was unable to capture the data for ticket field id and values. I want to capture a specific id like "23145678" whose value is&amp;nbsp; "Need more info". Please suggest&amp;nbsp; on the same.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:21:40 GMT</pubDate>
    <dc:creator>sbhadra</dc:creator>
    <dc:date>2024-11-16T03:21:40Z</dc:date>
    <item>
      <title>Parsing JSON data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-data/m-p/2284837#M58459</link>
      <description>&lt;P&gt;{&lt;BR /&gt;"ticket": {&lt;BR /&gt;&lt;BR /&gt;"id": 1111,&lt;BR /&gt;"external_value": null,&lt;BR /&gt;"ticket_data": {&lt;BR /&gt;"channel": "Online"&lt;BR /&gt;&lt;BR /&gt;},&lt;BR /&gt;"created_at": "2020-01-16",&lt;BR /&gt;"updated_at": "2020-01-16"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"ticket_fields": [&lt;BR /&gt;{&lt;BR /&gt;"id": 12345678,&lt;BR /&gt;"value": Hello&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"id": 245789345,&lt;BR /&gt;"value": Hi&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"id": 23145678,&lt;BR /&gt;"value": Need more info&lt;BR /&gt;},&lt;BR /&gt;&lt;BR /&gt;],&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the json data. I got the resolution to capture the data for id and channel through xpath using textractjsonfields however, I was unable to capture the data for ticket field id and values. I want to capture a specific id like "23145678" whose value is&amp;nbsp; "Need more info". Please suggest&amp;nbsp; on the same.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-data/m-p/2284837#M58459</guid>
      <dc:creator>sbhadra</dc:creator>
      <dc:date>2024-11-16T03:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-data/m-p/2284838#M58460</link>
      <description>Hi
&lt;BR /&gt;Set the loop Jsonpath query as “/ticket/ticket_fields”, you should be able to extract the expected data.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 05 Feb 2020 07:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-JSON-data/m-p/2284838#M58460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-05T07:07:18Z</dc:date>
    </item>
  </channel>
</rss>

