Changing a specific column of an excel sheet in UiPath

0 votes

Position        URL       Company  Location
Manager  /xyz/123/xyz    AAC      UK
Tester /xyz/132/asd    BBD       UK
architect /xyz/142/asf    CDD       UK

I want to get the urls and add www.xyz.com/ before each of them and remove old url and place new url. my sheet should look like this

Position        URL                  Company  Location
Manager   www.xyz.com//xyz/123/xyz    AAC       UK
Tester  www.xyz.com//xyz/132/asd    BBD       UK
architect  www.xyz.com//xyz/142/asf    CDD       UK
I have made the workflow but dont know how to replace the url

help

Jun 22, 2018 in RPA by wrecker
• 3,110 points
923 views

1 answer to this question.

0 votes

You can use a For each row loop to iterate through the data table

replace the value in the url col using Assign activity.

Use Excel application activity and have write range. enter the table inside it

thanks

answered Jun 22, 2018 by ffdfd
• 5,550 points

Related Questions In RPA

0 votes
2 answers

change a specific column of an excel sheet in UiPath

1. First of all , you need ...READ MORE

answered May 16, 2019 in RPA by Venkat
• 320 points
5,537 views
0 votes
4 answers

How to find the sum of 2 columns of an excel and display it in a 3rd column using UIPATH?

These are the steps to add two ...READ MORE

answered Aug 2, 2019 in RPA by Shivi Singhal
13,982 views
0 votes
1 answer

how get the specific data from an excel and write in another excel file in uipath?

@Renuka, I agree with your approach. You ...READ MORE

answered Aug 19, 2019 in RPA by Abha
• 28,140 points
4,172 views
0 votes
1 answer

Robot Manager in UiPath

the robot.exe file is located in: C:\Users\USER_ACCOUNT\AppData\Local\UiPath\app-17.1.6523\Ui-Robot.exe Hope it ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
1,611 views
0 votes
1 answer

Automation in Uipath

you can use the Database package for connecting  ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
1,342 views
0 votes
1 answer

UiPath vs Workfusion

in WorkFusion, you can create a script ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
2,424 views
0 votes
3 answers

Any open source tools for RPA ?

Yes, here is the Free RPA tool ...READ MORE

answered Oct 24, 2018 in RPA by Karthiksiddhu
• 240 points
1,541 views
0 votes
1 answer

How to delete some specific sheets from an existing excel file using vb.net code?

You can create a output of Excel ...READ MORE

answered Jul 27, 2018 in RPA by ffdfd
• 5,550 points
2,946 views
0 votes
1 answer

UiPath Selector not working in `Type Into` Activity

I only added double quote in selector value in Type ...READ MORE

answered Jul 17, 2018 in RPA by ffdfd
• 5,550 points
1,860 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP