<?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 a JSON response in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Parsing-a-JSON-response/m-p/2280898#M55601</link>
    <description>&lt;P&gt;Hi Community!&amp;nbsp; I'm trying to read Microsoft TFS data via APIs and I'm stuck...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Using a tRestClient, I'm calling an API that returns this data (obviously I've cleansed it a bit) :&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1_10_19__12_50_PM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1te.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151817iB8B32E1793199D7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1te.png" alt="0683p000009M1te.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The output I'm looking for is this:&lt;/P&gt; 
&lt;P&gt;ID, Rev, AreaPath, TeamProject, ...Description, url&lt;/P&gt; 
&lt;P&gt;20913, 2, name\\jack, Big Project, ...In Mobile only...,https:\\...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Bottom line...I need to create a database table and load it with this data.&amp;nbsp; The table should have a column for each "key" in this response from they key/value pairs&lt;/P&gt; 
&lt;P&gt;Please help...I'm banging my head here!&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Brad&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;UPDATE: I switched the tExtractJSONFields from Read By=JSON Path to Xpath and now it's working&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jan 2019 17:58:27 GMT</pubDate>
    <dc:creator>bradsheridan</dc:creator>
    <dc:date>2019-01-10T17:58:27Z</dc:date>
    <item>
      <title>Parsing a JSON response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-a-JSON-response/m-p/2280898#M55601</link>
      <description>&lt;P&gt;Hi Community!&amp;nbsp; I'm trying to read Microsoft TFS data via APIs and I'm stuck...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Using a tRestClient, I'm calling an API that returns this data (obviously I've cleansed it a bit) :&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1_10_19__12_50_PM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1te.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151817iB8B32E1793199D7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1te.png" alt="0683p000009M1te.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The output I'm looking for is this:&lt;/P&gt; 
&lt;P&gt;ID, Rev, AreaPath, TeamProject, ...Description, url&lt;/P&gt; 
&lt;P&gt;20913, 2, name\\jack, Big Project, ...In Mobile only...,https:\\...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Bottom line...I need to create a database table and load it with this data.&amp;nbsp; The table should have a column for each "key" in this response from they key/value pairs&lt;/P&gt; 
&lt;P&gt;Please help...I'm banging my head here!&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Brad&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;UPDATE: I switched the tExtractJSONFields from Read By=JSON Path to Xpath and now it's working&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 17:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-a-JSON-response/m-p/2280898#M55601</guid>
      <dc:creator>bradsheridan</dc:creator>
      <dc:date>2019-01-10T17:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing a JSON response</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-a-JSON-response/m-p/2280899#M55602</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/00539000006EEg9AAG"&gt;@bradsheridan&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Brad&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;UPDATE: I switched the tExtractJSONFields from Read By=JSON Path to Xpath and now it's working&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;Hi Brad, congratulations!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;it works with both and JSONPath and XPath, depends on personal preferences&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 03:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-a-JSON-response/m-p/2280899#M55602</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-01-15T03:51:15Z</dc:date>
    </item>
  </channel>
</rss>

