<?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: Configuration of tFileInputDelimited in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340941#M108932</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to process tab delimited file. For input - I am using tfileinputexcel&amp;nbsp; (file extension - .xls)&lt;/P&gt; 
&lt;P&gt;Getting below error -&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;[statistics] connecting to socket on port 3796&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;[statistics] connected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;Exception in component tFileInputExcel_1 (cd_extract_job_xls)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException: No valid entries or contents found, this is not a valid OOXML (Office Open XML) file&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.util.ZipArchiveThresholdInputStream.getNextEntry(ZipArchiveThresholdInputStream.java:144)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.util.ZipInputStreamZipEntrySource.&amp;lt;init&amp;gt;(ZipInputStreamZipEntrySource.java:49)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.openZipEntrySourceStream(ZipPackage.java:214)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.openZipEntrySourceStream(ZipPackage.java:198)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.openZipEntrySourceStream(ZipPackage.java:172)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.&amp;lt;init&amp;gt;(ZipPackage.java:153)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.&amp;lt;init&amp;gt;(ZipPackage.java:123)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:233)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:166)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.ooxml.POIXMLDocument.openPackage(POIXMLDocument.java:89)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:336)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at team_ja_central_demand.cd_extract_job_xls_0_1.cd_extract_job_xls.tFileInputExcel_1Process(cd_extract_job_xls.java:10358)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at team_ja_central_demand.cd_extract_job_xls_0_1.cd_extract_job_xls.runJobInTOS(cd_extract_job_xls.java:53163)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at team_ja_central_demand.cd_extract_job_xls_0_1.cd_extract_job_xls.main(cd_extract_job_xls.java:53013)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;Caused by: java.util.zip.ZipException: Unexpected record signature: 0X6E656449&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.getNextZipEntry(ZipArchiveInputStream.java:260)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.util.ZipArchiveThresholdInputStream.getNextEntry(ZipArchiveThresholdInputStream.java:140)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;... 13 more&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;[statistics] disconnected&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Could you please help me with this why I am getting this error&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2019 12:24:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-10T12:24:36Z</dc:date>
    <item>
      <title>Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340930#M108921</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I&amp;nbsp;have another chalenge, so may somebody help me please.&lt;/P&gt; 
&lt;P&gt;I have a csv file which look like that&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;ID	Name	Comment	Poste
1	toto	tre;gtt	director
2	titi	dftgrtg	ceo
3	tata	dfgtg	technician
4	tutut	ytr;nhhc	ttt
5	lolo	dcvdrf	ttt
6	lala	dfdf	ttt&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I configure tFileInputDelimited component like in attached file.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My problem is that in comment field, sometime user can put symbol &lt;STRONG&gt;;&lt;/STRONG&gt; in there comment and this impact my output.&lt;/P&gt; 
&lt;P&gt;So i think the option "Dynamic setting" of this component can help me to solve it, but i don't know how to do it.&lt;/P&gt; 
&lt;P&gt;Or if somebody can advice me other solution.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340930#M108921</guid>
      <dc:creator>idembel2</dc:creator>
      <dc:date>2024-11-16T09:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340931#M108922</link>
      <description>Can you have Comment as the las field?&lt;BR /&gt;In this it should be possible without dynamic schema.</description>
      <pubDate>Tue, 12 Sep 2017 20:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340931#M108922</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-09-12T20:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340932#M108923</link>
      <description>&lt;P&gt;Hello TRF,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make pleasure to read you.&lt;/P&gt;&lt;P&gt;No i can't, this is the input source i got, i have not hand on the structure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340932#M108923</guid>
      <dc:creator>idembel2</dc:creator>
      <dc:date>2017-09-13T08:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340933#M108924</link>
      <description>Question 1: Why your CSV file data in TAB delimited format?&lt;BR /&gt;&lt;BR /&gt;Question 2:if ; is present in your COMMNT field, what you want to do ? do you need to replace this character with blank?&lt;BR /&gt;&lt;BR /&gt;If yes use below function&lt;BR /&gt;row1.comment.replaceAll(";","")&lt;BR /&gt;&lt;BR /&gt;if No please help us to understand your query?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sid&lt;BR /&gt;-Mark as solution if this resolved your issue&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2017 09:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340933#M108924</guid>
      <dc:creator>Sid3</dc:creator>
      <dc:date>2017-09-13T09:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340934#M108925</link>
      <description>&lt;P&gt;Hello Si4U,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response1: No it is not TAB delimited, it is in semi-column delimited file. please check my attached file in my first post&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response2: The situation is not to replace or delete data.&lt;/P&gt;&lt;P&gt;I get this CSV file like input and i should split it to many files regards the Poste type (last column)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So my job looks like that:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tFileInputDelimited &amp;nbsp;---- &amp;gt; tMap &amp;nbsp;------ &amp;gt; tFileOutputDelimited (x) &amp;nbsp; &amp;nbsp; === &amp;gt; (x) to say 1,2,3 files&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get wrong output regards of semi_column "&lt;STRONG&gt;;&lt;/STRONG&gt;" present in comment column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 11:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340934#M108925</guid>
      <dc:creator>idembel2</dc:creator>
      <dc:date>2017-09-13T11:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340935#M108926</link>
      <description>If you have delimiters in a data value and the value is not wrapped in quotes and the delimiter is not escaped somehow, you have malformed data.&lt;BR /&gt;&lt;BR /&gt;Your options are to have the delimiter changed, get quotes around values or have delimiters within a value escaped somehow.</description>
      <pubDate>Wed, 13 Sep 2017 13:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340935#M108926</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-09-13T13:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340936#M108927</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check the data in data viewer for proper formatting before loading into target.you will get clear picture where is it mis-matching&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 15:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340936#M108927</guid>
      <dc:creator>Irshad1</dc:creator>
      <dc:date>2017-09-13T15:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340937#M108928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Place the following code into a tJavaRow and connect it to a tFileOutputDelimited with "@" (for example) as a separator, you'll get what you expect regarding the comment field.&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt;: I missed to tell you to read the input file using tFileInputFullRow.&lt;/P&gt; 
&lt;PRE&gt;String line = input_row.line;
output_row.id = line.substring(0, line.indexOf(';'));
line = line.substring(line.indexOf(';')+1);
output_row.name = line.substring(0, line.indexOf(';'));
output_row.poste = input_row.line.substring(input_row.line.lastIndexOf(';')+1);
line = line.substring(line.indexOf(';')+1);
output_row.comment = line.replace(";" + output_row.poste, "");&lt;/PRE&gt; 
&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt;: you can now retrieve your file using a classical tFileInputDelimited (with "@" as a separator)&amp;nbsp;with no problem due to the ";" included in comment field.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The 2nd part of the chalenge (1 file per poste value) is an other story.&lt;/P&gt; 
&lt;P&gt;This post&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkouCAC" target="_self" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Splitting-up-into-multiple-CSV-files-based-on-column-values-then/td-p/76071&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.qlik.com/s/profile/null"&gt;@rhall&lt;/A&gt;_2_0&amp;nbsp;post may help for this.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 23:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340937#M108928</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-09-13T23:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340938#M108929</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for all of this time, i mean it is very important to let you know about this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Your suggestion works, i test it but the structure i put in my post is just an exemple&lt;/P&gt;
&lt;P&gt;So in reality, my source file contains after field &lt;STRONG&gt;comment&lt;/STRONG&gt; at least 10 fields.&lt;/P&gt;
&lt;P&gt;And it is alos possible that in this field, somebody insert during its comment twice '&lt;STRONG&gt;;&lt;/STRONG&gt;' , i have not control on it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I decide to inform about file source formated, i am so in attempt of response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 13:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340938#M108929</guid>
      <dc:creator>idembel2</dc:creator>
      <dc:date>2017-09-19T13:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340939#M108930</link>
      <description>You can have 10 or more fields after comment field, the impact is just a few more Java lines in the tJavaRow component.
&lt;BR /&gt;Also, having more than one ";" in the comment field should not be a problem as we remove all fields arround comment before to get its content as is.
&lt;BR /&gt;From my point of view it should works.</description>
      <pubDate>Tue, 19 Sep 2017 14:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340939#M108930</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-09-19T14:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340940#M108931</link>
      <description>&lt;P&gt;Hello TRF,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your suggestion, it works&lt;/P&gt;&lt;P&gt;And i am sorry for this long time to give you feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 14:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340940#M108931</guid>
      <dc:creator>idembel2</dc:creator>
      <dc:date>2017-10-04T14:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340941#M108932</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to process tab delimited file. For input - I am using tfileinputexcel&amp;nbsp; (file extension - .xls)&lt;/P&gt; 
&lt;P&gt;Getting below error -&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;[statistics] connecting to socket on port 3796&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;[statistics] connected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;Exception in component tFileInputExcel_1 (cd_extract_job_xls)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException: No valid entries or contents found, this is not a valid OOXML (Office Open XML) file&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.util.ZipArchiveThresholdInputStream.getNextEntry(ZipArchiveThresholdInputStream.java:144)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.util.ZipInputStreamZipEntrySource.&amp;lt;init&amp;gt;(ZipInputStreamZipEntrySource.java:49)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.openZipEntrySourceStream(ZipPackage.java:214)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.openZipEntrySourceStream(ZipPackage.java:198)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.openZipEntrySourceStream(ZipPackage.java:172)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.&amp;lt;init&amp;gt;(ZipPackage.java:153)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.ZipPackage.&amp;lt;init&amp;gt;(ZipPackage.java:123)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:233)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:166)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.ooxml.POIXMLDocument.openPackage(POIXMLDocument.java:89)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:336)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at team_ja_central_demand.cd_extract_job_xls_0_1.cd_extract_job_xls.tFileInputExcel_1Process(cd_extract_job_xls.java:10358)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at team_ja_central_demand.cd_extract_job_xls_0_1.cd_extract_job_xls.runJobInTOS(cd_extract_job_xls.java:53163)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at team_ja_central_demand.cd_extract_job_xls_0_1.cd_extract_job_xls.main(cd_extract_job_xls.java:53013)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;Caused by: java.util.zip.ZipException: Unexpected record signature: 0X6E656449&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.getNextZipEntry(ZipArchiveInputStream.java:260)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;at org.apache.poi.openxml4j.util.ZipArchiveThresholdInputStream.getNextEntry(ZipArchiveThresholdInputStream.java:140)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;... 13 more&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;[statistics] disconnected&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Could you please help me with this why I am getting this error&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 12:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Configuration-of-tFileInputDelimited/m-p/2340941#M108932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-10T12:24:36Z</dc:date>
    </item>
  </channel>
</rss>

