<?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 json files in s3 bucket to csv in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274067#M50853</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have situation where i need to pick json files(3 files) from s3 bucket and convert one by one into csv files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 07:47:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-26T07:47:15Z</dc:date>
    <item>
      <title>json files in s3 bucket to csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274067#M50853</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have situation where i need to pick json files(3 files) from s3 bucket and convert one by one into csv files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 07:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274067#M50853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T07:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: json files in s3 bucket to csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274068#M50854</link>
      <description>Hi
&lt;BR /&gt;Use a tS3List to iterate each file and download them to local system using tS3Get. 
&lt;BR /&gt;Do the files have the same structure? 
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 26 May 2020 08:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274068#M50854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T08:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: json files in s3 bucket to csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274069#M50855</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, the files have different structure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And also please can i have an example job for this as i am new to Talend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Raghu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 08:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274069#M50855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: json files in s3 bucket to csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274070#M50856</link>
      <description>If the files have different structure, you need to create different subjob to process each file, the job design looks like:
&lt;BR /&gt;tS3Connection
&lt;BR /&gt;|onsubjobok
&lt;BR /&gt;tS3list--iterate--tS3Get
&lt;BR /&gt;|onsubjobok
&lt;BR /&gt;tS3Close
&lt;BR /&gt;|onsubjobok
&lt;BR /&gt;tFileInputJson1--main--tFileOutputDelimited1
&lt;BR /&gt;|onsubjobok
&lt;BR /&gt;tFileInputJson2--main--tFileOutputDelimited2
&lt;BR /&gt;|onsubjobok
&lt;BR /&gt;tFileInputJson3--main--tFileOutputDelimited3
&lt;BR /&gt;
&lt;BR /&gt;Refer to the component documentation and learn these components, let me know if you any questions. 
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 26 May 2020 08:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274070#M50856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T08:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: json files in s3 bucket to csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274071#M50857</link>
      <description>&lt;P&gt;Actually i need to read the JSON files one by one and convert it into csv files and the list of csv files will be picked up tfilelist and and is loaded to redshift database which is already designed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And also one more thing i am not able to see File option in basic settings is there any thing i need to change to get the File setting option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Matx"&gt;Json to csv.docx&lt;/A&gt;</description>
      <pubDate>Tue, 26 May 2020 09:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274071#M50857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: json files in s3 bucket to csv</title>
      <link>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274072#M50858</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;Check the 'Configure output' box and select Output type as 'CSV', then, you are able to configure the CSV options.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snipaste_2020-05-27_15-38-41.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaHK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155542iAD96BEEB7DFB3511/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaHK.png" alt="0683p000009MaHK.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 08:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/json-files-in-s3-bucket-to-csv/m-p/2274072#M50858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-27T08:40:04Z</dc:date>
    </item>
  </channel>
</rss>

