<?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: How To Parse Multiple JSON ONY BY ONE in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-To-Parse-Multiple-JSON-ONY-BY-ONE/m-p/2340897#M108892</link>
    <description>Please, expertise, give some suggestion: 
&lt;BR /&gt;I correct my requirement again. I need to execute multiple JSON records one by one because I getting multiple orders id in that JSON file and I need to store every record with respective order id. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LLooAAG"&gt;@cterenzi&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;</description>
    <pubDate>Sun, 08 Jul 2018 13:42:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-08T13:42:41Z</dc:date>
    <item>
      <title>How To Parse Multiple JSON ONY BY ONE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-To-Parse-Multiple-JSON-ONY-BY-ONE/m-p/2340896#M108891</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I'm getting response from Web API in multiple JSON and every multiple JSON has unique id but problem occurs here that I'm unable to store multiple JSON in my DB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm giving you example my multiple JSON -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"order": {&lt;BR /&gt;"id": 445157867567,&lt;/P&gt;
&lt;P&gt;"tax_lines": [{&lt;BR /&gt;"price": "4.00",&lt;BR /&gt;"rate": 0.04,&lt;BR /&gt;"title": "NY STATE TAX"&lt;BR /&gt;}, {&lt;BR /&gt;"price": "4.50",&lt;BR /&gt;"rate": 0.045,&lt;BR /&gt;"title": "NY CITY TAX"&lt;BR /&gt;}, {&lt;BR /&gt;"price": "0.38",&lt;BR /&gt;"rate": 0.00375,&lt;BR /&gt;"title": "NY SPECIAL TAX"&lt;BR /&gt;}],&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;},&lt;/P&gt;
&lt;P&gt;&amp;nbsp;{&lt;BR /&gt;"id": 455346257967,&lt;/P&gt;
&lt;P&gt;"tax_lines": [{&lt;BR /&gt;"price": "4.00",&lt;BR /&gt;"rate": 0.04,&lt;BR /&gt;"title": "NY STATE TAX"&lt;BR /&gt;}, {&lt;BR /&gt;"price": "4.50",&lt;BR /&gt;"rate": 0.045,&lt;BR /&gt;"title": "NY CITY TAX"&lt;BR /&gt;}, {&lt;BR /&gt;"price": "0.38",&lt;BR /&gt;"rate": 0.00375,&lt;BR /&gt;"title": "NY SPECIAL TAX"&lt;BR /&gt;}],&lt;BR /&gt;},&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"id": 455346257967,&lt;/P&gt;
&lt;P&gt;"tax_lines": [{&lt;BR /&gt;"price": "4.00",&lt;BR /&gt;"rate": 0.04,&lt;BR /&gt;"title": "NY STATE TAX"&lt;BR /&gt;}, {&lt;BR /&gt;"price": "4.50",&lt;BR /&gt;"rate": 0.045,&lt;BR /&gt;"title": "NY CITY TAX"&lt;BR /&gt;}, {&lt;BR /&gt;"price": "0.38",&lt;BR /&gt;"rate": 0.00375,&lt;BR /&gt;"title": "NY SPECIAL TAX"&lt;BR /&gt;}],&lt;BR /&gt;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone tell me what I need to for this?&amp;nbsp;I need to insert each record with unique id(which I'm getting from API) one by one.&lt;/P&gt;
&lt;P&gt;I have one scenario - When job starts that time I'm getting response&amp;nbsp;in multiple JSON from API and every multiple JSON&amp;nbsp;has unique id, I'm thinking here that somewhere I need to store unique id and based this unique id every JSON&amp;nbsp;execute&amp;nbsp;one by one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please correct or give me your thoughts. highly appreciated&lt;/P&gt;
&lt;P&gt;this is my job -&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="orders_tax_line.PNG" style="width: 752px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz0J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154236i5401A247285BB27E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz0J.png" alt="0683p000009Lz0J.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Arpit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jul 2018 09:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-To-Parse-Multiple-JSON-ONY-BY-ONE/m-p/2340896#M108891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-08T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How To Parse Multiple JSON ONY BY ONE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-To-Parse-Multiple-JSON-ONY-BY-ONE/m-p/2340897#M108892</link>
      <description>Please, expertise, give some suggestion: 
&lt;BR /&gt;I correct my requirement again. I need to execute multiple JSON records one by one because I getting multiple orders id in that JSON file and I need to store every record with respective order id. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LLooAAG"&gt;@cterenzi&lt;/A&gt; 
&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;</description>
      <pubDate>Sun, 08 Jul 2018 13:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-To-Parse-Multiple-JSON-ONY-BY-ONE/m-p/2340897#M108892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-08T13:42:41Z</dc:date>
    </item>
  </channel>
</rss>

