How to extract Data from HTML page using clover ETL.
Hi sani.singh,
You can download web page using http://doc.cloveretl.com/documentation/ … ector.html
Then it depends:
* if page you downloaded is valid XML you can parse it by http://doc.cloveretl.com/documentation/ … tract.html or http://doc.cloveretl.com/documentation/ … eader.html
* otherwise you have to parse page on your own in http://doc.cloveretl.com/documentation/ … ormat.html using CTL2 language
I hope this helps.