Size: a a a

2021 February 01

BP

Bala Rajesh Puligill... in Uipath RPA
Messaged u in private
источник

M

Mr. Rao in Uipath RPA
Ryo (Tonio)
Try creating a string Array with:

extractedString.split({"Date of issue","Due Date"},2,StringSplitOptions.None)

(I can't test now if it's write correct)

On index 0 you can find Date of issue
On index 1 you can find Due date
Thanks Ryo for your solution. I already tried the same and it works.
источник

M

Mr. Rao in Uipath RPA
Nikita
Try using get ocr text
Thanks Nikita
источник

BP

Bala Rajesh Puligill... in Uipath RPA
Honey Megh
If it is webportal use data scrapping
источник
2021 February 02

HM

Honey Megh in Uipath RPA
Bala Rajesh Puligilla
If it is webportal use data scrapping
Webportal
источник

BP

Bala Rajesh Puligill... in Uipath RPA
Honey Megh
Webportal
You can use data scrapping
источник

HM

Honey Megh in Uipath RPA
Bala Rajesh Puligilla
You can use data scrapping
Ok I try
источник

P

Philipe in Uipath RPA
источник

P

Philipe in Uipath RPA
does anybody know why cant i see EXCEL ADDIN
источник

T

The Flash in Uipath RPA
источник

BP

Bala Rajesh Puligill... in Uipath RPA
Is it string ?
источник

T

The Flash in Uipath RPA
No ,the data is in excel i need to extract using sql query
источник

BP

Bala Rajesh Puligill... in Uipath RPA
Can u send excel screenshot ?
источник

T

The Flash in Uipath RPA
No cannot,
But yhe column looks like this
coloumnA
1234567890 1qwe234rq aaa bold
9087654321 abc1234 gold
8901234567 acs1234 ab leee good
1224512345 abcvs123
источник

T

The Flash in Uipath RPA
Out put
1qwe234rq
abc1234
acs1234
abcv123
источник

T

The Flash in Uipath RPA
I got the second word for first theree,but for it will throw an error
left(RIGHT([coloumnA],LEN([coloumnA])-11), (INSTR(RIGHT([coloumnA],LEN([coloumnA])-11),’ '))-1 )
источник

AM

Arpan Mahajan in Uipath RPA
Hi,
Looking for someone who can provide training on BluePrism.

Mode: Classroom training
Location: Chennai
Immediate Start

Need someone who is based in Chennai.

If interested, please call/whatsapp +91-7702350092 for details
источник

NU

Naresh Upadhyay in Uipath RPA
Hi Team
Need you help. I extracted set of string from from a webpage. Now, I am trying to extract a value that is coming multiple time in string. I am able to extract first value using substring and need to extract more. Can someone please help me how I can extract?
источник

S

Shuaib in Uipath RPA
Naresh Upadhyay
Hi Team
Need you help. I extracted set of string from from a webpage. Now, I am trying to extract a value that is coming multiple time in string. I am able to extract first value using substring and need to extract more. Can someone please help me how I can extract?
If the pattern of your desired value is same.,, You can use regex.
источник

NU

Naresh Upadhyay in Uipath RPA
I tried but able to get only one value.
источник