<?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: csv file to json output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301091#M73241</link>
    <description>forgot to attach screen shot 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;, pls find it.</description>
    <pubDate>Wed, 01 Feb 2012 09:42:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-01T09:42:59Z</dc:date>
    <item>
      <title>csv file to json output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301088#M73238</link>
      <description>Hi, 
&lt;BR /&gt;I have a csv file having structure like 
&lt;BR /&gt;id, latitude, longitude 
&lt;BR /&gt;1,lat1,long1 
&lt;BR /&gt;1,lat2,long2 
&lt;BR /&gt;2,lat1,long1 
&lt;BR /&gt;3,lat1,long1 
&lt;BR /&gt;1,lat3,long3 
&lt;BR /&gt;here id is vehicle id and latitude and longitude are the coordinates of the vehicle. I want to produce a json file having structure like 
&lt;BR /&gt;{ 
&lt;BR /&gt; "geometry": { 
&lt;BR /&gt; "coordinates": , 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; ] 
&lt;BR /&gt; }, 
&lt;BR /&gt; "properties":{ 
&lt;BR /&gt; "id": "1" 
&lt;BR /&gt; } 
&lt;BR /&gt;} 
&lt;BR /&gt;{ 
&lt;BR /&gt; "geometry": { 
&lt;BR /&gt; "coordinates": 
&lt;BR /&gt; ] 
&lt;BR /&gt; }, 
&lt;BR /&gt; "properties":{ 
&lt;BR /&gt; "id": "2" 
&lt;BR /&gt; } 
&lt;BR /&gt;} 
&lt;BR /&gt;{ 
&lt;BR /&gt; "geometry": { 
&lt;BR /&gt; "coordinates": 
&lt;BR /&gt; ] 
&lt;BR /&gt; }, 
&lt;BR /&gt; "properties":{ 
&lt;BR /&gt; "id": "3" 
&lt;BR /&gt; } 
&lt;BR /&gt;} 
&lt;BR /&gt;I have completed most of the part, but the main issue i am facing is creation of following '2D' array of vehicle co-ordinates. 
&lt;BR /&gt; , 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; ] 
&lt;BR /&gt;Any pointer will be a great help 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Sagar</description>
      <pubDate>Sat, 16 Nov 2024 12:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301088#M73238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: csv file to json output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301089#M73239</link>
      <description>Can you tell what issue you are facing ?
&lt;BR /&gt;I would probably use java/groovy Code comp. to create and format the Json model you are expecting.
&lt;BR /&gt;Csv input -&amp;gt;filter rows based on id-&amp;gt; execute java code to create Json str-&amp;gt;store temp result in buffer .</description>
      <pubDate>Tue, 31 Jan 2012 15:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301089#M73239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-31T15:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: csv file to json output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301090#M73240</link>
      <description>Hi,&lt;BR /&gt;Thanks for the response, basically i am using "tWriteJSONField" to create json objects. &lt;BR /&gt;it works good first time but when i tried to use it in chain all values other than o/p of first "tWriteJSONField" becomes "null".&lt;BR /&gt;pls find attached screen shot of the job.</description>
      <pubDate>Tue, 31 Jan 2012 16:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301090#M73240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-31T16:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: csv file to json output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301091#M73241</link>
      <description>forgot to attach screen shot 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;, pls find it.</description>
      <pubDate>Wed, 01 Feb 2012 09:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301091#M73241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-01T09:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: csv file to json output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301092#M73242</link>
      <description>Can you please share the screenshot for the XML tree for tWriteJSONField components?</description>
      <pubDate>Wed, 01 Feb 2012 12:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-to-json-output/m-p/2301092#M73242</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-02-01T12:47:41Z</dc:date>
    </item>
  </channel>
</rss>

