<?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: [resolved] tFileInputMaul use mail parts in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputMaul-use-mail-parts/m-p/2293372#M66351</link>
    <description>Hi Sabrina,&lt;BR /&gt;works perfect with tFlowToIterate, many thanks&lt;BR /&gt;Regards Dani</description>
    <pubDate>Tue, 21 Jun 2016 08:25:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-21T08:25:05Z</dc:date>
    <item>
      <title>[resolved] tFileInputMaul use mail parts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputMaul-use-mail-parts/m-p/2293370#M66349</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;i think i have a simple problem but i did not found the solution.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFR3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141107i884B43F1F0E0A529/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFR3.png" alt="0683p000009MFR3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;i get mail with tPOP and extract the tFileInputMail the mail part "Subject"&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFPX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150316i2F357F5C14303EF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFPX.png" alt="0683p000009MFPX.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;in the tLogRow i can see the correct value.&lt;BR /&gt;Now in the tSystem i try to run a programm and i want to pass the Subject-value from tFileInputMail, somethink like that:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFO1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129169iBDD0471627143B22/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFO1.png" alt="0683p000009MFO1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;but i can't find this value/variable in the list.&lt;BR /&gt;Is there a way to do that?&lt;BR /&gt;&lt;BR /&gt;Thanks Dani&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputMaul-use-mail-parts/m-p/2293370#M66349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T13:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputMaul use mail parts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputMaul-use-mail-parts/m-p/2293371#M66350</link>
      <description>Hi,&lt;BR /&gt;The "suject" row from tfileinputmail is not global variable which cannot be found in&amp;nbsp;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;existing global variable list.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Have you tried to use&amp;nbsp;&lt;A href="https://help.talend.com/search/all?query=tFlowToIterate" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tFlowToIterate&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;&amp;nbsp;component to&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;iterate on the input data and generates global variables?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;The work flow should be:tPop--&amp;gt;tfileinputmail--&amp;gt;tflowtoiterate--&amp;gt;tsystem. Here is a global variable:&lt;/FONT&gt;&lt;/FONT&gt;[font=noto, Helvetica, Arial, sans-serif]&lt;FONT size="2"&gt;((String)globalMap.get("row1.subject")) in this list.&lt;/FONT&gt;[/font]&lt;BR /&gt;[font=noto, Helvetica, Arial, sans-serif]&lt;FONT size="2"&gt;Best regards&lt;/FONT&gt;[/font]&lt;BR /&gt;[font=noto, Helvetica, Arial, sans-serif]&lt;FONT size="2"&gt;Sabrina&lt;/FONT&gt;[/font]</description>
      <pubDate>Tue, 21 Jun 2016 07:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputMaul-use-mail-parts/m-p/2293371#M66350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T07:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputMaul use mail parts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputMaul-use-mail-parts/m-p/2293372#M66351</link>
      <description>Hi Sabrina,&lt;BR /&gt;works perfect with tFlowToIterate, many thanks&lt;BR /&gt;Regards Dani</description>
      <pubDate>Tue, 21 Jun 2016 08:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputMaul-use-mail-parts/m-p/2293372#M66351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T08:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileInputMaul use mail parts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputMaul-use-mail-parts/m-p/2293373#M66352</link>
      <description>Hi,&lt;BR /&gt;Thanks for your feedback. Feel free to let us know if there is any further help we can give.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 21 Jun 2016 10:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileInputMaul-use-mail-parts/m-p/2293373#M66352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T10:07:13Z</dc:date>
    </item>
  </channel>
</rss>

