<?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 re structure my JSON structure ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351474#M118116</link>
    <description>&lt;P&gt;Hi Alexandre44,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a lot easier to use these compoments:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F1438&amp;amp;pi=marketplace%252F1%252Fproducts%252F1438%252Fitems%252F2708" target="_blank" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F1438&amp;amp;pi=marketplace%252F1%252Fproducts%252F1438%252Fitems%252F2708&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2017 13:41:47 GMT</pubDate>
    <dc:creator>rsmits</dc:creator>
    <dc:date>2017-09-26T13:41:47Z</dc:date>
    <item>
      <title>How to re structure my JSON structure ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351473#M118115</link>
      <description>&lt;P&gt;Hi Talend community,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;During my searching, I would like advice about this problem.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;From this JSON file :&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="the json squeleton" style="width: 540px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lqow.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148785iC45841B8EE0BDE1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lqow.png" alt="0683p000009Lqow.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;the json squeleton&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I am searching to repeat this structure each time I have one line of content in this label :&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;"summary": "blah blah",&lt;/PRE&gt; 
&lt;P&gt;That is :&lt;/P&gt; 
&lt;PRE&gt;{
	"issueUpdates": [{
			"fields": {

				"project": {
					"key": " "
				},
				"summary": "",
				"description": "",
				"issuetype": {
					"name": ""
				},
				"reporter": {
					"name": ""
				},
				"assignee": {
					"name": ""
				},
				"labels": [""]
			}


		},

		{
			"fields": {
				
				"project": {
					"key": " "
				},
				"summary": "",
				"description": "",
				"issuetype": {
					"name": ""
				},
				"reporter": {
					"name": ""
				},
				"assignee": {
					"name": ""
				},
				"labels": [""]
				
				
			}
		}
	]
}&lt;/PRE&gt; 
&lt;P&gt;You see I would like to repeat a lot of times the structure fields and within one line of content in "summary".&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For this thing I use the componant tWriteJSONField where I defined this JSON structure :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 893px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lqp1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128586i31C8191549A4E290/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lqp1.png" alt="0683p000009Lqp1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But in out, I have this JSON structure :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lqp6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145172iE3E1225772F9725C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lqp6.png" alt="0683p000009Lqp6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And I would like one structure " fields " by one " summary " content line. I am sure there is an error in my definition of JSON structure (tWriteJSONFields).&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any clues ?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 14:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351473#M118115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-21T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to re structure my JSON structure ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351474#M118116</link>
      <description>&lt;P&gt;Hi Alexandre44,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a lot easier to use these compoments:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F1438&amp;amp;pi=marketplace%252F1%252Fproducts%252F1438%252Fitems%252F2708" target="_blank" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F1438&amp;amp;pi=marketplace%252F1%252Fproducts%252F1438%252Fitems%252F2708&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 13:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351474#M118116</guid>
      <dc:creator>rsmits</dc:creator>
      <dc:date>2017-09-26T13:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to re structure my JSON structure ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351475#M118117</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm back ! Thanks for the link rsmits. I am trying tJSONDocOpen and tJSONDocOutput. Please, could anyone tell me if I am in the good direction ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351475#M118117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T10:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to re structure my JSON structure ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351476#M118118</link>
      <description>&lt;P&gt;Hi Alexandre44,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have written an howto at my Blog:&amp;nbsp;&lt;A href="http://talendhowto.com/2017/10/22/how-to-built-a-json-string-with-arrays/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://talendhowto.com/2017/10/22/how-to-built-a-json-string-with-arrays/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think this will help you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Remco&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351476#M118118</guid>
      <dc:creator>rsmits</dc:creator>
      <dc:date>2017-11-07T10:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to re structure my JSON structure ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351477#M118119</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks you very much Remco. I will study It.&lt;BR /&gt;&lt;BR /&gt;Alexandre44</description>
      <pubDate>Tue, 07 Nov 2017 14:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-re-structure-my-JSON-structure/m-p/2351477#M118119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T14:02:02Z</dc:date>
    </item>
  </channel>
</rss>

