<?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: Json Parsing extremly slow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Json-Parsing-extremly-slow/m-p/2531287#M148020</link>
    <description>&lt;P&gt;Hi all, thanks for the replies. After some other investingation I have found that the long time was not due to the json parsing, but to the fact that the subjob making the parser was called by a dynamic trunjob, hence the longer time was due to the compilation of the job, and not for its execution! Thanks all, and sorry for the post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2025 15:55:48 GMT</pubDate>
    <dc:creator>lucaL</dc:creator>
    <dc:date>2025-09-18T15:55:48Z</dc:date>
    <item>
      <title>Json Parsing extremly slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Json-Parsing-extremly-slow/m-p/2530995#M148015</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I woul like to ask you if to parsing a really simple JSON String should take between 5 and 10 second wit tExtractJsonFields component.&lt;/P&gt;&lt;P&gt;I have this really simple json:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
	"c1": "55665",
	"c2": 1757610940000,
	"c3": 381685,
	"c4": "28006354",
	"c5": 1774479600000,
	"c6": {
		"c61": "5",
		"c62": "N",
		"c63": 0,
		"c64": 60,
		"c65": 60
	}
}&lt;/LI-CODE&gt;&lt;P&gt;This is passed to a subjbob via context variables, so the subjob has&amp;nbsp; a tFixedFlowInput that transform the context to a flow, then a tExtractJsonFields with "$" as Jsonpath query and a $.c1...c5 + $.c6.c61...c65 query for extracting each field. So the job continue with a tmap in order to compute couple of fields, and a tFileOutputDelimited to write out this row on a csv file.&lt;/P&gt;&lt;P&gt;Now, the time it takes to make this process is about 5 to 10 second, each time the job is called... I have another job that process a json with java code and the json.org library, and in 5 seconds it process hundreds of rows... This is the picture of the job:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lucaL_0-1758044480883.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183699i07640885134F9B3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lucaL_0-1758044480883.png" alt="lucaL_0-1758044480883.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, the question is: am I making something wrong? is there something I can do to speedup the processing?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luca&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 17:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Json-Parsing-extremly-slow/m-p/2530995#M148015</guid>
      <dc:creator>lucaL</dc:creator>
      <dc:date>2025-09-16T17:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Json Parsing extremly slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Json-Parsing-extremly-slow/m-p/2531003#M148016</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306239"&gt;@lucaL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's strange that it takes 5 seconds, I reproduced the parsing of your json and it takes 0.09s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_0-1758052534816.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183701iD70851A493A891EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_0-1758052534816.png" alt="Dave_Simo_0-1758052534816.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_1-1758052633586.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183702i0B7033EA80AFEFC4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_1-1758052633586.png" alt="Dave_Simo_1-1758052633586.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 19:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Json-Parsing-extremly-slow/m-p/2531003#M148016</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-09-16T19:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Json Parsing extremly slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Json-Parsing-extremly-slow/m-p/2531027#M148017</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;When you say it takes 5 seconds , do you refer to the exec time ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Denis_Segard_0-1758091027740.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183706iAE4237482A0350B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Denis_Segard_0-1758091027740.png" alt="Denis_Segard_0-1758091027740.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Denis_Segard_1-1758091046408.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183707iFE1197C284282A45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Denis_Segard_1-1758091046408.png" alt="Denis_Segard_1-1758091046408.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;BR /&gt;Denis&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 06:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Json-Parsing-extremly-slow/m-p/2531027#M148017</guid>
      <dc:creator>Denis_Segard</dc:creator>
      <dc:date>2025-09-17T06:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Json Parsing extremly slow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Json-Parsing-extremly-slow/m-p/2531287#M148020</link>
      <description>&lt;P&gt;Hi all, thanks for the replies. After some other investingation I have found that the long time was not due to the json parsing, but to the fact that the subjob making the parser was called by a dynamic trunjob, hence the longer time was due to the compilation of the job, and not for its execution! Thanks all, and sorry for the post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 15:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Json-Parsing-extremly-slow/m-p/2531287#M148020</guid>
      <dc:creator>lucaL</dc:creator>
      <dc:date>2025-09-18T15:55:48Z</dc:date>
    </item>
  </channel>
</rss>

