<?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: Extracting specific data from a cell in excel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303878#M75707</link>
    <description>Thanks for the response! 
&lt;BR /&gt;Im extremely new to talend and java as well so pardon me for any shortcomings i may have 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;where exactly would i put your code? should i plug that into the main code section? or is there somewhere specific i need to put it?</description>
    <pubDate>Wed, 03 Jul 2013 17:58:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-03T17:58:47Z</dc:date>
    <item>
      <title>Extracting specific data from a cell in excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303876#M75705</link>
      <description>Hi, 
&lt;BR /&gt;I'm currently working on a job to extract data from 9 cells in an excel document. Everything has worked well so far and the numbers are being extracted except for a small snag. There is one cell that has letters as well. If possible id like to be able to remove these letters and keep just the numbers. I've included a screenshot of the process I'm using as well as the results below that. The part underlined in red is what I'd like to remove. Any help would be much appreciated! 
&lt;BR /&gt;Thanks 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEX2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147442i817B14123E0ACD97/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEX2.png" alt="0683p000009MEX2.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 02 Jul 2013 19:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303876#M75705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-02T19:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting specific data from a cell in excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303877#M75706</link>
      <description>I would read the cell at first as String value from Excel and if the value you showed us has always the same prefix:&lt;BR /&gt;Integer.parseInt(row1.my_cell.substring(8)) and convert it to a integer.</description>
      <pubDate>Tue, 02 Jul 2013 22:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303877#M75706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-02T22:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting specific data from a cell in excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303878#M75707</link>
      <description>Thanks for the response! 
&lt;BR /&gt;Im extremely new to talend and java as well so pardon me for any shortcomings i may have 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;where exactly would i put your code? should i plug that into the main code section? or is there somewhere specific i need to put it?</description>
      <pubDate>Wed, 03 Jul 2013 17:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303878#M75707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-03T17:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting specific data from a cell in excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303879#M75708</link>
      <description>I would use it in tJavaRow_1. 
&lt;BR /&gt;I do not know exactly your code but I guess you write your value into a context variable of type Integer.
&lt;BR /&gt;This scenario would looks like:
&lt;BR /&gt;context.myValue = Integer.parseInt(row1.my_cell.substring(8));
&lt;BR /&gt;and you use your context variable in the tFixFlow.</description>
      <pubDate>Wed, 03 Jul 2013 21:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303879#M75708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-03T21:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting specific data from a cell in excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303880#M75709</link>
      <description>Awesome! You've been really helpful thanks a ton for the assistance!</description>
      <pubDate>Wed, 03 Jul 2013 22:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-specific-data-from-a-cell-in-excel/m-p/2303880#M75709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-03T22:57:12Z</dc:date>
    </item>
  </channel>
</rss>

