I am getting list of product and then after open url one by one then scrap data and i want to insert or write in a csv.
I am not able to do.
Please help me.
I have scraped product listing.
and call url of product one by one.and open page by URL and scrap data one by one.
Now i am not understand how to write data in excel.
I have scraped product listing.
and call url of product one by one.and open page by URL and scrap data one by one.
Now i am not understand how to write data in excel.
What I understand is that you need to perform the Data Scrapping for two different pages in a website.
You can do the data scrapping on the first table :- dt1
and then perform the data scrapping on the second table :- dt2
Note:- use different datatable variables for each case.
Now, you can use write range activity where you put filename, sheet name and range.
in the value field, you can pass the datatable variables (dt1 or dt2).
As I see, almost all the activities are showing this message (missing or invalid activity)
This happens I dont have the packages that you used in your workflow.
All I understand is that you have created a flow which extracts couple of tables from “https://www.lazada.co.id/”. But apart from that there is no clear explaination of the steps. As the screenshots are also not visible.
If you could explain me what are the EXACT STEPS that are happening then I could create a fresh workflow following the best practices for you.
@hacky
I want to search any keyword on website.
That after get all produect list with product_name,img_url, final_price , initial_price, discount,review,rating,seller_name etc.
I see, but as I open the URL, I am getting either of the two in intermittent fashion.
Also data scrapping can be checked by using message box printing the following dt1.rows.count.tostring
Also, please have practice of checking the workflow in modules, this makes the testing very easy.
The activities that you have used are showing the error messages and cannot be detected.