<?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: Copy/Rename/Move Files on S3 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283991#M57780</link>
    <description>Hi Sanvaibha, Please explain me in detail, how to use tsystem &amp;amp; powershell scripting to achieve this functionality?, We don't want to bring the file to local, we want to move the file with in S3 across multiple locations ? Is this possible ? ~ Thanks for your help</description>
    <pubDate>Thu, 12 Jul 2018 12:38:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-12T12:38:31Z</dc:date>
    <item>
      <title>Copy/Rename/Move Files on S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283986#M57775</link>
      <description>Hello, 
&lt;BR /&gt;I would like to be able to copy/rename/move files from one bucket to another on S3 without having to do: 
&lt;BR /&gt;tS3Get --&amp;gt; tS3Put 
&lt;BR /&gt;I know that this is possible with S3 in general. There are methods that exist in python/java that allow you to modify the src_bucket, dest_bucket, and metadata associated with the S3 document. Just doesn't seem to be built into talends components. 
&lt;BR /&gt;Has anyone done this? If so, how? If not, do we know if this is a planned component in the future? 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;James Gilchrist</description>
      <pubDate>Sat, 16 Nov 2024 11:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283986#M57775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Rename/Move Files on S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283987#M57776</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I know that this is possible with S3 in general. There are methods that exist in python/java that allow you to modify the src_bucket, dest_bucket, and metadata associated with the S3 document. Just doesn't seem to be built into talends components.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You don't want to use tS3Get --&amp;gt; tS3Put to achieve that? What's your requirement? a management component for S3(such tS3BucketXXX )?
&lt;BR /&gt;So far, we have supported for such S3 components in community version.
&lt;BR /&gt;tS3BucketCreate
&lt;BR /&gt;tS3BucketDelete
&lt;BR /&gt;tS3BucketExist
&lt;BR /&gt;tS3BucketList
&lt;BR /&gt;tS3Close
&lt;BR /&gt;tS3Connection
&lt;BR /&gt;tS3Delete
&lt;BR /&gt;tS3Get
&lt;BR /&gt;tS3List
&lt;BR /&gt;tS3Put 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Feb 2014 03:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283987#M57776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-27T03:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Rename/Move Files on S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283988#M57777</link>
      <description>I want to move file when file processed. So How can I move files from one folder to another folder in S3 bucket via talend. by using tS3get i need to download into local and then use tput to place another directory and this will be time consuming. and by tS3delete, we can only delete only.</description>
      <pubDate>Thu, 31 Jul 2014 09:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283988#M57777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T09:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Rename/Move Files on S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283989#M57778</link>
      <description>Hi Adam,&lt;BR /&gt;if you know the powershel scripting, then you can do it using tSystem component in talend.&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 31 Jul 2014 09:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283989#M57778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T09:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Rename/Move Files on S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283990#M57779</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I want to move file when file processed. So How can I move files from one folder to another folder in S3 bucket via talend. by using tS3get i need to download into local and then use tput to place another directory and this will be time consuming. and by tS3delete, we can only delete only.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;adam719, were you able to figure out a solution for this? &amp;nbsp;I would like to do the same thing.</description>
      <pubDate>Fri, 15 Aug 2014 20:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283990#M57779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-15T20:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Copy/Rename/Move Files on S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283991#M57780</link>
      <description>Hi Sanvaibha, Please explain me in detail, how to use tsystem &amp;amp; powershell scripting to achieve this functionality?, We don't want to bring the file to local, we want to move the file with in S3 across multiple locations ? Is this possible ? ~ Thanks for your help</description>
      <pubDate>Thu, 12 Jul 2018 12:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-Rename-Move-Files-on-S3/m-p/2283991#M57780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-12T12:38:31Z</dc:date>
    </item>
  </channel>
</rss>

