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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tWebServiceInput & Exchange office 365

Hi,
So firstly sorry for my English I'm not really good 0683p000009MAB6.png
I want to connect the web service office 365 with Talend. I did it with tpop but it's not what i want, i would like to extract data from the mail and not save it on my computer.
So currently i use twebserviceinput but it's complicate to configure it ^^
I don't know what put for the method for example.
   
Thank's for you help 0683p000009MACJ.png
Labels (2)
8 Replies
Anonymous
Not applicable
Author

Hi,
Do you want extract email message and attachement from office 365? What does your expected result look like?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
i would like to extract the subject, author, body, date and attachement and save it in database. I need these informations as a texte except for the attachment of course 0683p000009MAB6.png
thank's !!
Anonymous
Not applicable
Author

Hi,
If I understand your requirement very well, you can design your job as:tpop( fetch email messages from a server )-->tfileinputmail(reads subjects, author, object...).
Please take a look at component reference about:TalendHelpCenter:tFileInputMail
Best regards
Sabrina
Anonymous
Not applicable
Author

Yes i want that but with tpop, messages are saved on my computer, in disk C: and i don't want to save these messages, just extract data. I've already done tpop with tfileinputmail and it works but i have copy of email. Maybe I could delete mail after extraction of data with tfileinputmail ?
Thanks
Anonymous
Not applicable
Author

Hi,
You can achieve it by using tfiledelete component  which is used to delete  a file from a defined directory.
Best regards
Sabrina
Anonymous
Not applicable
Author

Ok, I'll try to do that 0683p000009MA9p.png
Thank you Sabrina
Anonymous
Not applicable
Author

Hi,
Feel free to let us know if it is Ok with you.
Best regards
Sabrina
Anonymous
Not applicable
Author

Ok, How can I read body of email with tfileinputMail ? Because i have lot of code (tags Html) with the text.
My email are in mail type and I use MIME, it works for author, date, subject, attachment, subject but non body.