<?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: tFileInputExcel reading all cells as null in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351220#M117917</link>
    <description>I can't share the data, but from this screenshot you can see that there is indeed data in the table. That empty row in the header seems to be the problem somehow, is there a way to remove it and use another input to read the data after removal? 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/402991/talend-error-data.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFpj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132622i779918CBC33FDBD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFpj.png" alt="0683p000009MFpj.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
    <pubDate>Fri, 30 Sep 2016 20:12:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-30T20:12:10Z</dc:date>
    <item>
      <title>tFileInputExcel reading all cells as null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351216#M117913</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I have a job that takes an input xlsx file and maps it to another file, but in this particular job, the component is not reading my data.&lt;BR /&gt;&lt;BR /&gt;My job skips the 10 row header, as expected, and reads the 88 rows of data, which I can see in the file are not null.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/402991/logrow-job.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFpZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149141i6C5DB940A857DFB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFpZ.png" alt="0683p000009MFpZ.png" /&gt;&lt;/span&gt; &lt;/A&gt;&lt;BR /&gt;The job reads 88 rows, then my filter removes rows with a null date. This removes every row because the input is reading nulls for every value.&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/402991/logrow.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFpe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150208i0FEA3D9F415AFA7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFpe.png" alt="0683p000009MFpe.png" /&gt;&lt;/span&gt; &lt;/A&gt;&lt;BR /&gt;I can't seem to figure out why it's not reading the data, when it can clearly read the file.&lt;BR /&gt;&lt;BR /&gt;Update:&lt;BR /&gt;If i manually enter anything into the blank row in the header(row 9 is blank), the job runs properly. I put one whitespace character into a cell on the blank row(I picked column B) and it worked. It seems the null row in the header is causing the component to read all other cells as null.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351216#M117913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-30T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reading all cells as null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351217#M117914</link>
      <description>what are the settings of your tFilterRow_1? That is where values go in, but they don't come out.</description>
      <pubDate>Fri, 30 Sep 2016 18:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351217#M117914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-30T18:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reading all cells as null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351218#M117915</link>
      <description>If you put your tLog before the tFilter, you would see data.</description>
      <pubDate>Fri, 30 Sep 2016 18:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351218#M117915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-30T18:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reading all cells as null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351219#M117916</link>
      <description>My tfilterRow_1 is filtering for nulls in one column using basic settings.&amp;nbsp;
&lt;BR /&gt;I have a tLogRow both before and after the filter, so I can see what the data looks like before and after filtering. Before is the full schema with nulls in every cell, after is empty, 0 rows of data.&amp;nbsp;
&lt;BR /&gt;Based on the input, the filter is working properly, removing all rows where my chosen column is null. My issue seems to be that tFileInputExcel_2 is not reading data, and is instead reading nulls in every cell.</description>
      <pubDate>Fri, 30 Sep 2016 20:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351219#M117916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-30T20:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel reading all cells as null</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351220#M117917</link>
      <description>I can't share the data, but from this screenshot you can see that there is indeed data in the table. That empty row in the header seems to be the problem somehow, is there a way to remove it and use another input to read the data after removal? 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/402991/talend-error-data.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFpj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132622i779918CBC33FDBD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFpj.png" alt="0683p000009MFpj.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Fri, 30 Sep 2016 20:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-reading-all-cells-as-null/m-p/2351220#M117917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-30T20:12:10Z</dc:date>
    </item>
  </channel>
</rss>

