<?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: How to iterate from ts3Get in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229774#M20620</link>
    <description>OK, glad to see you get it working!&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Apr 2020 09:17:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-28T09:17:45Z</dc:date>
    <item>
      <title>How to iterate from ts3Get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229768#M20614</link>
      <description>&lt;P&gt;Scenario: I have a few files in S3 bucket, now I want to get only a single file at a time and process the file and then get another file again and process it again, this should continue for all the files present in the S3.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please find the job design.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB1.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139611i84A7ED8A2EBBE6FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB1.jpg" alt="0683p000009MAB1.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229768#M20614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate from ts3Get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229769#M20615</link>
      <description>Hi 
&lt;BR /&gt;Use tS3List to iterate each file, the job looks like:
&lt;BR /&gt;tS3List--iterate--tS3Get--oncomponentok--tFileInputJson....balabala
&lt;BR /&gt;
&lt;BR /&gt;From your image, I see you get all files to local system first, and then iterate each file and read the file one by one. 
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 28 Apr 2020 08:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229769#M20615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T08:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate from ts3Get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229770#M20616</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQqxAAG"&gt;@vvengala&lt;/A&gt;&amp;nbsp;,you use on component ok.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 08:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229770#M20616</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-28T08:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate from ts3Get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229771#M20617</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have tried it but getting the below error after processing first file:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Connection pool shut down&lt;BR /&gt;Exception in component tFileList_1 (S3_Multiple_Files_Connection)&lt;BR /&gt;java.lang.RuntimeException: No file found in directory C:/Users/Vivek/Desktop/AWS/JSON/S3Connection/IPfiles&lt;BR /&gt;at aws.s3_multiple_files_connection_0_1.S3_Multiple_Files_Connection.tFileList_1Process(S3_Multiple_Files_Connection.java:3139)&lt;BR /&gt;at aws.s3_multiple_files_connection_0_1.S3_Multiple_Files_Connection.tS3List_1Process(S3_Multiple_Files_Connection.java:3636)&lt;BR /&gt;at aws.s3_multiple_files_connection_0_1.S3_Multiple_Files_Connection.tS3BucketExist_1Process(S3_Multiple_Files_Connection.java:3362)&lt;BR /&gt;at aws.s3_multiple_files_connection_0_1.S3_Multiple_Files_Connection.tS3Connection_1Process(S3_Multiple_Files_Connection.java:3846)&lt;BR /&gt;at aws.s3_multiple_files_connection_0_1.S3_Multiple_Files_Connection.runJobInTOS(S3_Multiple_Files_Connection.java:4076)&lt;BR /&gt;at aws.s3_multiple_files_connection_0_1.S3_Multiple_Files_Connection.main(S3_Multiple_Files_Connection.java:3925)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 08:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229771#M20617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate from ts3Get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229772#M20618</link>
      <description>Take a look at my job design in previous post, I don't use tFileList.
&lt;BR /&gt;or you want to get all files to local system first? 
&lt;BR /&gt;In your job, you need to use onSubjobOK connector to control the execution order, ensure the files are downloaded to local system before they are used. 
&lt;BR /&gt;tS3List....
&lt;BR /&gt;|onsubjobok
&lt;BR /&gt;tFileList....
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 28 Apr 2020 09:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229772#M20618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T09:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate from ts3Get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229773#M20619</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;, I want to get one file and process it, then get the other file and process it. It should repeat for all the files.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have removed the ts3close connection, which runs on tfilelist subjob ok. it is working fine now.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 09:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229773#M20619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T09:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate from ts3Get</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229774#M20620</link>
      <description>OK, glad to see you get it working!&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2020 09:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-from-ts3Get/m-p/2229774#M20620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T09:17:45Z</dc:date>
    </item>
  </channel>
</rss>

