<?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: tmap outputs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tmap-outputs/m-p/2316440#M86984</link>
    <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;jxl.read.biff.BiffException: The input file was not found"&lt;BR /&gt;And I don't get this error when giving the two tFileOutputExcel different file paths.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You are writting in the same excel file, the file will be created if it doesn't exist and the sheet name will be created as the file name without extention. 
&lt;BR /&gt;The default value of sheet name is "Sheet1", so it don't find the sheet name.
&lt;BR /&gt;Now, you can try to do:
&lt;BR /&gt;Set the sheet name as file name withou extention. eg:
&lt;BR /&gt;if the output file don't exist: forum6746.xls,
&lt;BR /&gt;set the sheet name as: "forum6746"
&lt;BR /&gt;or create the excel file and set the sheet name before you run the job.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
    <pubDate>Tue, 26 May 2009 03:59:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-05-26T03:59:51Z</dc:date>
    <item>
      <title>tmap outputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmap-outputs/m-p/2316439#M86983</link>
      <description>Hello ! 
&lt;BR /&gt;I'd like to make a job in which I write in an excel file whether a file exists or not. 
&lt;BR /&gt;So after my tFTPFileExist, I have a tMap with 2 outputs each linked to a tFileOutputExcel component with the same file path (one for ((Boolean)globalMap.get("tFTPFileExist_1_EXISTS")) and one for !((Boolean)globalMap.get("tFTPFileExist_1_EXISTS")) ) 
&lt;BR /&gt;This is giving me the following error 
&lt;BR /&gt;"Exception in component tFileOutputExcel_2 
&lt;BR /&gt;jxl.read.biff.BiffException: The input file was not found" 
&lt;BR /&gt;And I don't get this error when giving the two tFileOutputExcel different file paths. 
&lt;BR /&gt;Can someone correct my job please ? 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;tFTPFileExist----------------------&amp;gt; tFTPFileProperties -----------------&amp;gt; tMap --------------&amp;gt; tFileOutputExcel 
&lt;BR /&gt; component OK main | exists 
&lt;BR /&gt; | 
&lt;BR /&gt; doesn't exist | 
&lt;BR /&gt; v 
&lt;BR /&gt; tFileOutputExcel</description>
      <pubDate>Sat, 16 Nov 2024 13:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmap-outputs/m-p/2316439#M86983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: tmap outputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmap-outputs/m-p/2316440#M86984</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;jxl.read.biff.BiffException: The input file was not found"&lt;BR /&gt;And I don't get this error when giving the two tFileOutputExcel different file paths.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You are writting in the same excel file, the file will be created if it doesn't exist and the sheet name will be created as the file name without extention. 
&lt;BR /&gt;The default value of sheet name is "Sheet1", so it don't find the sheet name.
&lt;BR /&gt;Now, you can try to do:
&lt;BR /&gt;Set the sheet name as file name withou extention. eg:
&lt;BR /&gt;if the output file don't exist: forum6746.xls,
&lt;BR /&gt;set the sheet name as: "forum6746"
&lt;BR /&gt;or create the excel file and set the sheet name before you run the job.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 26 May 2009 03:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmap-outputs/m-p/2316440#M86984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-26T03:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: tmap outputs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmap-outputs/m-p/2316441#M86985</link>
      <description>Thank for your answer shong. I've tried a lot of different settings (sheet name same as filename without extension, file created before running the job, append and not append.... ) and I've never managed to fix the problem. The error is always the same, I don't know what is wrong. 
&lt;BR /&gt;Now I've replaced the tFileOutputExcel components with tFileOutputDelimited and it's working... I guess I'll use this 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 26 May 2009 09:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmap-outputs/m-p/2316441#M86985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-26T09:30:19Z</dc:date>
    </item>
  </channel>
</rss>

