<?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 File Path for job deployment in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/File-Path-for-job-deployment/m-p/2308162#M79521</link>
    <description>Hello,&lt;BR /&gt;   I created a job using file delimited and their path is a absolute one (C:\.........). I would like them to be relative (They would get created into the jar folder).&lt;BR /&gt;How should I do this?</description>
    <pubDate>Sat, 16 Nov 2024 13:57:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:57:01Z</dc:date>
    <item>
      <title>File Path for job deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-Path-for-job-deployment/m-p/2308162#M79521</link>
      <description>Hello,&lt;BR /&gt;   I created a job using file delimited and their path is a absolute one (C:\.........). I would like them to be relative (They would get created into the jar folder).&lt;BR /&gt;How should I do this?</description>
      <pubDate>Sat, 16 Nov 2024 13:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-Path-for-job-deployment/m-p/2308162#M79521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: File Path for job deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-Path-for-job-deployment/m-p/2308163#M79522</link>
      <description>It can be done using java system properties :&lt;BR /&gt;System.getProperty("user.dir") + System.getProperty("file.separator") + "relative path"&lt;BR /&gt;OR&lt;BR /&gt;System.getProperty("java.class.path") + System.getProperty("file.separator") + "relative path"</description>
      <pubDate>Tue, 19 May 2009 10:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-Path-for-job-deployment/m-p/2308163#M79522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-19T10:21:06Z</dc:date>
    </item>
  </channel>
</rss>

