<?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 &amp;quot;embed&amp;quot; csv file in json in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-quot-embed-quot-csv-file-in-json/m-p/2286690#M60312</link>
    <description>If you already has value like this: "{"employee":{"id":"1","name":"Simon","lastname":"Tod","training":{"trainingCode":"AX2","trainingCost":"2345"}}}" ,after tWriteJSONField component,connect a tFileOutPutDelimited component(don't connect tFileOutputJSON component after tWriteJOSNField),then you can get your expect json file.</description>
    <pubDate>Tue, 15 Apr 2014 03:29:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-15T03:29:59Z</dc:date>
    <item>
      <title>How to "embed" csv file in json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-quot-embed-quot-csv-file-in-json/m-p/2286688#M60310</link>
      <description>Hi all,
&lt;BR /&gt;i have a csv like this :
&lt;BR /&gt;Id,name,lastname,trainingCode,trainingCost
&lt;BR /&gt;1,Simon,Tod,AX2,2345
&lt;BR /&gt;I need a json output like this :
&lt;BR /&gt;Employee : { 
&lt;BR /&gt; "id" : 1,
&lt;BR /&gt; "name" : "Simon" ,
&lt;BR /&gt; "lastname" : "Tod",
&lt;BR /&gt; "training" : { 
&lt;BR /&gt; "trainingCode" : "AX2",
&lt;BR /&gt; "trainingCost" : 2345
&lt;BR /&gt; } 
&lt;BR /&gt; } 
&lt;BR /&gt; 
&lt;BR /&gt;How can i do it?
&lt;BR /&gt;tyvm 
&lt;BR /&gt;Simone</description>
      <pubDate>Tue, 08 Apr 2014 15:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-quot-embed-quot-csv-file-in-json/m-p/2286688#M60310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T15:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to "embed" csv file in json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-quot-embed-quot-csv-file-in-json/m-p/2286689#M60311</link>
      <description>Hi Simon, 
&lt;BR /&gt;Check the screenshot for further details.... 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Vaibhav 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDXl.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156557i3036597E8CAB9BC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDXl.jpg" alt="0683p000009MDXl.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDTG.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129719iF814E5B3C33134C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDTG.jpg" alt="0683p000009MDTG.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-quot-embed-quot-csv-file-in-json/m-p/2286689#M60311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T06:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to "embed" csv file in json</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-quot-embed-quot-csv-file-in-json/m-p/2286690#M60312</link>
      <description>If you already has value like this: "{"employee":{"id":"1","name":"Simon","lastname":"Tod","training":{"trainingCode":"AX2","trainingCost":"2345"}}}" ,after tWriteJSONField component,connect a tFileOutPutDelimited component(don't connect tFileOutputJSON component after tWriteJOSNField),then you can get your expect json file.</description>
      <pubDate>Tue, 15 Apr 2014 03:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-quot-embed-quot-csv-file-in-json/m-p/2286690#M60312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T03:29:59Z</dc:date>
    </item>
  </channel>
</rss>

