Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Extract Multiple table using tHTTPTableInput component

Hi,

I am new to Talend. I extract table from url using tHTTPTableInput component. but i fetch only one table at a time. but i want fetch more than 20 table at a time. please give me the solution for this problem

Labels (2)
2 Replies
Anonymous
Not applicable
Author

This solution will work for you. It is quite complicated as Talend solutions go, so I will give you a step by step guide. You will need to acquire and use third party libraries. I will point you to these, but you will need to configure them. Information can be found on this on the forum.

 

1) Create a routine called WebScraperUtilities

Your routine should look like this.....



To see the whole post, download it here
OriginalPost.pdf
Ahmed_Soliman
Contributor
Contributor

Thank you very much, It worked like charm.