<?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: [resolved] tfilecopy inconsistent behavior in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347102#M114418</link>
    <description>Hi Asif&lt;BR /&gt;Link tFileUnarchive with tFileCopy by OncomponentOK.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Wed, 07 Mar 2012 06:27:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-07T06:27:16Z</dc:date>
    <item>
      <title>[resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347093#M114409</link>
      <description>Hi,&lt;BR /&gt;I have a job &lt;BR /&gt;tfilelist--&amp;gt;tfilearchive--&amp;gt;tfilecopy&lt;BR /&gt;there is an inconsistent behaviour of tfilecopy component. It works fine but sometimes it gives following error  and the job stops:&lt;BR /&gt;Exception in component tFileCopy_1&lt;BR /&gt;java.lang.RuntimeException: The source File "abc.csv" does not exist or is not a file.&lt;BR /&gt;source destination= ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;BR /&gt;I have to restart the job and it starts working fine. Anything i am missing here?&lt;BR /&gt;I am using Talend 4.2.2&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Asif</description>
      <pubDate>Tue, 06 Mar 2012 05:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347093#M114409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-06T05:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347094#M114410</link>
      <description>Hi Asif&lt;BR /&gt;According to source destination in tFileCopy, you want to copy original files from tFileList.&lt;BR /&gt;Why do you put tFileUnArchive between tFileList and tFileCopy?&lt;BR /&gt;How do you link tFileUnArchive with tFileCopy?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 06 Mar 2012 05:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347094#M114410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-06T05:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347095#M114411</link>
      <description>Hi Pedro,
&lt;BR /&gt;The job I mentioned works like tfileunarchive unzips the files in tfilelist and then successfully unzipped files are moved to another destination.
&lt;BR /&gt;tfilelist---iterate--&amp;gt;tfileunarchive---iterate---&amp;gt;tfilecopy</description>
      <pubDate>Tue, 06 Mar 2012 05:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347095#M114411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-06T05:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347096#M114412</link>
      <description>Hi
&lt;BR /&gt;Got it. 
&lt;BR /&gt;In post #1, you say the component is tFileArchive...
&lt;BR /&gt;The expression in tFileCopy should be as follow.
&lt;BR /&gt;
&lt;PRE&gt;((String)globalMap.get("tFileUnarchive_1_CURRENT_FILEPATH"))&lt;/PRE&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 06 Mar 2012 06:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347096#M114412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-06T06:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347097#M114413</link>
      <description>Hi Pedro,&lt;BR /&gt;Sorry must the typo in post#1...will check this way and let you know what it turns out. Thanks : )&lt;BR /&gt;Regards&lt;BR /&gt;Asif</description>
      <pubDate>Tue, 06 Mar 2012 06:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347097#M114413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-06T06:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347098#M114414</link>
      <description>Hi Pedro,
&lt;BR /&gt;It turned out to be moving the unarchived files instead to zip files. I wanted to move the zips files that are successfuly unziped using tfileunzip.
&lt;BR /&gt;Regards
&lt;BR /&gt;Asif</description>
      <pubDate>Tue, 06 Mar 2012 12:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347098#M114414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-06T12:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347099#M114415</link>
      <description>Hi Asif
&lt;BR /&gt;If you want to move the zips files that are successfully upziped, why does the exception is "The source File "abc.csv" does not exist or is not a file"?
&lt;BR /&gt;It should be like "abc.zip"...
&lt;BR /&gt;SO. I want to know your accurate requirement.
&lt;BR /&gt;Maybe you want this job in the image???
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 06 Mar 2012 13:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347099#M114415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-06T13:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347100#M114416</link>
      <description>Hi Pedro, 
&lt;BR /&gt;Apologies for not providing the correct requirements at first place. Actualy I am using the same job as you mentioned in the image which unzips the files and move the actual zips to another location. The job in the image works absolutely fine but sometimes it gives error "The source File "abc.zip" does not exist or is not a file" at tfilecopy. Which when restarted goes well again. 
&lt;BR /&gt;The error occurs at random sometimes goes ends well sometimes it doesnt for the same files. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Asif</description>
      <pubDate>Wed, 07 Mar 2012 06:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347100#M114416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-07T06:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347101#M114417</link>
      <description>Here is the image for the job I am currently using with tfilecopy source destination= ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))</description>
      <pubDate>Wed, 07 Mar 2012 06:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347101#M114417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-07T06:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347102#M114418</link>
      <description>Hi Asif&lt;BR /&gt;Link tFileUnarchive with tFileCopy by OncomponentOK.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 07 Mar 2012 06:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347102#M114418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-07T06:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tfilecopy inconsistent behavior</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347103#M114419</link>
      <description>Thanks Pedro, it worked 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 08 Mar 2012 09:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tfilecopy-inconsistent-behavior/m-p/2347103#M114419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-08T09:52:42Z</dc:date>
    </item>
  </channel>
</rss>

