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: 
rohit1804
Contributor III
Contributor III

How to read only perticular files from URL

I have one scenario where I have to read 10 files out of 100 files from single URL. These 10 files is not in perticular order it could be 1st , 2nd or 99th place but it has some naming convention. So how can I filter those files and read those files​?? Please help here

Labels (8)
5 Replies
Anonymous
Not applicable

Hello,

If we understand your requirement very well, you could use tfilefetch component and type in the URI of the site from which the file is to be fetched.

For your requirement, the URI could be set as a Dynamic variable as file path.

Here is a scenario documentation about: TalendHelpCenter: Fetching data through HTTP

Hope it helps.

Best regards

Sabrina

 

rohit1804
Contributor III
Contributor III
Author

How can we select the specific files only among 100 files from single URL?​

Anonymous
Not applicable

Hello,

From your question description, 10 specific files have some naming convention?

Is it possible for you to elaborate your case with an example with input and expected output values?

Thanks for your time.

Best regards

Sabrina

rohit1804
Contributor III
Contributor III
Author

Yes it has some name convention like file_A, file_B, file_Z. How can I read those files only ?​

Anonymous
Not applicable

Hello,

Please have a look at this component reference about: TalendHelpCenter: tfilefetch. You are able to type in the URI of the site from which the file is to be fetched. Such as: http://xxx.com/file_A.txt

Best regards

Sabrina