<?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: tFileExist does work when using context Variable in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileExist-does-work-when-using-context-Variable/m-p/2244949#M30951</link>
    <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LLpoAAG"&gt;@Moe&lt;/A&gt; Could you please advise whether the details helped to resolve your issue? If yes, could you please mark the topic as resolved? Warm Regards, Nikhil Thampi Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Wed, 06 Feb 2019 15:08:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-06T15:08:10Z</dc:date>
    <item>
      <title>tFileExist does work when using context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExist-does-work-when-using-context-Variable/m-p/2244946#M30948</link>
      <description>&lt;P&gt;I am using Talend ESB Opem Studio 7.1 running on MacOS Mojave.&amp;nbsp; I want to check if a file exists and fail the process if it isn't.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I pass hardcoded filepath/name the component works as expected '&lt;/P&gt; 
&lt;P class="p1"&gt;!((Boolean)globalMap.get(&lt;SPAN class="s1"&gt;"tFileExist_1_EXISTS"&lt;/SPAN&gt;))' returns FALSE. as the file definitely exists&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;however with same file name passed as Context variable in tFileExist, above expression returns FALSE.&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;Please help&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;See below job.&lt;/P&gt; 
&lt;P class="p1"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2019-02-05 at 15.45.56.png" style="width: 843px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Tc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151103i7FFD5CECFD0977A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Tc.png" alt="0683p000009M2Tc.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExist-does-work-when-using-context-Variable/m-p/2244946#M30948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExist does work when using context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExist-does-work-when-using-context-Variable/m-p/2244947#M30949</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Did you print the value of your context variable to see whether the data in the context variable is right?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Also one another thing I would look is whether you are giving just file name or fully qualified file path.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please look these details and update if the error still persists?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 16:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExist-does-work-when-using-context-Variable/m-p/2244947#M30949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-05T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExist does work when using context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExist-does-work-when-using-context-Variable/m-p/2244948#M30950</link>
      <description>&lt;P&gt;You need to give the context.path+context.filename.&lt;BR /&gt;I am already using that component in the same way to trigger the next flow if file exist&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 03:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExist-does-work-when-using-context-Variable/m-p/2244948#M30950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T03:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: tFileExist does work when using context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileExist-does-work-when-using-context-Variable/m-p/2244949#M30951</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LLpoAAG"&gt;@Moe&lt;/A&gt; Could you please advise whether the details helped to resolve your issue? If yes, could you please mark the topic as resolved? Warm Regards, Nikhil Thampi Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 06 Feb 2019 15:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileExist-does-work-when-using-context-Variable/m-p/2244949#M30951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T15:08:10Z</dc:date>
    </item>
  </channel>
</rss>

