<?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: Retrieving excel file (XLS) over HTTP on different platforms in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-excel-file-XLS-over-HTTP-on-different-platforms/m-p/2294019#M66935</link>
    <description>Hi, I was able to figure it out by myself.&lt;BR /&gt;For those who find this later on: I created a tFileFetch object pointing to the file and checked the option "Use cache to save the resources"&lt;BR /&gt;from there I did "onSubJobOK" to a tFileInputExcel&lt;BR /&gt;for the file path in the tFileInputExcel I put: ((java.io.InputStream)globalMap.get("tFileFetch_1_INPUT_STREAM"))&lt;BR /&gt;The file path step above is the key to the whole thing.&lt;BR /&gt;Hope this helps someone</description>
    <pubDate>Fri, 19 Apr 2013 15:57:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-19T15:57:26Z</dc:date>
    <item>
      <title>Retrieving excel file (XLS) over HTTP on different platforms</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-excel-file-XLS-over-HTTP-on-different-platforms/m-p/2294018#M66934</link>
      <description>Hi All,
&lt;BR /&gt;I have a webserver that has 3 excel files and 2 csv files. For my current job, I need to download one of the excel files to process it. Ideally I'd like to prompt for the file name but I am currently using a global variable.
&lt;BR /&gt;The other problem is that this job must be run in two environments: once on a linux machine and once on windows.
&lt;BR /&gt;The reason this is an issue is that normally I would setup a tFileFetch to download the excel locally but then the path is constrained to the machine I built it on. Is there a working directory talend can use regardless of where it's run? How can I setup talend to pull a csv/xls from a http URL and process it regardless of what platform is run on?
&lt;BR /&gt;Thank you so much for the assistance.</description>
      <pubDate>Sat, 16 Nov 2024 12:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-excel-file-XLS-over-HTTP-on-different-platforms/m-p/2294018#M66934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving excel file (XLS) over HTTP on different platforms</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-excel-file-XLS-over-HTTP-on-different-platforms/m-p/2294019#M66935</link>
      <description>Hi, I was able to figure it out by myself.&lt;BR /&gt;For those who find this later on: I created a tFileFetch object pointing to the file and checked the option "Use cache to save the resources"&lt;BR /&gt;from there I did "onSubJobOK" to a tFileInputExcel&lt;BR /&gt;for the file path in the tFileInputExcel I put: ((java.io.InputStream)globalMap.get("tFileFetch_1_INPUT_STREAM"))&lt;BR /&gt;The file path step above is the key to the whole thing.&lt;BR /&gt;Hope this helps someone</description>
      <pubDate>Fri, 19 Apr 2013 15:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-excel-file-XLS-over-HTTP-on-different-platforms/m-p/2294019#M66935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-19T15:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving excel file (XLS) over HTTP on different platforms</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-excel-file-XLS-over-HTTP-on-different-platforms/m-p/2294020#M66936</link>
      <description>I'm not totally sure about your problem, but perhaps it is helpful to use contexts, where you can define a single context.FILELOC in the jobs as path. For Windows, this context.FILELOC may be defined as the path C:/TEMP/JOBFILES/ and in a UNIX/Linux environment: opt/JOBFILES/ as path (just as an example). When exporting the job to your Windows machines, you could select the WINDOWS context, so the files will be stored in the C:\TEMP\JOBFILES directory. When exporting it to the UNIX/Linux machines, you could select the UNIX context, so the files will be stored in the /OPT/JOBFILES directory. 
&lt;BR /&gt;Defining the contexts can be done in the Contexts tab --&amp;gt; Values as table --&amp;gt; Configure Contexts... (small icon)</description>
      <pubDate>Fri, 19 Apr 2013 16:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-excel-file-XLS-over-HTTP-on-different-platforms/m-p/2294020#M66936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-19T16:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving excel file (XLS) over HTTP on different platforms</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-excel-file-XLS-over-HTTP-on-different-platforms/m-p/2294021#M66937</link>
      <description>Hi joesmith123, 
&lt;BR /&gt;I am trying to get also xls from a website and I saw you did also some simular work. I have no idea how to begin with, could you be so kind and help me with that? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 19 Mar 2014 15:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-excel-file-XLS-over-HTTP-on-different-platforms/m-p/2294021#M66937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T15:42:18Z</dc:date>
    </item>
  </channel>
</rss>

