<?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: Place to Save Temp Files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295493#M68267</link>
    <description>Hi,&lt;BR /&gt;Can you use a context variable to define your temp data directory path? Such as, context.REX_DIR_TempFileCache.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Tue, 23 Jun 2015 07:53:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-23T07:53:31Z</dc:date>
    <item>
      <title>Place to Save Temp Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295490#M68264</link>
      <description>Hey guys, I'm working a project, which downloads a file from a FTP server using tFTPGet, rearranges the columns, then uploads the new file to another FTP server. I want to export the job as a .jar and make it portable to any machine. However, I'm running into a problem because I don't know where to store the files that get pulled from the FTP server. Is there a way to direct tFTPGet to save the files in some sort of local working directory? If not are there any other viable solutions to this problem?&amp;nbsp;</description>
      <pubDate>Fri, 19 Jun 2015 14:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295490#M68264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T14:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Place to Save Temp Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295491#M68265</link>
      <description>You can the files anywhere you want then delete them before your job finish.&lt;BR /&gt;Regards,&lt;BR /&gt;Fred</description>
      <pubDate>Fri, 19 Jun 2015 18:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295491#M68265</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2015-06-19T18:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Place to Save Temp Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295492#M68266</link>
      <description>I'm able to save the files and then delete them when I'm done. However, my problem is where do I save them if I want to make my job fully portable on each machine? Not every machine I'll be running it on will have a /usr/UserName/Desktop/ProjectTempFile folder. I'm wanting to know how to save it in the directory that the .jar file resides when I build the project.&amp;nbsp;</description>
      <pubDate>Mon, 22 Jun 2015 14:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295492#M68266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-22T14:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Place to Save Temp Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295493#M68267</link>
      <description>Hi,&lt;BR /&gt;Can you use a context variable to define your temp data directory path? Such as, context.REX_DIR_TempFileCache.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 23 Jun 2015 07:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295493#M68267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T07:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Place to Save Temp Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295494#M68268</link>
      <description>I can define a context variable to store the location path where I want to save the file. However, what I'm wanting to know is if there is a way to store the file in the same location that the built Job is running from. Once that job moves around, the directory path is not the same and I want to see if there is a dynamic way for the job to know where it is running from.&amp;nbsp;</description>
      <pubDate>Tue, 23 Jun 2015 14:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295494#M68268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T14:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Place to Save Temp Files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295495#M68269</link>
      <description>hi all,&lt;BR /&gt;I guess you misunderstood the use of context varaibles.&lt;BR /&gt;Have a look at how you can specify a context variable with different value due to the environement you're running it.&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=How+to+centralize+contexts+variables&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=How+to+centralize+contexts+variables&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 24 Jun 2015 08:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Place-to-Save-Temp-Files/m-p/2295495#M68269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T08:51:01Z</dc:date>
    </item>
  </channel>
</rss>

