<?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: Parse nested JSON to CSV in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Parse-nested-JSON-to-CSV/m-p/2244815#M30850</link>
    <description>&lt;P&gt;@not specified not specified​&amp;nbsp;, if you are using Talend Enterprise software you can leverage Talend Data Mapper would be easy to convert this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar &lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2020 01:44:09 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-08-07T01:44:09Z</dc:date>
    <item>
      <title>Parse nested JSON to CSV</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parse-nested-JSON-to-CSV/m-p/2244814#M30849</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to create the following csv starting from the json 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="test_talend.png" style="width: 829px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaaW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135553i93D043051AD07B49/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaaW.png" alt="0683p000009MaaW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;{
	"data": [{
			"id": 1,
			"data": {
				"Tid": 1,
				"derived.security.Coupon.notional": 10,
				"derived.security.Coupon.paymentAmount": {
					"rows": [{
							"paymentAmount": 1,
							"periodNum": 1
						}, {
							"paymentAmount": 2,
							"periodNum": 2
						}
					]
				},
				"derived.security.Coupon.paymentRate": {
					"rows": [{
							"paymentRate": 0.5,
							"periodNum": 1
						}, {
							"paymentRate": 0.25,
							"periodNum": 2
						}
					]
				},
				"derived.security.Coupon.schedule.scheduleType": "A",
				"derived.security.Coupon.schedule": {
					"rows": [{
							"accrualEndDate": "31/12/2021",
							"periodNum": 1
						}, {
							"accrualEndDate": "31/12/2022",
							"periodNum": 2
						}
					]
				},
				"security": {
					"rows": [{
							"name": "APPLE"
						}, {
							"name": "PINTEREST"
						}, {
							"name": "GOOGLE"
						}
					]
				}
			}
		}, {
			"id": 3,
			"data": {
				"Tid": 3,
				"derived.security.Coupon.notional": 40,
				"derived.security.Coupon.paymentRate": {
					"rows": [{
							"paymentRate": 2,
							"periodNum": 1
						}, {
							"paymentRate": 1.5,
							"periodNum": 2
						}
					]
				},
				"derived.security.Coupon.schedule.scheduleType": "C",
				"derived.security.Coupon.schedule": {
					"rows": [{
							"accrualEndDate": "31/03/2021",
							"periodNum": 1
						}, {
							"accrualEndDate": "31/03/2022",
							"periodNum": 2
						}
					]
				}
			}
		}, {
			"id": 4,
			"data": {
				"Tid": 4,
				"derived.security.Coupon.notional": 20,
				"derived.security.Coupon.paymentAmount": {
					"rows": [{
							"paymentAmount": 2,
							"periodNum": 1
						}, {
							"paymentAmount": 4,
							"periodNum": 2
						}
					]
				},
				"derived.security.Coupon.paymentRate": {
					"rows": [{
							"paymentRate": 2,
							"periodNum": 1
						}, {
							"paymentRate": 1.5,
							"periodNum": 2
						}
					]
				},
				"derived.security.Coupon.schedule.scheduleType": "D"
			}
		}
	]
}&lt;/PRE&gt; 
&lt;P&gt;Could you please help me?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Paolo&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 20:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parse-nested-JSON-to-CSV/m-p/2244814#M30849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-01T20:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Parse nested JSON to CSV</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parse-nested-JSON-to-CSV/m-p/2244815#M30850</link>
      <description>&lt;P&gt;@not specified not specified​&amp;nbsp;, if you are using Talend Enterprise software you can leverage Talend Data Mapper would be easy to convert this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar &lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 01:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parse-nested-JSON-to-CSV/m-p/2244815#M30850</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-07T01:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parse nested JSON to CSV</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parse-nested-JSON-to-CSV/m-p/2244816#M30851</link>
      <description>&lt;P&gt;can't we do with other components/approaches rather than using Talend Data Mapper?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Talend_ent.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 16:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parse-nested-JSON-to-CSV/m-p/2244816#M30851</guid>
      <dc:creator>Talend_ent</dc:creator>
      <dc:date>2020-11-28T16:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Parse nested JSON to CSV</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parse-nested-JSON-to-CSV/m-p/2244817#M30852</link>
      <description>&lt;P&gt;You can try tJSONDoc component available in the Talend Extensions... its source is available https://github.com/jlolling/talendcomp_tJSONDoc&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 18:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parse-nested-JSON-to-CSV/m-p/2244817#M30852</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2020-12-07T18:11:08Z</dc:date>
    </item>
  </channel>
</rss>

