<?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 set multiple loop elements in tWriteJSONField in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281466#M55989</link>
    <description>&lt;P&gt;try this link&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCouoCAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Create-JSON-Object-Talend-tWriteJSONField-Component/m-p/98152?collapse_discussion=true&amp;amp;q=JSON%20multiple%20loop&amp;amp;search_type=thread&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2019 12:23:31 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-04-26T12:23:31Z</dc:date>
    <item>
      <title>How to set multiple loop elements in tWriteJSONField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281463#M55986</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am not able to set multiple as Loop Elements as i am getting multiple values from database in same same column for one particular id, so i want to generate json file and then want to insert to Mongodb.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 11:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281463#M55986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-25T11:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple loop elements in tWriteJSONField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281464#M55987</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Could you please provide 5 or 6 sample records and its expected output in a sample file? Please also include your current output along with overall job and component screen shots. This will give us idea about how to analyse in detail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 05:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281464#M55987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-26T05:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple loop elements in tWriteJSONField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281465#M55988</link>
      <description>&lt;P&gt;&lt;STRONG&gt;The input table :&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Produit&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Marque&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Client&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Année&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;&lt;P&gt;A&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;Toyota&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;2018&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;&lt;P&gt;B&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;Toyota&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;2019&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;&lt;P&gt;C&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;Renault&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;2017&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;&lt;P&gt;D&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;Toyota&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;4&lt;/P&gt;&lt;/TD&gt; 
   &lt;TD&gt;&lt;P&gt;2017&lt;/P&gt;&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;The json file to generate:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;{&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; ‘Datas’&amp;nbsp;: [&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {Marque :&amp;nbsp;‘Toyota’, Produits&amp;nbsp;: [A, B, D], Clients&amp;nbsp;: [1,2,4],&amp;nbsp;Année&amp;nbsp;: [2017,2018,2019]},&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{Marque :&amp;nbsp;‘Renault, Produits&amp;nbsp;: [C], Clients&amp;nbsp;: [3],&amp;nbsp;Année&amp;nbsp;: [2017]}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; ]&lt;/P&gt; 
&lt;P&gt;}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The components of the job: &lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 483px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4rf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136115i7C6DBE2A0F726134/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4rf.png" alt="0683p000009M4rf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have used a tSortRow in order to sort the data on the field &lt;EM&gt;&lt;STRONG&gt;Marque &lt;/STRONG&gt;&lt;/EM&gt;and then used the tWriteJsonField in order to generate the json file, the problem is that i can't use multiple loop elements in order to group the data into different arrays.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 11:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281465#M55988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-26T11:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple loop elements in tWriteJSONField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281466#M55989</link>
      <description>&lt;P&gt;try this link&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCouoCAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Create-JSON-Object-Talend-tWriteJSONField-Component/m-p/98152?collapse_discussion=true&amp;amp;q=JSON%20multiple%20loop&amp;amp;search_type=thread&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 12:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281466#M55989</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-26T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple loop elements in tWriteJSONField</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281467#M55990</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you got the solution for this?&lt;/P&gt;&lt;P&gt;if yes,can you share the sample job for this&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 05:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-set-multiple-loop-elements-in-tWriteJSONField/m-p/2281467#M55990</guid>
      <dc:creator>SUDHAKAR2</dc:creator>
      <dc:date>2020-12-16T05:05:14Z</dc:date>
    </item>
  </channel>
</rss>

