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: 
Cherichoc-
Creator
Creator

tfileInputMail not extracting some .xlsx files

Hi

I have a job that is able to extract the email but not the attachment with the .xlsx file from a certain email but it works on other emails that I have received with .xlsx extension. What could be the issue and is it something i can solve

tfilelist-->>>tfileInputMail--->tlog

Labels (2)
2 Replies
Anonymous
Not applicable

Hi

I have tried with v8.0.1 and I can extract the attachment with the .xlsx file, I think you need to check the difference between the two emails, and provide extra information that helps to provide the issue.

 

Regards

Shong

Cherichoc-
Creator
Creator
Author

V7.1.1 searches for "Content-Disposition: attachment; filename=' ' " which unfortunately is encrypted and not the .xlsx filename which is found at "Content-Type: application/octet-stream; name=' ' ". Is there a way I can work around this