Regarding data scarping and store to excel file

My problem is that I am scarping data from google review for a particular company whose name is automatically getting from an excel filename"ABC" but after that, I also want to add that company name to the extract data table which I got from data scraping in second excel filename"XYZ" and do this for every name in excel filename"ABC". Please help me with this thanks in advance.

1 Like

@shivam_rao

Data scraping will give you output as DataTable and where you want to add that company name ?

I want to add company name to that excel which is created by data scraping, and i want to do this every time scarping happens. Thanks

1 Like