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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[Solved] Simple Mail Parsing

anyone know how to parse mail using Talend Open Studio 5 ?
appreciated your answers..
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi
This use case is written in a perl project. Since v5.0, Perl project is not supported any more, however, you can finish the same request in a Java project. The components like tFileList, tFileInputMail, tMap, tSortRow etc used in this use case are also in Java project.
Anonymous
Not applicable
Author

Hi Shong,..
thanks for reply..
i've designed the job design like at attachment file... and i have tried to catch "body message of mail" but i cant get it.. how to catch message body of mail ?? .. please advice..

thank you..
Anonymous
Not applicable
Author

Hi
add an external new column call 'body' on the schema. In the mail part table,
column:,Mail part
body:"body"
Anonymous
Not applicable
Author

Cool.. it's work.. thanks a lot Shong..