Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tFileInputMaul use mail parts

Hi, 
i think i have a simple problem but i did not found the solution.

0683p000009MFR3.png

i get mail with tPOP and extract the tFileInputMail the mail part "Subject"

0683p000009MFPX.png

in the tLogRow i can see the correct value.
Now in the tSystem i try to run a programm and i want to pass the Subject-value from tFileInputMail, somethink like that:

0683p000009MFO1.png

but i can't find this value/variable in the list.
Is there a way to do that?

Thanks Dani

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
The "suject" row from tfileinputmail is not global variable which cannot be found in existing global variable list.
Have you tried to use TalendHelpCenter:tFlowToIterate  component to iterate on the input data and generates global variables?
The work flow should be:tPop-->tfileinputmail-->tflowtoiterate-->tsystem. Here is a global variable:[font=noto, Helvetica, Arial, sans-serif]((String)globalMap.get("row1.subject")) in this list.[/font]
[font=noto, Helvetica, Arial, sans-serif]Best regards[/font]
[font=noto, Helvetica, Arial, sans-serif]Sabrina[/font]

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi,
The "suject" row from tfileinputmail is not global variable which cannot be found in existing global variable list.
Have you tried to use TalendHelpCenter:tFlowToIterate  component to iterate on the input data and generates global variables?
The work flow should be:tPop-->tfileinputmail-->tflowtoiterate-->tsystem. Here is a global variable:[font=noto, Helvetica, Arial, sans-serif]((String)globalMap.get("row1.subject")) in this list.[/font]
[font=noto, Helvetica, Arial, sans-serif]Best regards[/font]
[font=noto, Helvetica, Arial, sans-serif]Sabrina[/font]
Anonymous
Not applicable
Author

Hi Sabrina,
works perfect with tFlowToIterate, many thanks
Regards Dani
Anonymous
Not applicable
Author

Hi,
Thanks for your feedback. Feel free to let us know if there is any further help we can give.
Best regards
Sabrina