Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For RPA UiPath Training and Certification Curriculum, Visit our Website: bit.ly/2Ulk1lT
Hey Harsha, thanks for watching our video. To answer your query, yes, every gmail account is configured to same server name and port number. Do subscribe to our channel and stay tuned for more videos. Cheers!
Thank you for making this type of video. Can I Automate Images also through web data extraction and store in csv ? Actually, I can't automate the images automatically, where other data are easily extracted.
Hey Amit, You can defenitely automate extracting images from a website with the help of selectors. For reference you can checkout our video on UiPath Selectors. Here is the link: ua-cam.com/video/zsS5IpCTJ4s/v-deo.html. Hope this helps!
Fantastic video!! Is there any option to scrape data on a webpage, but modifying the dates. For example, get the daily Price of a hotel published on booking.com website.
Hey, you can set up a UiRobot, which will scrape the data every day at some point in time. In this way, you can store the daily prices of hotels in a csv file or any other document that you wish to. Hope this helps!
Hi Guru, thank you for your suggestion. We will definitely come up with more advanced tutorials, until then do subscribe to our channel and stay tuned. Cheers :)
I have a question .is it possible l sending email to uipath then uipath program will be start automatically then send attachment me ? Because I want to run script automatically
Hi. Is there any method to copy data from a server application ( used in office day to day work) to an excel sheet? Example name , address field of a web based / server application which appears in the same place everyday.
Hey Eranga, Yes you can definietly do it. You can follow the email automation video, where the demo showcases copying mails and their infor and storing it in a excel sheet. Hope this helps!
Hey Srinivas, Amazon is one of the most popular websites from which people in eCommerce businesses need to extract data. For the same reason we have a lot of demonstration videos related to this on UA-cam. This doc might be of help to you. www.webharvy.com/articles/scraping-amazon.html. Hope this helps!
Hi, I want to scrap full data from product detail page. How can i reach on detail page and back to listing page and again click on detail page from all pages.
Hi Umesh! You can select a product and then record the action of clicking it. Then, choose what details you want to extract and record the action of going back to the listing page.
hello edureka. i have a question and would be happy if you could help me. i have an excel document which contains some values. and i have a web page that has some combo boxes. this web page saves some information to database according to the chosen options in combo boxes. i wanna build a robot which can read information from excel and according to that information, the robot is going to choose related options in combo boxes. i'm following your videos but i couldn't see you building a robot which gives information to web. your robots are always getting information from web to excel. but i need from excel to web. i just need you to tell me which sources should i follow? thanks a lot.
Hi I am not able to send the mail via SMTP, I configured the port and server, email, pass but still getting error as "Authentication mechanism too weak". Please help..
Hey Chinmaya, "This is usually related to 2-step authentication. Something you can test out easy: generates a google app password and use that instead of your normal account password. Here are some links that will guide you more about the SMTP restrictions in Gmail server(which is also an SMTP server) support.google.com/accounts/answer/6010255?hl=en support.google.com/a/answer/6260879?hl=en" Hope this helps!
Hi,I tried to import Gmail contact through the same logic as you explained,I have used the chrome browser.At the end I put create CSV But the output is just the contacts which is displayed instantly on the screen not all the contacts. Any suggestions?
Hey Aijou, please make sure that you have mentioned the maxium number of rows to be greater than the contacts present, and also allowed data to be spanned for multiple pages.
Hey Annie, We are not declaring the variable 'email', because we want the data scraped to be stored in a specific email id that is being mentioned in the video. Hope this helps!
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For RPA UiPath Training and Certification Curriculum, Visit our Website: bit.ly/2Ulk1lT
edureka! Is the server name and port number will be the same for every gmail account...
Hey Harsha, thanks for watching our video.
To answer your query, yes, every gmail account is configured to same server name and port number.
Do subscribe to our channel and stay tuned for more videos. Cheers!
Thanks for posting this video.
You're welcome 😊 Glad it was helpful! Keep learning with us...
Awesome session. Thanks alot
Very clear explanation. Thanks!
Good Explanation !!! Keep it up. Thanks
fantastic...thank you so much
Thanks . It was helpful. Keep up the good work , Edureka ... :)
Nice Video. Very Informative.
Thank you for making this type of video.
Can I Automate Images also through web data extraction and store in csv ? Actually, I can't automate the images automatically, where other data are easily extracted.
Hey Amit, You can defenitely automate extracting images from a website with the help of selectors. For reference you can checkout our video on UiPath Selectors. Here is the link: ua-cam.com/video/zsS5IpCTJ4s/v-deo.html.
Hope this helps!
Fantastic video!! Is there any option to scrape data on a webpage, but modifying the dates. For example, get the daily Price of a hotel published on booking.com website.
Hey, you can set up a UiRobot, which will scrape the data every day at some point in time. In this way, you can store the daily prices of hotels in a csv file or any other document that you wish to. Hope this helps!
nice video but need more advanced videos from edureka
Hi Guru, thank you for your suggestion. We will definitely come up with more advanced tutorials, until then do subscribe to our channel and stay tuned. Cheers :)
I have a question .is it possible l sending email to uipath then uipath program will be start automatically then send attachment me ? Because I want to run script automatically
Hi Saquib, thanks for watching the video. Yes, it is possible.
Hi. Is there any method to copy data from a server application ( used in office day to day work) to an excel sheet? Example name , address field of a web based / server application which appears in the same place everyday.
Hey Eranga, Yes you can definietly do it. You can follow the email automation video, where the demo showcases copying mails and their infor and storing it in a excel sheet.
Hope this helps!
Could u explain the uses cases for extracting the data from a webpage (flipcart/amazon). I mean in which scenario the data extraction is used.
Hey Srinivas, Amazon is one of the most popular websites from which people in eCommerce businesses need to extract data. For the same reason we have a lot of demonstration videos related to this on UA-cam. This doc might be of help to you. www.webharvy.com/articles/scraping-amazon.html.
Hope this helps!
Hi, I want to scrap full data from product detail page. How can i reach on detail page and back to listing page and again click on detail page from all pages.
Hi Umesh! You can select a product and then record the action of clicking it. Then, choose what details you want to extract and record the action of going back to the listing page.
hello edureka. i have a question and would be happy if you could help me.
i have an excel document which contains some values.
and i have a web page that has some combo boxes.
this web page saves some information to database according to the chosen options in combo boxes.
i wanna build a robot which can read information from excel and according to that information, the robot is going to choose related options in combo boxes.
i'm following your videos but i couldn't see you building a robot which gives information to web. your robots are always getting information from web to excel. but i need from excel to web. i just need you to tell me which sources should i follow? thanks a lot.
You can refer to the video RPA Projects tutorial here: ua-cam.com/video/OJ-XuKiOoPc/v-deo.html
Hello how i can get data from a certain range of pages for example the 5th, 6th and 7th page
Thanks for showing interest in Edureka! Kindly share your mail id for us to share the datasheet/ source code :) Do subscribe for more videos & updates
im not getting that add extension butoon during setup google chrome
Hey Manohar, You have to go to chrome web store, then pick the extension and add it. Hope this helps. Cheers!
Hi
I am not able to send the mail via SMTP, I configured the port and server, email, pass but still getting error as "Authentication mechanism too weak". Please help..
Hey Chinmaya, "This is usually related to 2-step authentication. Something you can test out easy: generates a google app password and use that instead of your normal account password.
Here are some links that will guide you more about the SMTP restrictions in Gmail server(which is also an SMTP server)
support.google.com/accounts/answer/6010255?hl=en
support.google.com/a/answer/6260879?hl=en"
Hope this helps!
Hi,I tried to import Gmail contact through the same logic as you explained,I have used the chrome browser.At the end I put create CSV
But the output is just the contacts which is displayed instantly on the screen not all the contacts.
Any suggestions?
Hey Aijou, please make sure that you have mentioned the maxium number of rows to be greater than the contacts present, and also allowed data to be spanned for multiple pages.
while performing the email queries google is automatically blocking Uilearn's access request. what to do?
Hi Anunay, please check if you have given access to your email and allowed the apps(UiPath to access your email)
why do we not need to declare the variable "mail"
Hey Annie, We are not declaring the variable 'email', because we want the data scraped to be stored in a specific email id that is being mentioned in the video. Hope this helps!
Excelent tuts ma'am
I want to become a UA-camR!!!!!
Any suggestions plzzzzz.
Thanking you
great video to learn, thanks
You're welcome 😊 Glad it was helpful!