I want to dynamically extract the table from this website: “Economic Calendar”
I’ve noticed a change in pattern in the selector everyday:
Monday: < webctrl id=‘daily-cal1’ tag=‘TABLE’ />
Tuesday: < webctrl id=‘daily-cal2’ tag=‘TABLE’ />
and so on…
Is there a way I can dynamically extract the data?
Hi @palani i have to extract CEO name of the different companies search like Infosys CEO , Google ,IBM ,dell in www.google.com.2 after getting the names of CEO I have to put into Excel sheet like column A should be company name and column B should be CEO name plz send me the work flow of this task.