<?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: Read .json file from S3 with multiple sub folders in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Read-json-file-from-S3-with-multiple-sub-folders/m-p/2208861#M7911</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please let us know if this component tS3Get can meet your needs?&lt;/P&gt;
&lt;P&gt;Here is online component reference:&lt;/P&gt;
&lt;P&gt;&lt;A title="https://help.talend.com/reader/MEJTft6Phcbzeotwjs0Ivw/AtIpnMYkEW9Flmg8VWPO3Q" href="https://help.talend.com/reader/MEJTft6Phcbzeotwjs0Ivw/AtIpnMYkEW9Flmg8VWPO3Q" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/MEJTft6Phcbzeotwjs0Ivw/AtIpnMYkEW9Flmg8VWPO3Q&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2019 05:42:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-21T05:42:56Z</dc:date>
    <item>
      <title>Read .json file from S3 with multiple sub folders</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-json-file-from-S3-with-multiple-sub-folders/m-p/2208860#M7910</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know how to read json file from S3 that is segregated into different subfolders?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My json file's path is in this format: year/month/day/text.json&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"/2018/12/1/text1.json"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"/2018/12/2/text2.json"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"/2018/12/3/text3.json"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-json-file-from-S3-with-multiple-sub-folders/m-p/2208860#M7910</guid>
      <dc:creator>SR2210</dc:creator>
      <dc:date>2024-11-16T04:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Read .json file from S3 with multiple sub folders</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-json-file-from-S3-with-multiple-sub-folders/m-p/2208861#M7911</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please let us know if this component tS3Get can meet your needs?&lt;/P&gt;
&lt;P&gt;Here is online component reference:&lt;/P&gt;
&lt;P&gt;&lt;A title="https://help.talend.com/reader/MEJTft6Phcbzeotwjs0Ivw/AtIpnMYkEW9Flmg8VWPO3Q" href="https://help.talend.com/reader/MEJTft6Phcbzeotwjs0Ivw/AtIpnMYkEW9Flmg8VWPO3Q" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/MEJTft6Phcbzeotwjs0Ivw/AtIpnMYkEW9Flmg8VWPO3Q&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 05:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-json-file-from-S3-with-multiple-sub-folders/m-p/2208861#M7911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-21T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Read .json file from S3 with multiple sub folders</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-json-file-from-S3-with-multiple-sub-folders/m-p/2208862#M7912</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;If you know the list of dates prior to data extraction, you can make it an input to tFlowtoIterate where you will send the parsed values of each date to identify the directory. Then you can connect to tS3Get to pick the data for each date. In short, the input dates can be from a file or DB and the high level components required are as below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tFileInputDelimited -&amp;gt; tMap-&amp;gt;tFlowtoIterate-(Iterate)-&amp;gt; tS3Get&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 16:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-json-file-from-S3-with-multiple-sub-folders/m-p/2208862#M7912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-21T16:12:17Z</dc:date>
    </item>
  </channel>
</rss>

