<?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 Dataset file location after build job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dataset-file-location-after-build-job/m-p/2338320#M106571</link>
    <description>&lt;P&gt;After building the job, I am able to run the batch file, shell script etc. However they are using absolute path of where the datasets are located. That will be a problem if I pass the batch file/shell script for someone to use.&lt;/P&gt;&lt;P&gt;That person most probably will have a different absolute path to the datasets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using “./example/example.csv”&amp;nbsp;or “c:/something/something/tsd/workspace1” to specify the location of the data in the job metadata/tFileInputDelimited prior to building the job. Assuming “workspace1” or “./ “will be taken as the root directory. Both ways didn’t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions as below &lt;/P&gt;&lt;P&gt;1)Where to place the dataset inside the folder/zip created by building the job in order for the batch file/shell script to locate it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)How to specify a relative path “./dataset”&amp;nbsp;in the metadata/tFileInputDelimited such that the batch file knows where to look for the dataset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:14:54 GMT</pubDate>
    <dc:creator>egoh1618542899</dc:creator>
    <dc:date>2024-11-16T00:14:54Z</dc:date>
    <item>
      <title>Dataset file location after build job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataset-file-location-after-build-job/m-p/2338320#M106571</link>
      <description>&lt;P&gt;After building the job, I am able to run the batch file, shell script etc. However they are using absolute path of where the datasets are located. That will be a problem if I pass the batch file/shell script for someone to use.&lt;/P&gt;&lt;P&gt;That person most probably will have a different absolute path to the datasets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using “./example/example.csv”&amp;nbsp;or “c:/something/something/tsd/workspace1” to specify the location of the data in the job metadata/tFileInputDelimited prior to building the job. Assuming “workspace1” or “./ “will be taken as the root directory. Both ways didn’t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions as below &lt;/P&gt;&lt;P&gt;1)Where to place the dataset inside the folder/zip created by building the job in order for the batch file/shell script to locate it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)How to specify a relative path “./dataset”&amp;nbsp;in the metadata/tFileInputDelimited such that the batch file knows where to look for the dataset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataset-file-location-after-build-job/m-p/2338320#M106571</guid>
      <dc:creator>egoh1618542899</dc:creator>
      <dc:date>2024-11-16T00:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset file location after build job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataset-file-location-after-build-job/m-p/2338321#M106572</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Are you trying to use a shared network path for your relative path?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 03:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataset-file-location-after-build-job/m-p/2338321#M106572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-19T03:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset file location after build job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataset-file-location-after-build-job/m-p/2338322#M106573</link>
      <description>&lt;P&gt;Not shared network path.  Just local path, say "c:/something/data.csv". After I build the job, i wish to have "./data.csv" as the path so that the user of the batch file can just place data.csv in the build folder. and use the batch file. Nonetheless, I think  "context parameters/variables" will most likely works for me. Thanks anyway!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 05:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataset-file-location-after-build-job/m-p/2338322#M106573</guid>
      <dc:creator>egoh1618542899</dc:creator>
      <dc:date>2021-04-19T05:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset file location after build job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dataset-file-location-after-build-job/m-p/2338323#M106574</link>
      <description>&lt;P&gt;To make it even more user friendly, you can write some custom Swing Java which can prompt something to the end user to make appropriate selections too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, context variables are more safe/ extensible in general&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 17:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dataset-file-location-after-build-job/m-p/2338323#M106574</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2021-04-19T17:01:37Z</dc:date>
    </item>
  </channel>
</rss>

