Hi,
I am trying to screen scrap from a site which has its data in a standard row/column format, this I have completed without any issues. The problem I have; for each record in the primary table there is a sub record in a secondary table which contain data related to the primary data.
Is there a way that I can scan the primary table and the secondary table and store the result in one csv file.
This is my example;
if you take a look at:
Real-time Flight Search - Flight info - Aena Aeropuertos
This will display the primary table of flight info. The first field is a link to the secondary table which display additional data vital to my requirements.
Any help you can provide would be great.