<?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 Appending same excel file with different sheet in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195759#M210</link>
    <description>&lt;P&gt;I want to append data to&amp;nbsp; existing excel file in new sheet.How I can achieve that ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but i am getting below error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[statistics] connecting to socket on port 3854&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tFileOutputExcel_3 (ExtractMetadata)&lt;BR /&gt;org.apache.poi.EmptyFileException: The supplied file was empty (zero bytes long)&lt;BR /&gt;at org.apache.poi.util.IOUtils.peekFirstNBytes(IOUtils.java:65)&lt;BR /&gt;at org.apache.poi.util.IOUtils.peekFirst8Bytes(IOUtils.java:48)&lt;BR /&gt;at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:177)&lt;BR /&gt;at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:144)&lt;BR /&gt;at org.talend.ExcelTool.prepareXlsxFile(ExcelTool.java:114)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.tSalesforceInput_1Process(ExtractMetadata.java:6322)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.runJobInTOS(ExtractMetadata.java:8265)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.main(ExtractMetadata.java:8114)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;
&lt;P&gt;Job ExtractMetadata ended at 15:01 17/09/2018. [exit code=1]&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:38:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:38:31Z</dc:date>
    <item>
      <title>Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195759#M210</link>
      <description>&lt;P&gt;I want to append data to&amp;nbsp; existing excel file in new sheet.How I can achieve that ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but i am getting below error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[statistics] connecting to socket on port 3854&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tFileOutputExcel_3 (ExtractMetadata)&lt;BR /&gt;org.apache.poi.EmptyFileException: The supplied file was empty (zero bytes long)&lt;BR /&gt;at org.apache.poi.util.IOUtils.peekFirstNBytes(IOUtils.java:65)&lt;BR /&gt;at org.apache.poi.util.IOUtils.peekFirst8Bytes(IOUtils.java:48)&lt;BR /&gt;at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:177)&lt;BR /&gt;at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:144)&lt;BR /&gt;at org.talend.ExcelTool.prepareXlsxFile(ExcelTool.java:114)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.tSalesforceInput_1Process(ExtractMetadata.java:6322)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.runJobInTOS(ExtractMetadata.java:8265)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.main(ExtractMetadata.java:8114)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;
&lt;P&gt;Job ExtractMetadata ended at 15:01 17/09/2018. [exit code=1]&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195759#M210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195760#M211</link>
      <description>you cannot open the same excel file 2 times in the same subjob.&lt;BR /&gt;split creation of sheet and sheet 2 into 2 distinct subjob linked by on subjobOk&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 17 Sep 2018 11:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195760#M211</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-17T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195761#M212</link>
      <description>&lt;P&gt;I have tried two jobs..but getting below error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Starting job ExtractMetadata at 15:50 17/09/2018.&lt;/P&gt; 
&lt;P&gt;[statistics] connecting to socket on port 3825&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tFileInputExcel_1 (ExtractMetadata)&lt;BR /&gt;org.apache.poi.openxml4j.exceptions.OLE2NotOfficeXmlFileException: The supplied data appears to be in the OLE2 Format. You are calling the part of POI that deals with OOXML (Office Open XML) Documents. You need to call a different part of POI to process this data (eg HSSF instead of XSSF)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.internal.ZipHelper.verifyZipHeader(ZipHelper.java:184)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.internal.ZipHelper.openZipFile(ZipHelper.java:269)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.ZipPackage.&amp;lt;init&amp;gt;(ZipPackage.java:134)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.ZipPackage.&amp;lt;init&amp;gt;(ZipPackage.java:117)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:257)&lt;BR /&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:187)&lt;BR /&gt;at org.apache.poi.POIXMLDocument.openPackage(POIXMLDocument.java:90)&lt;BR /&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:336)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.tFileInputExcel_1Process(ExtractMetadata.java:5982)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.tSalesforceInput_1Process(ExtractMetadata.java:3543)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.runJobInTOS(ExtractMetadata.java:9587)&lt;BR /&gt;at local_project.extractmetadata_0_1.ExtractMetadata.main(ExtractMetadata.java:9436)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;Job ExtractMetadata ended at 15:50 17/09/2018. [exit code=1]&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltiy"&gt;tal4.JPG&lt;/A&gt;</description>
      <pubDate>Mon, 17 Sep 2018 11:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195761#M212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T11:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195762#M213</link>
      <description>&lt;P&gt;I found the issue..i have one more doubt ..can u please tell ..how to get file name in&amp;nbsp; tfileinputexcel&amp;nbsp; using gobal map ...with out specifying..&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 11:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195762#M213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T11:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195763#M214</link>
      <description>it's not into a globalMap value because you know it.
&lt;BR /&gt;you have to set it into component parameter.</description>
      <pubDate>Mon, 17 Sep 2018 12:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195763#M214</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-17T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195764#M215</link>
      <description>&lt;P&gt;even though i got correct output,,,,still I am getting below error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3897&lt;BR /&gt;[statistics] connected&lt;BR /&gt;The cell format is not Date in ( Row. 1 and ColumnNum. 3 )&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltjq"&gt;tal5.JPG&lt;/A&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195764#M215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T13:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195765#M216</link>
      <description>check if there is date format on row1 convert it to string.&lt;BR /&gt;Or add tlog on row1 to check date format&lt;BR /&gt;check row1 on output component.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195765#M216</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-17T13:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195766#M217</link>
      <description>&lt;P&gt;still getting error...please check attachment&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltt1"&gt;tal6.JPG&lt;/A&gt;</description>
      <pubDate>Mon, 17 Sep 2018 14:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195766#M217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T14:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195767#M218</link>
      <description>set Date type to String.&lt;BR /&gt;it will work</description>
      <pubDate>Mon, 17 Sep 2018 14:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195767#M218</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-17T14:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195768#M219</link>
      <description>&lt;P&gt;even after changing datatype aslo getting same error..&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 15:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195768#M219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T15:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Appending same excel file with different sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195769#M220</link>
      <description>did you check all row1 date dataType?&lt;BR /&gt;did you syncronise datatype on tOutputExcelFile2?&lt;BR /&gt;can you click and desactivate all unused components to validate error location.&lt;BR /&gt;can you click on code tab to check java error? (red underlined)</description>
      <pubDate>Mon, 17 Sep 2018 15:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Appending-same-excel-file-with-different-sheet/m-p/2195769#M220</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-17T15:30:01Z</dc:date>
    </item>
  </channel>
</rss>

