<?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: Find a string and and extract data in line next to it in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Find-a-string-and-and-extract-data-in-line-next-to-it/m-p/2360449#M125026</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Using tMemorizeRow to store the last row, read each line from Excel file, check if last row contains "[Comments]", if so, extract the value of current row, the job looks like:&lt;/P&gt;&lt;P&gt;tFileInputExcel--main--tMemorizeRow---tJavaRow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at the component documentation of tMemorizeRow &lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/8.0/tmemorizerows/tmemorizerows?tocId=PgOSyP91mt_dn5Fsn3EqXQ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2023 04:47:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-09-27T04:47:01Z</dc:date>
    <item>
      <title>Find a string and and extract data in line next to it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-a-string-and-and-extract-data-in-line-next-to-it/m-p/2360448#M125025</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to extract data in an excel file which is just next to a string I would find by regex or any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ofFMYAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134873iEA998A29DA4C03B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ofFMYAA2.png" alt="0695b00000ofFMYAA2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the screenshot, there are multiple sections and i'm trying to extract the information "AD" just next to "[Comments].&lt;/P&gt;&lt;P&gt;I cannot extract a line count for this section and filter on it as it won't be at the same place. The files i will process do not contain all the same informations so it can be earlier or later in the document.&lt;/P&gt;&lt;P&gt;It maybe is easy, but i'm not seeing how to do it right now.&lt;/P&gt;&lt;P&gt;Have you any ideas how to achieve what I want ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-a-string-and-and-extract-data-in-line-next-to-it/m-p/2360448#M125025</guid>
      <dc:creator>amenardie</dc:creator>
      <dc:date>2024-11-15T21:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string and and extract data in line next to it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-a-string-and-and-extract-data-in-line-next-to-it/m-p/2360449#M125026</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Using tMemorizeRow to store the last row, read each line from Excel file, check if last row contains "[Comments]", if so, extract the value of current row, the job looks like:&lt;/P&gt;&lt;P&gt;tFileInputExcel--main--tMemorizeRow---tJavaRow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at the component documentation of tMemorizeRow &lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/8.0/tmemorizerows/tmemorizerows?tocId=PgOSyP91mt_dn5Fsn3EqXQ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 04:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-a-string-and-and-extract-data-in-line-next-to-it/m-p/2360449#M125026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-27T04:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string and and extract data in line next to it</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-a-string-and-and-extract-data-in-line-next-to-it/m-p/2360450#M125027</link>
      <description>&lt;P&gt;Hello @Shicong Hong​,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry, I don't really see how to achieve what you suggested as I never used tMemorizeRow.&lt;/P&gt;&lt;P&gt;Do you have any detailed exemple on what i can set up in my case ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 11:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-a-string-and-and-extract-data-in-line-next-to-it/m-p/2360450#M125027</guid>
      <dc:creator>amenardie</dc:creator>
      <dc:date>2023-10-02T11:46:35Z</dc:date>
    </item>
  </channel>
</rss>

