<?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: parsing and extract json in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366292#M129798</link>
    <description>&lt;P&gt;You are correct. I was working on another demonstration at the time and sent the wrong one. The one attached here is the correct one. Sorry about that.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvzz"&gt;test1234.zip&lt;/A&gt;</description>
    <pubDate>Fri, 21 Jun 2019 10:05:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-21T10:05:19Z</dc:date>
    <item>
      <title>parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366275#M129781</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;In fact, I just started working with Talend open studio for data integration; I want to export an array long json and&amp;nbsp;I want to transform the data coming from JSON by using Talend to organize and store them in a SQL database and sqlserver&lt;/P&gt; 
&lt;P&gt;my json:&amp;nbsp;&amp;nbsp;&lt;A href="https://security-tracker.debian.org/tracker/data/json" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://security-tracker.debian.org/tracker/data/json&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;How I would like the output to look like:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;TABLE border="1px" cellpadding="3px"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;&lt;SPAN&gt;Package&lt;/SPAN&gt; 
    &lt;DIV&gt;
      &amp;nbsp; 
    &lt;/DIV&gt; &lt;/TD&gt; 
   &lt;TD&gt;&lt;SPAN&gt;CVE&lt;/SPAN&gt; 
    &lt;DIV&gt;
      &amp;nbsp; 
    &lt;/DIV&gt; &lt;/TD&gt; 
   &lt;TD&gt;&lt;SPAN&gt;Scope&lt;/SPAN&gt; 
    &lt;DIV&gt;
      &amp;nbsp; 
    &lt;/DIV&gt; &lt;/TD&gt; 
   &lt;TD&gt;&lt;SPAN&gt;Debian bug&lt;/SPAN&gt; 
    &lt;DIV&gt;
      &amp;nbsp; 
    &lt;/DIV&gt; &lt;/TD&gt; 
   &lt;TD&gt;&lt;SPAN&gt;description&lt;/SPAN&gt; 
    &lt;DIV&gt;
      &amp;nbsp; 
    &lt;/DIV&gt; &lt;/TD&gt; 
   &lt;TD&gt;&lt;SPAN&gt;status&lt;/SPAN&gt; 
    &lt;DIV&gt;
      &amp;nbsp; 
    &lt;/DIV&gt; &lt;/TD&gt; 
   &lt;TD&gt;&lt;SPAN&gt;fixed_version&lt;/SPAN&gt; 
    &lt;DIV&gt;
      &amp;nbsp; 
    &lt;/DIV&gt; &lt;/TD&gt; 
   &lt;TD&gt; 
    &lt;DIV&gt; 
     &lt;SPAN&gt;urgency&amp;nbsp;&lt;/SPAN&gt; 
     &lt;DIV&gt;
       &amp;nbsp; 
     &lt;/DIV&gt; 
    &lt;/DIV&gt; &lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;I attach all the configuration photos of my components and the code; can someone help me?&lt;/P&gt; 
&lt;P&gt;I have two problems :&lt;/P&gt; 
&lt;P&gt;1: first I couldn't extract the package name;&amp;nbsp;&lt;SPAN&gt;I attach a picture of my json file; in fact CVEs are categorized in different packages, CVEs extract good but I want to add a column Package in my DB ;&amp;nbsp;I don't know what to add in tjava for node extraction from each cves that is called package&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="package.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5qA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145679iBC21054FBB01B1E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5qA.png" alt="0683p000009M5qA.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;2:&amp;nbsp;&lt;SPAN&gt;I found a problem my codes do not extract all the CVEs well for example in my source I have CVE-2019_3462 but my job does not extract it, I could not find what is&amp;nbsp; the problem&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;&lt;SPAN&gt;Does anyone have any advice or ideas on how I can achieve this?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I use "Talend open studio for data integration version&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="callto:7.1.1.2018102681147" target="_blank" rel="noopener nofollow noopener noreferrer noopener noreferrer noopener noreferrer"&gt;7.1.1.2018102681147&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you very much for your time and help&lt;/P&gt; 
&lt;P&gt;Best regard&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 987px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M56B.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139512iFF9A550DBC6D3522/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M56B.png" alt="0683p000009M56B.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 769px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M56G.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155560iBD54796E95811ACD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M56G.png" alt="0683p000009M56G.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzhk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137514iE8D4AB3C6DE2C390/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzhk.png" alt="0683p000009Lzhk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M55x.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135965i9D4315F144DDDC0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M55x.png" alt="0683p000009M55x.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4gP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150431i98CBEB438C7D1993/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4gP.png" alt="0683p000009M4gP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M56u.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136988i90856154DF5D5F07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M56u.png" alt="0683p000009M56u.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366275#M129781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366276#M129782</link>
      <description>first try to work without using java.&lt;BR /&gt;look at document data type and txmlmap. it may be helpfull.</description>
      <pubDate>Wed, 12 Jun 2019 13:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366276#M129782</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-06-12T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366277#M129783</link>
      <description>&lt;P&gt;thank you, but without java code it extracts nothing&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 14:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366277#M129783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-12T14:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366278#M129784</link>
      <description>&lt;P&gt;I have adjusted your code above to extract the Package Name and the JSON for that Package. You will need to further process this to get the CVEs from it each row of JSON returned. My job looks like below....&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="Screenshot 2019-06-17 at 16.41.11.png" style="width: 658px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5z2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150740i9BB04E677A61EAE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5z2.png" alt="0683p000009M5z2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The tFileInputJSON_1 component is configured very similarly to yours. But the JSONPath for the content is set to "." instead of "*". This component is linked to a tSetGlobalVar_1. This stores the whole JSON into a String.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The tJavaFlex is configured with the following code.....&lt;/P&gt; 
&lt;P&gt;Start Code&lt;/P&gt; 
&lt;PRE&gt;Object obj = new org.json.simple.parser.JSONParser().parse(((String)globalMap.get("content")));
org.json.simple.JSONObject jobj = (org.json.simple.JSONObject) obj;
Set&amp;lt;String&amp;gt; jkeys = jobj.keySet();
Iterator&amp;lt;String&amp;gt; jit = jkeys.iterator();
while(jit.hasNext()){&lt;/PRE&gt; 
&lt;P&gt;Main Code&lt;/P&gt; 
&lt;PRE&gt;String jit1 = jit.next().toString();
row2.package_name = jit1;
row2.package_json = ((org.json.simple.JSONObject)jobj.get(jit1)).toJSONString();&lt;/PRE&gt; 
&lt;P&gt;End Code&lt;/P&gt; 
&lt;PRE&gt;}&lt;/PRE&gt; 
&lt;P&gt;This will return a row for each Package section. You then need to do something very similar to retrieve the CVEs from the Packages.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 16:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366278#M129784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-17T16:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366279#M129785</link>
      <description>&lt;P&gt;first of all, thank you for your time and answer,&lt;/P&gt;&lt;P&gt;could you put the tSetGolabalVar component configuration and the tJavaFlex and advanced setting scheme of tJavaFlex&lt;BR /&gt;regards&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 10:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366279#M129785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-18T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366280#M129786</link>
      <description>&lt;P&gt;I could, but you have all the information you need in what I have already given you. The tSetGlobalVar receives the data from the tFileInputJSON_1 and stores it with a key of&amp;nbsp;"content". This can be worked out from the Start Code of the tJavaFlex. The schema of the tJavaFlex can be figured out by looking at the Main Code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not trying to be difficult, but I have thrown away my example code and extrapolating from the information that is there will help you learn Talend.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 10:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366280#M129786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-18T10:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366281#M129787</link>
      <description>&lt;P&gt;Actually, I asked you because despite that I don't change much I have the following error&lt;/P&gt; 
&lt;P&gt;regards&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cve1.PNG" style="width: 813px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M61N.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130012i10FB03EFCDBCB5DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M61N.png" alt="0683p000009M61N.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 768px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M61S.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143666iA1547E6CA43ECCED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M61S.png" alt="0683p000009M61S.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="22.PNG" style="width: 747px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M61X.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129619i29FD277DFAC96B58/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M61X.png" alt="0683p000009M61X.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.PNG" style="width: 823px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5l2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127725i77C511FED2A95984/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5l2.png" alt="0683p000009M5l2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.PNG" style="width: 975px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5p9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135335i4FE1BBE5F2F89540/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5p9.png" alt="0683p000009M5p9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366281#M129787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-19T11:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366282#M129788</link>
      <description>&lt;P&gt;Add....&lt;/P&gt;
&lt;PRE&gt;row1.content&lt;/PRE&gt;
&lt;P&gt;....where you have "" in your tSetGlobalVar. No quotes. You are referencing the row.column that is returned by your tFileInputJSON_1 component&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 11:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366282#M129788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-19T11:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366283#M129789</link>
      <description>&lt;P&gt;Thank you, I fixed that but I have other problems java heap space despite that I have already added XMS and XMX&lt;/P&gt; 
&lt;P&gt;regards&amp;nbsp;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.PNG" style="width: 776px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M61r.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148121i5F6FF4DF49D9E806/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M61r.png" alt="0683p000009M61r.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7.PNG" style="width: 577px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5qk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148190iB58878E4C027E868/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5qk.png" alt="0683p000009M5qk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8.PNG" style="width: 647px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5mO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143828i488A19BA0635AD7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5mO.png" alt="0683p000009M5mO.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366283#M129789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-19T15:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366284#M129790</link>
      <description>&lt;P&gt;How much RAM does your machine have? Also, do you get this error if you switch off everything after the tLogRow_1?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366284#M129790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-19T15:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366285#M129791</link>
      <description>&lt;P&gt;Ram: 8 g,&amp;nbsp;I've already tested it but it shows the same problem&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9.PNG" style="width: 785px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M63n.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141726iBC0F5BB723815D0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M63n.png" alt="0683p000009M63n.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 09:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366285#M129791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366286#M129792</link>
      <description>&lt;P&gt;This is very strange. I am running the same job (I recreated it) with the standard 1024MB assigned to a job. My version will run with no issues whatsoever. I get the same number of rows displayed by your job. Can you replace the tLogRow component with another one? Simply delete it and add a new one. Leave the standard settings for the tLogRow.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 11:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366286#M129792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T11:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366287#M129793</link>
      <description>&lt;P&gt;no I rebuilt the job with the new components and tested it but it shows the same problem. in any case I thank you very much&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 13:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366287#M129793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T13:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366288#M129794</link>
      <description>&lt;P&gt;This could be related to the Studio I guess. Take a look here (&lt;A href="https://community.qlik.com/s/article/ka03p0000006EurAAE" target="_blank"&gt;https://community.talend.com/t5/Migration-Configuration-and/Allocating-more-memory-to-Talend-Studio/ta-p/21642?advanced=false&amp;amp;collapse_discussion=true&amp;amp;filter=includeTkbs,location&amp;amp;include_tkbs=true&amp;amp;location=tkb-board:trb_mca&amp;amp;q=.ini%20file&amp;amp;search_type=thread&lt;/A&gt;) and make some of the changes suggested.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How much RAM does you computer have?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 13:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366288#M129794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T13:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366289#M129795</link>
      <description>&lt;P&gt;thanks for the site but I've already made this change.finally, I managed to solve the problem by reinstalling another talend version; I'm tired because it doesn't work well and the cve columns are null&lt;/P&gt; 
&lt;P&gt;regards&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5XX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137375i6C5AA74DC34126BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5XX.png" alt="0683p000009M5XX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 15:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366289#M129795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366290#M129796</link>
      <description>&lt;P&gt;What version are you using? If it is v7.1.1 the attached job should be OK to be imported into your Studio. It will retrieve every CVE attached to a Package and returns the JSON for every CVE so that you can return the data associated to every CVE. Take a look at it to see how I achieved this. The problem you had was with dynamic arrays of key values. This solution can be extrapolated from to solve other similar issues.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 15:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366290#M129796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366291#M129797</link>
      <description>&lt;P&gt;I now use version 7.1.1 . Thank you for attaching but I think there is a mistake to send the project.&lt;BR /&gt;it's for other projects&lt;/P&gt; 
&lt;P&gt;regards&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="er.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M65F.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137333i26CFFD80064FFB24/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M65F.png" alt="0683p000009M65F.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 08:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366291#M129797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T08:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366292#M129798</link>
      <description>&lt;P&gt;You are correct. I was working on another demonstration at the time and sent the wrong one. The one attached here is the correct one. Sorry about that.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvzz"&gt;test1234.zip&lt;/A&gt;</description>
      <pubDate>Fri, 21 Jun 2019 10:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366292#M129798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T10:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: parsing and extract json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366293#M129799</link>
      <description>&lt;P&gt;I thank you very much. You help me a lot.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 14:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parsing-and-extract-json/m-p/2366293#M129799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T14:33:38Z</dc:date>
    </item>
  </channel>
</rss>

