<?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: Trying to read Json File in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2373506#M136222</link>
    <description>&lt;P&gt;This could be achieved using tFileInputJSON to read the json file and then use tExtractJSONFields to extract each node separately.&lt;/P&gt; 
&lt;P&gt;Sample job layout -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tExtractJSONField-1.JPG" style="width: 365px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz0b.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158113i804D9D968890EB3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz0b.jpg" alt="0683p000009Lz0b.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tFileInputJSON-1.JPG" style="width: 624px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lywk.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152321iADC86B75017EBC38/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lywk.jpg" alt="0683p000009Lywk.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tExtractJSONField-2.JPG" style="width: 657px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz0g.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140248iA5605CA8FAC7F6B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz0g.jpg" alt="0683p000009Lz0g.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2018 16:33:46 GMT</pubDate>
    <dc:creator>iamabhishek</dc:creator>
    <dc:date>2018-07-30T16:33:46Z</dc:date>
    <item>
      <title>Trying to read Json File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2373505#M136221</link>
      <description>&lt;DIV class="lia-quilt-row lia-quilt-row-header"&gt; 
 &lt;DIV class="lia-quilt-column lia-quilt-column-12 lia-quilt-column-right lia-quilt-column-header-right"&gt; 
  &lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt; 
   &lt;DIV class="lia-message-post-date lia-component-post-date"&gt;
     Hi Experts, 
   &lt;/DIV&gt; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt; 
&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt; 
 &lt;DIV class="lia-quilt-column lia-quilt-column-18 lia-quilt-column-left lia-quilt-column-main-left"&gt; 
  &lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt; 
   &lt;DIV class="lia-message-body lia-tooltip-trigger"&gt; 
    &lt;DIV class="lia-message-body-content"&gt; 
     &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
     &lt;P&gt;I am learning Talend and Struggling with the below Scenario.&lt;/P&gt; 
     &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
     &lt;P&gt;I have an JSON input file which i am unable to read using Talend.&lt;/P&gt; 
     &lt;P&gt;I tried JSON Path,Xpath, but its not working.&lt;/P&gt; 
     &lt;P&gt;Can any anyone help me out regarding this issue.&lt;/P&gt; 
     &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
     &lt;P&gt;The JSON file :&lt;/P&gt; 
     &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
     &lt;P&gt;{"CustomersInfo":[{"Customers":"{\"CustomerName\":\"DATA-27368-Imp Org1\",\"CustomerTypeCode\":\"ORGANIZATION\",\"Address\":\"DATA-27368-1-100 Oracle Parkway\",\"SiteIdentifyingAddressIndicator\":\"Y\",\"CustomerAccountTypeName\":[],\"AccountNumber\":\"DATA-27368-1-ACCT-1\"}"},{"Customers":"{\"CustomerName\":\"Demo Customer\",\"CustomerTypeCode\":\"ORGANIZATION\",\"Address\":\"Any Street 123\",\"SiteIdentifyingAddressIndicator\":\"Y\",\"CustomerAccountTypeName\":\"External\",\"AccountNumber\":\"8002\"}"}]}&lt;/P&gt; 
    &lt;/DIV&gt; 
   &lt;/DIV&gt; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Jul 2018 19:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2373505#M136221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-27T19:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to read Json File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2373506#M136222</link>
      <description>&lt;P&gt;This could be achieved using tFileInputJSON to read the json file and then use tExtractJSONFields to extract each node separately.&lt;/P&gt; 
&lt;P&gt;Sample job layout -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tExtractJSONField-1.JPG" style="width: 365px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz0b.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158113i804D9D968890EB3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz0b.jpg" alt="0683p000009Lz0b.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tFileInputJSON-1.JPG" style="width: 624px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lywk.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152321iADC86B75017EBC38/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lywk.jpg" alt="0683p000009Lywk.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tExtractJSONField-2.JPG" style="width: 657px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz0g.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140248iA5605CA8FAC7F6B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz0g.jpg" alt="0683p000009Lz0g.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 16:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2373506#M136222</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-07-30T16:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to read Json File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2373507#M136223</link>
      <description>&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;Thanks for your solution, it help me alot&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 13:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2373507#M136223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T13:39:58Z</dc:date>
    </item>
  </channel>
</rss>

