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

Extracting tables from web output

Hi, all!

There is a website with tables (tag <table></table>. How to extract table data to rows from tHttpRequest output (string)? 

Regards

Labels (2)
5 Replies
fdenis
Master
Master

get back html page then parse it.
but if you site is dynamic!
you have to get the request to directly get the datas.
good luck
Anonymous
Not applicable
Author

Thank for your solution, i get the data using tHTMLInput component, but it fetch all the values of particular column into row. but i need table format how to get from it.
fdenis
Master
Master

did you get your html table?
what did you mean by "value of column into row"
what is this format?
can you give us samples?
Anonymous
Not applicable
Author

hi Francois Denis,
i get html table using tHTTPTableInput Component, it works perfectly, but i this component fetch only one table at a time, i need to get more than 20 tables. any other solution you have to solve this problem
Anonymous
Not applicable
Author