<?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 create more complex JSON files with tFileOutputJSON in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291633#M64799</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LL1CAAW"&gt;@mhodent&lt;/A&gt;&amp;nbsp;Hey, Can you explain what you did to create a multilevel nested array json&amp;nbsp;structure.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 22:54:27 GMT</pubDate>
    <dc:creator>ragraw22</dc:creator>
    <dc:date>2018-08-29T22:54:27Z</dc:date>
    <item>
      <title>How to create more complex JSON files with tFileOutputJSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291628#M64794</link>
      <description>I have used tFileOutputJSON as it is described in the documentation. This works without any problems.
&lt;BR /&gt;However, this way I can only create very basic JSON documents, they have got this structure, for example:
&lt;BR /&gt;
&lt;PRE&gt;{&lt;BR /&gt;	"person":&lt;BR /&gt;}&lt;/PRE&gt;
&lt;BR /&gt;Real world examples are more complex. How do I create same. Do I have to use List / Document or other Types in the Schema? 
&lt;BR /&gt;Is there any explanation, or any example / demo anywhere? Or do I have to try out by myself?
&lt;BR /&gt;
&lt;BR /&gt;Thanks for help,
&lt;BR /&gt;Kai</description>
      <pubDate>Fri, 25 Jan 2013 13:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291628#M64794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-25T13:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more complex JSON files with tFileOutputJSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291629#M64795</link>
      <description>I have the same question.&lt;BR /&gt;How to write into a file multi level JSON structure?</description>
      <pubDate>Mon, 09 Nov 2015 08:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291629#M64795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T08:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more complex JSON files with tFileOutputJSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291630#M64796</link>
      <description>Hi 
&lt;BR /&gt;Use a tWriteJsonFields to write a complex json string and output the string result to a file with tFileOutputDelimited. About the supported json types, you can refer to the following links: 
&lt;BR /&gt; 
&lt;A href="https://www.talendforge.org/forum/viewtopic.php?pid=157898#p157898" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewtopic.php?pid=157898#p157898&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TBD-1067" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TBD-1067&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 10 Nov 2015 08:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291630#M64796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T08:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more complex JSON files with tFileOutputJSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291631#M64797</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi&lt;BR /&gt;Use a tWriteJsonFields to write a complex json string and output the string result to a file with tFileOutputDelimited.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Thanks.&amp;nbsp;&lt;BR /&gt;It works but anyway I need some custom coding to make a usable JSON file.</description>
      <pubDate>Thu, 19 Nov 2015 08:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291631#M64797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more complex JSON files with tFileOutputJSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291632#M64798</link>
      <description>Actually it works quite strangely.
&lt;BR /&gt;I need to create a JSON file like that the one I attached:&amp;nbsp;json_sample.txt.txt
&lt;BR /&gt;One instance of &amp;nbsp;tWriteJsonField isn't enough to write the JSON because there is no way to create arrays. Possible solution may be to use one tWriteJsonField for each array I need in my final JSON and then construct an array using string manipulations (adding []) and then put it all together.&amp;nbsp;
&lt;BR /&gt;The same in both Talend Open Studio and "full" version of Talend Studio.</description>
      <pubDate>Thu, 19 Nov 2015 11:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291632#M64798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T11:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create more complex JSON files with tFileOutputJSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291633#M64799</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LL1CAAW"&gt;@mhodent&lt;/A&gt;&amp;nbsp;Hey, Can you explain what you did to create a multilevel nested array json&amp;nbsp;structure.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 22:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-more-complex-JSON-files-with-tFileOutputJSON/m-p/2291633#M64799</guid>
      <dc:creator>ragraw22</dc:creator>
      <dc:date>2018-08-29T22:54:27Z</dc:date>
    </item>
  </channel>
</rss>

