<?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: Extract section of text in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extract-section-of-text/m-p/2251921#M35722</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please refer the below screen shots.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="job flow" style="width: 926px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M302.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145530iEA3D664047939ABF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M302.png" alt="0683p000009M302.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;job flow&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="tMap" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M307.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130881i69B680C3A9B770A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M307.png" alt="0683p000009M307.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;tMap&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;You can use one of the below methods to extract the data.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;row1.input.substring(0,5)

OR

row1.input.substring(0,row1.input.indexOf("_"))&lt;/PRE&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2019 09:36:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-08T09:36:37Z</dc:date>
    <item>
      <title>Extract section of text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-section-of-text/m-p/2251920#M35721</link>
      <description>&lt;P&gt;I have,&amp;nbsp;&lt;BR /&gt;10023_23447.pdf as text data in file ,i want only 10023 as output in destination text file ..how can i do?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 09:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-section-of-text/m-p/2251920#M35721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-08T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extract section of text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-section-of-text/m-p/2251921#M35722</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please refer the below screen shots.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="job flow" style="width: 926px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M302.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145530iEA3D664047939ABF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M302.png" alt="0683p000009M302.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;job flow&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="tMap" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M307.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130881i69B680C3A9B770A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M307.png" alt="0683p000009M307.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;tMap&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;You can use one of the below methods to extract the data.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;row1.input.substring(0,5)

OR

row1.input.substring(0,row1.input.indexOf("_"))&lt;/PRE&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 09:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-section-of-text/m-p/2251921#M35722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-08T09:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extract section of text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-section-of-text/m-p/2251922#M35723</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPFjAAO"&gt;@aishj431&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please mark the topic as resolved since I have answered your query?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Marking a query promptly will help others in Talend community when they are looking solutions for similar queries.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;It is also a way of telling thank you to the contributor for spending their time for your query in between their regular work.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 06:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-section-of-text/m-p/2251922#M35723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-11T06:57:08Z</dc:date>
    </item>
  </channel>
</rss>

