<?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 Create JSON structure from CSV file. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Create-JSON-structure-from-CSV-file/m-p/2304192#M75992</link>
    <description>Hi,
&lt;BR /&gt;I want to generate following JSON format from a CSV input file on each row basis.
&lt;BR /&gt;{
&lt;BR /&gt; "data": {
&lt;BR /&gt; "type": "type1",
&lt;BR /&gt; "details": ,
&lt;BR /&gt; 
&lt;BR /&gt; ]
&lt;BR /&gt; },
&lt;BR /&gt; "type": "type2",
&lt;BR /&gt; "ess": {
&lt;BR /&gt; "type": "address",
&lt;BR /&gt; "details": {
&lt;BR /&gt; "ID": "123456"
&lt;BR /&gt; }
&lt;BR /&gt; },
&lt;BR /&gt; "details": {
&lt;BR /&gt; "title": "testtile",
&lt;BR /&gt; "time": ,
&lt;BR /&gt; }
&lt;BR /&gt;}
&lt;BR /&gt;Kindly suggest if someone has created same type of structure in JSON.
&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 12:24:47 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T12:24:47Z</dc:date>
    <item>
      <title>Create JSON structure from CSV file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-JSON-structure-from-CSV-file/m-p/2304192#M75992</link>
      <description>Hi,
&lt;BR /&gt;I want to generate following JSON format from a CSV input file on each row basis.
&lt;BR /&gt;{
&lt;BR /&gt; "data": {
&lt;BR /&gt; "type": "type1",
&lt;BR /&gt; "details": ,
&lt;BR /&gt; 
&lt;BR /&gt; ]
&lt;BR /&gt; },
&lt;BR /&gt; "type": "type2",
&lt;BR /&gt; "ess": {
&lt;BR /&gt; "type": "address",
&lt;BR /&gt; "details": {
&lt;BR /&gt; "ID": "123456"
&lt;BR /&gt; }
&lt;BR /&gt; },
&lt;BR /&gt; "details": {
&lt;BR /&gt; "title": "testtile",
&lt;BR /&gt; "time": ,
&lt;BR /&gt; }
&lt;BR /&gt;}
&lt;BR /&gt;Kindly suggest if someone has created same type of structure in JSON.
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 12:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-JSON-structure-from-CSV-file/m-p/2304192#M75992</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create JSON structure from CSV file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-JSON-structure-from-CSV-file/m-p/2304193#M75993</link>
      <description>Hi&lt;BR /&gt;You can use tWriteJSONField component to generate JSON file.&lt;BR /&gt;Because you didn't offer input data, we can't create it for you.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 02 Feb 2012 03:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-JSON-structure-from-CSV-file/m-p/2304193#M75993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-02T03:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create JSON structure from CSV file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-JSON-structure-from-CSV-file/m-p/2304194#M75994</link>
      <description>Please find below the input format..
&lt;BR /&gt;ItemID,type1,length,width,hieght,depth,vendortype,vendoraddress,vendortype,time
&lt;BR /&gt;Where:
&lt;BR /&gt;ItemID : JSON file has been created on the basis this id.
&lt;BR /&gt;type1: type1 in data section.
&lt;BR /&gt;length,width,hieght,depth : these all go in details section of "data"
&lt;BR /&gt;vendortype=type2
&lt;BR /&gt;vendoraddress = address
&lt;BR /&gt;vendortype = title
&lt;BR /&gt;time = time.
&lt;BR /&gt;I tried using tWriteJSONField but was not able to use it as per expectation.
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 02 Feb 2012 09:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-JSON-structure-from-CSV-file/m-p/2304194#M75994</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-02-02T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create JSON structure from CSV file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-JSON-structure-from-CSV-file/m-p/2304195#M75995</link>
      <description>Hi 
&lt;BR /&gt;I am new in Talend. We are going to use Talend as our ETL process. At present, we are exploring Talend Big Data Open studio 5.* version based on our requirement. Please help me to solve this issues which I am faceing when trying with Talend. 
&lt;BR /&gt;Input file is in below format : 
&lt;BR /&gt;MemId,Age,FirstName,LastName,Date 
&lt;BR /&gt;1,25,Prakash,Dutta,1/1/2014 
&lt;BR /&gt;107,16,Joshua,Lin,1/1/2014 
&lt;BR /&gt;116,15,Windy,Xin,1/5/2014 
&lt;BR /&gt;125,14,Orange,Smith,2/5/2014 
&lt;BR /&gt;From this file, we need to JSON file as below format and insert the json document in mongodb. The JSON format would be as below 
&lt;BR /&gt; 
&lt;BR /&gt;Please help me to get a way to solve this issue. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Prakash</description>
      <pubDate>Wed, 03 Dec 2014 14:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-JSON-structure-from-CSV-file/m-p/2304195#M75995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T14:21:23Z</dc:date>
    </item>
  </channel>
</rss>

