<?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 Ingest folder names from s3 bucket and load to postgres table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Ingest-folder-names-from-s3-bucket-and-load-to-postgres-table/m-p/2481843#M141273</link>
    <description>&lt;P&gt;I am trying to ingest multiple s3 folder names into a table.&lt;/P&gt;
&lt;P&gt;eg: from folder A i am trying to process one specific folder instead of going in all folders&lt;/P&gt;
&lt;P&gt;here are the list of components ts3list---&amp;gt;iterate---&amp;gt;tjava,---&amp;gt;ts3get i am using ts3list component to fetch all the files from folder. i would like to use a component before the ts3list that would tell ts3list what folder it should process.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vijay_1823_1-1726499581933.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171714i185D55E4131B6D22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vijay_1823_1-1726499581933.png" alt="Vijay_1823_1-1726499581933.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 15:18:07 GMT</pubDate>
    <dc:creator>Vijay_1823</dc:creator>
    <dc:date>2024-09-16T15:18:07Z</dc:date>
    <item>
      <title>Ingest folder names from s3 bucket and load to postgres table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ingest-folder-names-from-s3-bucket-and-load-to-postgres-table/m-p/2481843#M141273</link>
      <description>&lt;P&gt;I am trying to ingest multiple s3 folder names into a table.&lt;/P&gt;
&lt;P&gt;eg: from folder A i am trying to process one specific folder instead of going in all folders&lt;/P&gt;
&lt;P&gt;here are the list of components ts3list---&amp;gt;iterate---&amp;gt;tjava,---&amp;gt;ts3get i am using ts3list component to fetch all the files from folder. i would like to use a component before the ts3list that would tell ts3list what folder it should process.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vijay_1823_1-1726499581933.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171714i185D55E4131B6D22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vijay_1823_1-1726499581933.png" alt="Vijay_1823_1-1726499581933.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 15:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ingest-folder-names-from-s3-bucket-and-load-to-postgres-table/m-p/2481843#M141273</guid>
      <dc:creator>Vijay_1823</dc:creator>
      <dc:date>2024-09-16T15:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest folder names from s3 bucket and load to postgres table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ingest-folder-names-from-s3-bucket-and-load-to-postgres-table/m-p/2481859#M141275</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You ca use something like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_0-1726502866296.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171719i0D925E01A9FD0FB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_0-1726502866296.png" alt="Dave_Simo_0-1726502866296.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In tForeach_2&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_1-1726502954060.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171720i69D80624614CD99C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_1-1726502954060.png" alt="Dave_Simo_1-1726502954060.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In tS3List&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_3-1726503098141.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171722i43BF8D847AFDB417/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_3-1726503098141.png" alt="Dave_Simo_3-1726503098141.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this can help you&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 16:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ingest-folder-names-from-s3-bucket-and-load-to-postgres-table/m-p/2481859#M141275</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2024-09-16T16:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest folder names from s3 bucket and load to postgres table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ingest-folder-names-from-s3-bucket-and-load-to-postgres-table/m-p/2482015#M141277</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Dave_Simo,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for your quick reply,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let me explain what i want to achieve here, there is one s3 bucket named ABCD and in that bucket there are multiple objects or folders named AA, AB, AC, AD, AE and in that objects there are again multiple folders/objects named as AAA, ABA, ACA, ADA but here i want ts3list to go in only folder named ACA and load the data into the table, also this process should go in every folder of AA, AB, AC, AD, AE and go in only&amp;nbsp;ACA folder and load the data.(because ACA folder contains required data we need to load).How i can achieve this in talend ? Thanks !&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 10:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ingest-folder-names-from-s3-bucket-and-load-to-postgres-table/m-p/2482015#M141277</guid>
      <dc:creator>Vijay_1823</dc:creator>
      <dc:date>2024-09-17T10:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest folder names from s3 bucket and load to postgres table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ingest-folder-names-from-s3-bucket-and-load-to-postgres-table/m-p/2482040#M141280</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Not having an AWS environment to test I think the link below could help you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design-and-Development/S3-bucket-naming-from-talend/td-p/2270460" target="_blank"&gt;https://community.qlik.com/t5/Design-and-Development/S3-bucket-naming-from-talend/td-p/2270460&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 12:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ingest-folder-names-from-s3-bucket-and-load-to-postgres-table/m-p/2482040#M141280</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2024-09-17T12:06:52Z</dc:date>
    </item>
  </channel>
</rss>

