<?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 How to Iterate all folders in s3 list component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Iterate-all-folders-in-s3-list-component/m-p/2339575#M107705</link>
    <description>&lt;P&gt;I have the necessary items(test_20230404.csv) in each subfolder.&amp;nbsp;how to iterate through all subfolders in the S3 list component and extract the necessary items from them&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:  s3://devbucket/data/travel/&lt;/P&gt;&lt;P&gt;in above path we have multiple sub folders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; s3://devbucket/data/travel/processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; s3://devbucket/data/travel/archive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; s3://devbucket/data/travel/oldfiles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on s3 list component I mentioned bucket name "&lt;/P&gt;&lt;P&gt;devbucket"  &lt;/P&gt;and key place "&lt;P&gt;data/travel/test_"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I want to iterate through every subfolder in the travel folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:55:26 GMT</pubDate>
    <dc:creator>Vijay_K_N</dc:creator>
    <dc:date>2024-11-15T21:55:26Z</dc:date>
    <item>
      <title>How to Iterate all folders in s3 list component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Iterate-all-folders-in-s3-list-component/m-p/2339575#M107705</link>
      <description>&lt;P&gt;I have the necessary items(test_20230404.csv) in each subfolder.&amp;nbsp;how to iterate through all subfolders in the S3 list component and extract the necessary items from them&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:  s3://devbucket/data/travel/&lt;/P&gt;&lt;P&gt;in above path we have multiple sub folders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; s3://devbucket/data/travel/processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; s3://devbucket/data/travel/archive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; s3://devbucket/data/travel/oldfiles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on s3 list component I mentioned bucket name "&lt;/P&gt;&lt;P&gt;devbucket"  &lt;/P&gt;and key place "&lt;P&gt;data/travel/test_"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I want to iterate through every subfolder in the travel folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Iterate-all-folders-in-s3-list-component/m-p/2339575#M107705</guid>
      <dc:creator>Vijay_K_N</dc:creator>
      <dc:date>2024-11-15T21:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Iterate all folders in s3 list component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Iterate-all-folders-in-s3-list-component/m-p/2339576#M107706</link>
      <description>&lt;P&gt;Hello @Vijay Kumar N​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;To achieve your goal, in tS3List component, please setup bucket name to "devbucket", and Key prefix to "&lt;B&gt;data/travel&lt;/B&gt;" as the below, in tJava component, output the key name by &lt;/P&gt;&lt;P&gt;&lt;B&gt;System.out.println(globalMap.get("tS3List_1_CURRENT_KEY"));&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000fJQATAA4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144350iB1A21394D9C6D9D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000fJQATAA4.png" alt="0695b00000fJQATAA4.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 07:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Iterate-all-folders-in-s3-list-component/m-p/2339576#M107706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-06T07:52:15Z</dc:date>
    </item>
  </channel>
</rss>

