<?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: Forward or backlash in the Context Variable in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Forward-or-backlash-in-the-Context-Variable/m-p/2225046#M17513</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; It should work fine without any changes. I tried the job in Talend 7 and its working fine.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzsf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145725iEAC0E5549D0FC393/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzsf.png" alt="0683p000009Lzsf.png" /&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;If you are using \ symbol, you will have to use escape symbol in front of it. So it should be \\.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
    <pubDate>Fri, 28 Sep 2018 06:16:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-28T06:16:41Z</dc:date>
    <item>
      <title>Forward or backlash in the Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Forward-or-backlash-in-the-Context-Variable/m-p/2225044#M17511</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just installed Talend Studio 7.0 from 6.4.&amp;nbsp; My file paths with forward slashes worked fine in 6.4.&amp;nbsp; Now in 7.0 it does not work.&amp;nbsp; What is the proper way to use in the context variable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I hard code the paths (in tFileInputDelimieted) like so:&amp;nbsp;"S:/Folder1/Folder2/", it works fine.&amp;nbsp; However, I don't want to hard code it; i would like to put in the context variable as these path is used in most of my jobs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know the proper syntax.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Forward-or-backlash-in-the-Context-Variable/m-p/2225044#M17511</guid>
      <dc:creator>rgranado</dc:creator>
      <dc:date>2024-11-16T07:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forward or backlash in the Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Forward-or-backlash-in-the-Context-Variable/m-p/2225045#M17512</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000067MmgAAE"&gt;@rgranado&lt;/A&gt;,you create a global context&amp;nbsp;for the file path and call the context for the all the where are you going to use the same path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;File_name sting&amp;nbsp;&lt;SPAN&gt;S:/Folder1/Folder2/&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 06:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Forward-or-backlash-in-the-Context-Variable/m-p/2225045#M17512</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-09-28T06:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Forward or backlash in the Context Variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Forward-or-backlash-in-the-Context-Variable/m-p/2225046#M17513</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; It should work fine without any changes. I tried the job in Talend 7 and its working fine.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzsf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145725iEAC0E5549D0FC393/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzsf.png" alt="0683p000009Lzsf.png" /&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;If you are using \ symbol, you will have to use escape symbol in front of it. So it should be \\.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 06:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Forward-or-backlash-in-the-Context-Variable/m-p/2225046#M17513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T06:16:41Z</dc:date>
    </item>
  </channel>
</rss>

