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

Fetching the file from URL, only HTML data not the exact file

Hello   

 

I am new to Talend. Currently, I have a link (just by on executing it download the excel file). I tried in Talend to give this link in tfilefetch and try to download the report to my local disk, but I can only get HTML data. Please help me here. 

Labels (2)
7 Replies
Anonymous
Not applicable
Author

Hi,

 

    tFileFetch can be used if the underlying protocol is one of the below (as shown in screen shot).

0683p000009M34t.png

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Hi,

 

    Please also verify @lli 's comments for another post below.

 

https://community.talend.com/t5/Design-and-Development/resolved-To-dowload-file-from-the-URL/td-p/82...

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

 

 

Anonymous
Not applicable
Author

Hi,

 

Thanks for the Reply. 

I am using https. 

 


Capture.PNG
Anonymous
Not applicable
Author

@Mishti_25 

 

Thanks for the update. If the details have helped you, could you please mark the topic as resolved? 

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Hi,

 

It did not help me.. I have attached the screenshot in my previous reply, did you get a chance to look into it.

Anonymous
Not applicable
Author

Hi,

 

    Instead of storing the data to cache, could you please write the data file to a destination directory?

 

    Once its there, you can read the data using tfileinputdelimited component.

 

     Please refer the details specified in the sample scenario below.

 

https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/~HQ4YeJdLXGJJ8KC1natJw

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

I have tried that also but did not work. I referred to the same scenario.