Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am very new in the API HTML XML Part of Talend. I got a html file which I have to load to oracle Table and have to do cleansing and further processing. Now the html file looks like(attached) where at the top a line is coming and below it a Table is there where 5 rows present. My Task is to load the data below it under REPORT_GRID. Can anyone tell me how to achieve it? If anyone can help will be really grateful to him or her @rhall, @TRF, @manodwhb, @vapukov, @shong, @xdshi
I saw 4 custom components available in Talend Exchange for html.anyone of that will be useful for my scenaio?
Anyone with help please
Hi Abhi,
Please go through the following link.
http://dwetl.com/2015/04/20/thtmlinput-parse-html-in-talend/
Regards,
@abhi90,You can try tHTTPTableInput. This component has been designed for extracting data directly from HTML Pages.
http://www.talendforge.org/exchange/tos/extension_view.php?eid=72
Hi @manodwhb,
Thanks for your reply. can you please tell me whether it can be able to load data from html I attached as example?