Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I came across a scenario where I need to search for the availability of url's (PPC ad) within a website using Talend. I have used tHttpRequest Component to fetch the contents of Website and was able to get the html information into the flatfile. Here I need to check out the corresponding urls availability in the flatfile.
I am using Talend Open Studio 6.3 Version, how can I achieve this scenario.
Thanks,
skh.
I used tHttpRequest Component to scrawl the code of the website, later used Java Code to check the required url existence.
Thanks,
Hameed.
Hi ,
But in my scenario am scrapping entire website code which is in html-format and loading into the flatfile.
I think html is differ from XML, I will check with the xml components and let you know.
Thanks,
skh
I used tHttpRequest Component to scrawl the code of the website, later used Java Code to check the required url existence.
Thanks,
Hameed.