Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, all!
There is a website with tables (tag <table></table>. How to extract table data to rows from tHttpRequest output (string)?
Regards
I've written a tutorial on this very subject. The example job is included. You might be able to download the job and configure it to your requirements
https://www.rilhia.com/tutorials/using-third-party-java-library-scrape-content-table-web-page
You could try using regular expressions, however best-practice is to use a parser like JSOUP.
I would go for the parser in combination with tLibaryLoad and tJavaFlex
I've written a tutorial on this very subject. The example job is included. You might be able to download the job and configure it to your requirements
https://www.rilhia.com/tutorials/using-third-party-java-library-scrape-content-table-web-page
Thank you! It works!
Unfortunately the tutorial is no longer available. However this post covers everything in the tutorial.....
https://community.talend.com/t5/Design-and-Development/Extract-Multiple-table-using-tHTTPTableInput-...