<?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: Unable to extract JSON fields from tMongoDBInput using tExtractJSONFields in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332584#M101448</link>
    <description>&lt;P&gt;I have read the Json file with JsonPath using tFileInputJson.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2018 07:07:35 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-02-01T07:07:35Z</dc:date>
    <item>
      <title>Unable to extract JSON fields from tMongoDBInput using tExtractJSONFields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332583#M101447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've been trying to extract JSON fields from my tMongoDBInput (documents from a mongo collection) using a tExtractJSONFields component, but I'm unable to use it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Logging the output shows :&lt;/P&gt; 
&lt;P&gt;A JSONObject text must begin with '{' at character 1 of Document{{code=P2.IB.LET, category=PROSECUTION}}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My JSON (document) from mongo looks like this:&lt;/P&gt; 
&lt;P&gt;{ "_id" : { "code" : "P2.IB.LET", "category" : "PROSECUTION" }, "value" : 1 }&lt;BR /&gt;{ "_id" : { "code" : "P2.FILECOPY", "category" : "PROSECUTION" }, "value" : 3 }&lt;BR /&gt;{ "_id" : { "code" : "SRNT", "category" : "FAI Request" }, "value" : 1 }&lt;BR /&gt;{ "_id" : { "code" : "P.399", "category" : "PROSECUTION" }, "value" : 1 }&lt;BR /&gt;{ "_id" : { "code" : "REIS.REVFORM", "category" : "PROSECUTION" }, "value" : 4 }&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've attached screenshots of my settings and the output as well.&lt;/P&gt; 
&lt;P&gt;I've tried using Json path as well as Xpath giving similar output (json path just gives a blank output).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to use tExtractJSONFields for a few other use cases as well, so it's really important that I can&amp;nbsp;get this working.&lt;/P&gt; 
&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332583#M101447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to extract JSON fields from tMongoDBInput using tExtractJSONFields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332584#M101448</link>
      <description>&lt;P&gt;I have read the Json file with JsonPath using tFileInputJson.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 07:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332584#M101448</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-01T07:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to extract JSON fields from tMongoDBInput using tExtractJSONFields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332585#M101449</link>
      <description>&lt;P&gt;what are you giving in Loop Jsonpath query ,in&amp;nbsp;tExtractJSONFields?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 07:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332585#M101449</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-01T07:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to extract JSON fields from tMongoDBInput using tExtractJSONFields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332586#M101450</link>
      <description>&lt;P&gt;I was giving "$" as json looppath query.&lt;/P&gt;
&lt;P&gt;It's working fine now, the settings/parameters were all fine. I'm posting the answer.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 09:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332586#M101450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T09:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to extract JSON fields from tMongoDBInput using tExtractJSONFields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332587#M101451</link>
      <description>&lt;P&gt;I resolved the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem was with the mongo driver version I used in Talend.&lt;/P&gt;
&lt;P&gt;I changed the DB version setting in tMongoDBConnection from 3.5.X to 3.2.X and it's working fine now.&lt;/P&gt;
&lt;P&gt;Just for note, my MongoDB version is 3.6.2.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 09:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332587#M101451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T09:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to extract JSON fields from tMongoDBInput using tExtractJSONFields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332588#M101452</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 09:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332588#M101452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-02T09:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to extract JSON fields from tMongoDBInput using tExtractJSONFields</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332589#M101453</link>
      <description>Can I have sample code to extract array objects from mongodb input</description>
      <pubDate>Thu, 18 Jun 2020 20:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-extract-JSON-fields-from-tMongoDBInput-using/m-p/2332589#M101453</guid>
      <dc:creator>kanuparthy</dc:creator>
      <dc:date>2020-06-18T20:34:44Z</dc:date>
    </item>
  </channel>
</rss>

