<?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 Trying to read Json File in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2372220#M135083</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jul 2018 15:08:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-26T15:08:44Z</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/2372220#M135083</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 15:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2372220#M135083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T15:08:44Z</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/2372221#M135084</link>
      <description>&lt;P&gt;Hello,  I am not an exert but I played with such structure by using metadata ... I experimented more or less the same getting such json structure from a REST API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;first I start with notepad++  suppressing \ by empty caracters ... Then, quite often, do not ask me why, you have wrong " in some places : just before { or just after }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the end you have : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;	"CustomersInfo": [&lt;/P&gt;&lt;P&gt;		{&lt;/P&gt;&lt;P&gt;			"Customers": {&lt;/P&gt;&lt;P&gt;				"CustomerName": "DATA-27368-Imp Org1",&lt;/P&gt;&lt;P&gt;				"CustomerTypeCode": "ORGANIZATION",&lt;/P&gt;&lt;P&gt;				"Address": "DATA-27368-1-100 Oracle Parkway",&lt;/P&gt;&lt;P&gt;				"SiteIdentifyingAddressIndicator": "Y",&lt;/P&gt;&lt;P&gt;				"CustomerAccountTypeName": [],&lt;/P&gt;&lt;P&gt;				"AccountNumber": "DATA-27368-1-ACCT-1"&lt;/P&gt;&lt;P&gt;			}&lt;/P&gt;&lt;P&gt;		},&lt;/P&gt;&lt;P&gt;		{&lt;/P&gt;&lt;P&gt;			"Customers": {&lt;/P&gt;&lt;P&gt;				"CustomerName": "Demo Customer",&lt;/P&gt;&lt;P&gt;				"CustomerTypeCode": "ORGANIZATION",&lt;/P&gt;&lt;P&gt;				"Address": "Any Street 123",&lt;/P&gt;&lt;P&gt;				"SiteIdentifyingAddressIndicator": "Y",&lt;/P&gt;&lt;P&gt;				"CustomerAccountTypeName": "External",&lt;/P&gt;&lt;P&gt;				"AccountNumber": "8002"&lt;/P&gt;&lt;P&gt;			}&lt;/P&gt;&lt;P&gt;		}&lt;/P&gt;&lt;P&gt;	]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then I go to Json MetaData, create an input &lt;/P&gt;&lt;P&gt;then I continue ... &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I save it and reuse it in a tExtractJson ... and invalid caracters that we identified at the begining are no longer an issue ... again, do not asked me why ... but it works ... &lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 15:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2372221#M135084</guid>
      <dc:creator>DBLONDEL1643728674</dc:creator>
      <dc:date>2021-03-24T15:04:12Z</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/2372222#M135085</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000DtZNgAAN.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130976i1D4B5E6CACA2BEBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000DtZNgAAN.jpg" alt="0695b00000DtZNgAAN.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 15:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-read-Json-File/m-p/2372222#M135085</guid>
      <dc:creator>DBLONDEL1643728674</dc:creator>
      <dc:date>2021-03-24T15:05:38Z</dc:date>
    </item>
  </channel>
</rss>

