Hi,
I’m trying to do a web scraping. Data should be stored in excel in this format.
City/District/Neighborhood
I have districts url’s. When you go to the url there are 5 neighborhood in that window like a table. I can get those neighborhood in a for each row with data scraping. But i can’t tag which neighborhood is in which district.
This is for each row activity which i’m getting neighborhood names.
Every iteration for data scrape i am getting 5 neighborhood name.
So how can i make like this in EXCEL as follows;
Spain,Madrid,Alcobendas
Spain,Madrid, Alcorcón
Spain,Madrid, Ajalvir
Spain,Madrid, Batres
Spain,Madrid, Brunete
Thanks for any help.